@appliedblockchain/silentdatarollup-ethers-provider-fireblocks 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/LICENSE +21 -0
- package/README.md +6 -6
- package/dist/index.d.mts +11 -3
- package/dist/index.d.ts +11 -3
- package/dist/index.js +33 -45015
- package/dist/index.mjs +24 -45037
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appliedblockchain/silentdatarollup-ethers-provider-fireblocks",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Ethers.js provider for Silent Data
|
|
3
|
+
"version": "1.0.9",
|
|
4
|
+
"description": "Ethers.js provider for Silent Data with Fireblocks integration",
|
|
5
5
|
"author": "Applied Blockchain",
|
|
6
6
|
"homepage": "https://github.com/appliedblockchain/silent-data-rollup-providers#readme",
|
|
7
7
|
"keywords": [
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"build": "tsc --noEmit && tsup src/index.ts --format cjs,esm --dts --clean",
|
|
31
|
-
"check-exports": "attw --pack . --profile node16",
|
|
32
|
-
"prepack": "npm run build"
|
|
33
|
-
},
|
|
34
29
|
"dependencies": {
|
|
35
|
-
"@appliedblockchain/silentdatarollup-core": "1.0.7",
|
|
36
30
|
"@fireblocks/fireblocks-web3-provider": "1.3.8",
|
|
31
|
+
"fireblocks-sdk": "5.18.0",
|
|
37
32
|
"debug": "4.3.4",
|
|
38
|
-
"ethers": "6.13.2"
|
|
33
|
+
"ethers": "6.13.2",
|
|
34
|
+
"@appliedblockchain/silentdatarollup-core": "1.0.9"
|
|
39
35
|
},
|
|
40
36
|
"devDependencies": {
|
|
41
37
|
"@types/debug": "4.1.12",
|
|
42
|
-
"@types/node": "
|
|
38
|
+
"@types/node": "24.10.1",
|
|
43
39
|
"ts-node": "10.9.2",
|
|
44
40
|
"typescript": "5.6.2"
|
|
45
41
|
},
|
|
46
42
|
"engines": {
|
|
47
43
|
"node": ">=18.0.0"
|
|
44
|
+
},
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "tsc --noEmit && tsup src/index.ts --format cjs,esm --dts --clean",
|
|
47
|
+
"check-exports": "attw --pack . --profile node16"
|
|
48
48
|
}
|
|
49
|
-
}
|
|
49
|
+
}
|