update handling

This commit is contained in:
extremeheat 2024-08-15 15:14:57 -04:00 committed by GitHub
commit e0505373be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -27,4 +27,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-structures.js -o node_modules/protodef/src/datatypes/compiler-structures.js
- run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-conditional.js -o node_modules/protodef/src/datatypes/compiler-conditional.js
- run: npm test

View file

@ -31,8 +31,7 @@
"prismarine-realms": "^1.1.0",
"protodef": "^1.14.0",
"raknet-native": "^1.0.3",
"uuid-1345": "^1.0.2",
"protodef": "extremeheat/node-protodef#fix-anon-containers"
"uuid-1345": "^1.0.2"
},
"optionalDependencies": {
"raknet-node": "^0.5.0"