@appliedblockchain/silentdatarollup-core 1.0.7 → 1.0.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appliedblockchain/silentdatarollup-core",
3
- "version": "1.0.7",
4
- "description": "Core library for Silent Data [Rollup]",
3
+ "version": "1.0.9",
4
+ "description": "Core library for Silent Data",
5
5
  "author": "Applied Blockchain",
6
6
  "homepage": "https://github.com/appliedblockchain/silent-data-rollup-providers#readme",
7
7
  "keywords": [
@@ -28,22 +28,21 @@
28
28
  "files": [
29
29
  "dist"
30
30
  ],
31
- "scripts": {
32
- "build": "tsc --noEmit && tsup src/index.ts src/tests.ts --format cjs,esm --dts --clean",
33
- "check-exports": "attw --pack . --profile node16",
34
- "prepack": "npm run build"
35
- },
36
31
  "dependencies": {
37
32
  "debug": "4.3.7",
38
33
  "ethers": "6.13.2"
39
34
  },
40
35
  "devDependencies": {
41
36
  "@types/debug": "4.1.12",
42
- "@types/node": "22.5.4",
37
+ "@types/node": "24.10.1",
43
38
  "ts-node": "10.9.2",
44
39
  "typescript": "5.6.2"
45
40
  },
46
41
  "engines": {
47
42
  "node": ">=18.0.0"
43
+ },
44
+ "scripts": {
45
+ "build": "tsc --noEmit && tsup src/index.ts src/tests.ts --format cjs,esm --dts --clean",
46
+ "check-exports": "attw --pack . --profile node16"
48
47
  }
49
- }
48
+ }