Skip to content

Commit a897f99

Browse files
authored
Merge pull request #93 from datapartyjs/nan-workaround
bump tasker version and add node 20.x workaround for nan
2 parents 5c740f2 + aa49b56 commit a897f99

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@dataparty/bouncer-db": "1.0.1",
6363
"@dataparty/crypto": "git://github.com/datapartyjs/dataparty-crypto.git",
64-
"@dataparty/tasker": "^0.0.2",
64+
"@dataparty/tasker": "^0.0.3",
6565
"@diva.exchange/i2p-sam": "^4.1.8",
6666
"@markwylde/liferaft": "^1.3.4",
6767
"@sevenbitbyte/ncc": "0.0.2",
@@ -138,12 +138,16 @@
138138
"tmp": "^0.2.1",
139139
"url": "^0.11.0",
140140
"util": "^0.12.4",
141+
"vm-browserify": "^1.1.2",
141142
"wrtc": "npm:@koush/wrtc@^0.5.3"
142143
},
143144
"repository": {
144145
"type": "git",
145146
"url": "https://github.com/datapartyjs/dataparty-api.git"
146147
},
147148
"author": "dataparty <[email protected]>",
148-
"license": "Apache-2.0"
149+
"license": "Apache-2.0",
150+
"overrides": {
151+
"nan": "github:jkleinsc/nan#remove_accessor_signature"
152+
}
149153
}

0 commit comments

Comments
 (0)