diff --git a/package-lock.json b/package-lock.json index f45fe06..b5fc11f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "actions/*" ], "dependencies": { - "@code0-tech/hercules": "file:code0-tech-hercules-0.0.0.tgz", + "@code0-tech/hercules": "^0.0.2", "axios": "^1.13.6", "vite": "^7.3.1", "zod": "^4.3.6", @@ -41,12 +41,12 @@ "link": true }, "node_modules/@code0-tech/hercules": { - "version": "0.0.0", - "resolved": "file:code0-tech-hercules-0.0.0.tgz", - "integrity": "sha512-MwoauVdEnfA7IvODjPt2aPbQe8m0xmFAq+smn/sIId/yeJ1ldmoJjhtDFeXpYgS6fLZQ09lgpXrTYmZAiyRPsQ==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@code0-tech/hercules/-/hercules-0.0.2.tgz", + "integrity": "sha512-oG0N8zRNX8WJmYORhbNnAj75HXi6pzL+xclO3vOxHQiOBjb4hjqnRYIBtCTuR9xAJSXeOEqPu5rgK2hHKTsdzA==", "license": "ISC", "dependencies": { - "@code0-tech/tucana": "file:code0-tech-tucana-0.0.0.tgz", + "@code0-tech/tucana": "^0.0.65", "@grpc/grpc-js": "^1.14.3", "@protobuf-ts/grpc-backend": "^2.11.1", "@protobuf-ts/grpc-transport": "^2.11.1", @@ -54,10 +54,10 @@ "@protobuf-ts/runtime-rpc": "^2.11.1" } }, - "node_modules/@code0-tech/hercules/node_modules/@code0-tech/tucana": { - "version": "0.0.0", - "resolved": "file:code0-tech-tucana-0.0.0.tgz", - "integrity": "sha512-ZXpWELHdEYyeJaGue9Lq2t0sqnR4F77fxwsAaim0Q7gkilsCCzIFYPy4t3cRhfhKtw3iSknDOGrtFqvAaH6D5w==", + "node_modules/@code0-tech/tucana": { + "version": "0.0.65", + "resolved": "https://registry.npmjs.org/@code0-tech/tucana/-/tucana-0.0.65.tgz", + "integrity": "sha512-XTNAZ+iqTEf1yLU0uqNc2+ICg6tRF0w41C6da9DePoV4qDa2aRmZwA4jJyr/1i+hohZVKRrhkY7Qaf/blsyx0g==", "license": "Apache-2.0" }, "node_modules/@esbuild/aix-ppc64": { diff --git a/package.json b/package.json index 03cbe81..b0652de 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "vitest": "^4.0.0" }, "dependencies": { - "@code0-tech/hercules": "file:code0-tech-hercules-0.0.0.tgz", + "@code0-tech/hercules": "^0.0.2", "axios": "^1.13.6", "vite": "^7.3.1", "zod": "^4.3.6",