From 995dcfc65a83159b559330c6a50f0b47c741904b Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 15 Aug 2024 15:05:14 -0400 Subject: [PATCH 1/3] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 500d161..a640583 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "prismarine-realms": "^1.1.0", "protodef": "^1.14.0", "raknet-native": "^1.0.3", - "uuid-1345": "^1.0.2" + "uuid-1345": "^1.0.2", + "protodef": "extremeheat/node-protodef#fix-anon-containers" }, "optionalDependencies": { "raknet-node": "^0.5.0" From e0505373be9efbb5badd5e1a9800028422a48305 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 15 Aug 2024 15:14:57 -0400 Subject: [PATCH 2/3] update handling --- .github/workflows/ci.yml | 2 ++ package.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2055cc..a1d6930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index a640583..500d161 100644 --- a/package.json +++ b/package.json @@ -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" From c435427b371b940c13e8e71397905c6d7b98f363 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 15 Aug 2024 15:43:04 -0400 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1d6930..dda3495 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,5 @@ jobs: - 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: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/compiler.js -o node_modules/protodef/src/compiler.js - run: npm test