@reclaimprotocol/attestor-core 3.0.4 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +14 -15
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@reclaimprotocol/attestor-core",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "",
5
5
  "main": "lib/index",
6
6
  "scripts": {
7
- "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.json",
8
- "prepublish": "tsc-alias -p tsconfig.json",
7
+ "build": "tsc -p tsconfig.build.json && tsc-alias",
9
8
  "build:browser": "sh ./src/scripts/build-browser.sh",
10
9
  "run:tsc": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register",
11
10
  "start:tsc": "npm run run:tsc -- src/scripts/start-server",
@@ -25,7 +24,7 @@
25
24
  "deploy:contracts-to-chain": "sh avs/utils/anvil/deploy-to-chain.sh",
26
25
  "register:avs-operator": "npm run run:tsc -- src/scripts/register-avs-operator.ts",
27
26
  "check:avs-registration": "npm run run:tsc -- src/scripts/check-avs-registration.ts",
28
- "whitelist:operator": "npm run run:tsc -- src/scripts/whitelist-operator.ts",
27
+ "whitelist:operator": "npm run run:tsc -- src/scripts/whitelist-operator.ts",
29
28
  "generate:avs": "typechain -- --target ethers-v5 --out-dir src/avs/contracts avs/contracts/out/ReclaimServiceManager.sol/*.json",
30
29
  "start:chain": "bash ./avs/utils/anvil/start-anvil-chain-with-el-and-avs-deployed.sh",
31
30
  "commitlint": "commitlint --edit"
@@ -60,20 +59,20 @@
60
59
  "author": "Adhiraj Singh",
61
60
  "license": "See License in <https://github.com/reclaimprotocol/.github/blob/main/LICENSE>",
62
61
  "dependencies": {
63
- "@bufbuild/protobuf": "^2.0.0",
64
- "@commitlint/cli": "^17.7.1",
65
- "@commitlint/config-conventional": "^17.7.0",
62
+ "@bufbuild/protobuf": "^2.2.0",
63
+ "@commitlint/cli": "^17.8.1",
64
+ "@commitlint/config-conventional": "^17.8.1",
66
65
  "@reclaimprotocol/circom-symmetric-crypto": "github:reclaimprotocol/circom-symmetric-crypto",
67
66
  "@reclaimprotocol/tls": "github:reclaimprotocol/tls",
68
67
  "ajv": "^8.17.1",
69
68
  "canonicalize": "^2.0.0",
70
69
  "dotenv": "^16.4.5",
71
- "elastic-apm-node": "^4.7.3",
70
+ "elastic-apm-node": "^4.8.0",
72
71
  "esprima-next": "^5.8.4",
73
72
  "ethers": "^5.7.2",
74
73
  "https-proxy-agent": "^7.0.5",
75
74
  "jsdom": "^24.1.3",
76
- "jsonpath-plus": "^9.0.0",
75
+ "jsonpath-plus": "^10.0.0",
77
76
  "p-queue": "^8.0.1",
78
77
  "pino": "^9.4.0",
79
78
  "protobufjs": "^7.4.0",
@@ -85,13 +84,13 @@
85
84
  "devDependencies": {
86
85
  "@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
87
86
  "@swc-node/register": "^1.10.9",
88
- "@swc/core": "^1.7.26",
87
+ "@swc/core": "^1.7.35",
89
88
  "@swc/jest": "^0.2.36",
90
89
  "@typechain/ethers-v5": "^11.1.2",
91
90
  "@types/chance": "^1.1.6",
92
91
  "@types/jest": "^29.5.13",
93
92
  "@types/jsdom": "^21.1.7",
94
- "@types/node": "^20.16.10",
93
+ "@types/node": "^20.16.11",
95
94
  "@types/serve-static": "^1.15.7",
96
95
  "@types/ws": "^8.5.12",
97
96
  "chance": "^1.1.12",
@@ -100,14 +99,14 @@
100
99
  "jest": "^29.7.0",
101
100
  "json-schema-to-typescript": "^15.0.2",
102
101
  "ts-loader": "^9.5.1",
103
- "ts-proto": "^2.2.1",
102
+ "ts-proto": "^2.2.3",
104
103
  "tsc-alias": "^1.8.10",
105
104
  "tsconfig-paths-webpack-plugin": "^4.1.0",
106
105
  "typechain": "^8.3.2",
107
- "typescript": "^5.6.2",
106
+ "typescript": "^5.6.3",
108
107
  "webpack": "^5.95.0",
109
108
  "webpack-cli": "^5.1.4",
110
- "yaml": "^2.5.1"
109
+ "yaml": "^2.6.0"
111
110
  },
112
111
  "overrides": {
113
112
  "@ethersproject/providers": {
@@ -118,4 +117,4 @@
118
117
  "optionalDependencies": {
119
118
  "koffi": "^2.9.1"
120
119
  }
121
- }
120
+ }