@ledgerhq/device-signer-kit-ethereum 0.0.0-ledger-button-20250821163751 → 0.0.0-ledger-button-20250905004746
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/lib/cjs/api/SignerEthBuilder.test.js +1 -1
- package/lib/cjs/api/SignerEthBuilder.test.js.map +1 -1
- package/lib/cjs/internal/app-binder/command/ProvideNetworkConfigurationCommand.js +2 -0
- package/lib/cjs/internal/app-binder/command/ProvideNetworkConfigurationCommand.js.map +7 -0
- package/lib/cjs/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.js +2 -0
- package/lib/cjs/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.js.map +7 -0
- package/lib/cjs/internal/app-binder/task/BuildTransactionContextTask.js +1 -1
- package/lib/cjs/internal/app-binder/task/BuildTransactionContextTask.js.map +3 -3
- package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.js +1 -1
- package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.js.map +3 -3
- package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.test.js +1 -1
- package/lib/cjs/internal/app-binder/task/ProvideTransactionContextTask.test.js.map +3 -3
- package/lib/cjs/internal/app-binder/task/SendPayloadInChunksTask.js +1 -1
- package/lib/cjs/internal/app-binder/task/SendPayloadInChunksTask.js.map +3 -3
- package/lib/cjs/internal/app-binder/task/SendPayloadInChunksTask.test.js +1 -1
- package/lib/cjs/internal/app-binder/task/SendPayloadInChunksTask.test.js.map +3 -3
- package/lib/esm/api/SignerEthBuilder.test.js +1 -1
- package/lib/esm/api/SignerEthBuilder.test.js.map +1 -1
- package/lib/esm/internal/app-binder/command/ProvideNetworkConfigurationCommand.js +2 -0
- package/lib/esm/internal/app-binder/command/ProvideNetworkConfigurationCommand.js.map +7 -0
- package/lib/esm/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.js +2 -0
- package/lib/esm/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.js.map +7 -0
- package/lib/esm/internal/app-binder/task/BuildTransactionContextTask.js +1 -1
- package/lib/esm/internal/app-binder/task/BuildTransactionContextTask.js.map +3 -3
- package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.js +1 -1
- package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.js.map +3 -3
- package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.test.js +1 -1
- package/lib/esm/internal/app-binder/task/ProvideTransactionContextTask.test.js.map +3 -3
- package/lib/esm/internal/app-binder/task/SendPayloadInChunksTask.js +1 -1
- package/lib/esm/internal/app-binder/task/SendPayloadInChunksTask.js.map +3 -3
- package/lib/esm/internal/app-binder/task/SendPayloadInChunksTask.test.js +1 -1
- package/lib/esm/internal/app-binder/task/SendPayloadInChunksTask.test.js.map +3 -3
- package/lib/types/internal/app-binder/command/ProvideNetworkConfigurationCommand.d.ts +28 -0
- package/lib/types/internal/app-binder/command/ProvideNetworkConfigurationCommand.d.ts.map +1 -0
- package/lib/types/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.d.ts +2 -0
- package/lib/types/internal/app-binder/command/ProvideNetworkConfigurationCommand.test.d.ts.map +1 -0
- package/lib/types/internal/app-binder/task/BuildTransactionContextTask.d.ts.map +1 -1
- package/lib/types/internal/app-binder/task/ProvideTransactionContextTask.d.ts.map +1 -1
- package/lib/types/internal/app-binder/task/SendPayloadInChunksTask.d.ts +1 -0
- package/lib/types/internal/app-binder/task/SendPayloadInChunksTask.d.ts.map +1 -1
- package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/device-signer-kit-ethereum",
|
|
3
|
-
"version": "0.0.0-ledger-button-
|
|
3
|
+
"version": "0.0.0-ledger-button-20250905004746",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
"inversify": "7.5.1",
|
|
24
24
|
"purify-ts": "2.1.0",
|
|
25
25
|
"reflect-metadata": "0.2.2",
|
|
26
|
-
"semver": "7.7.
|
|
26
|
+
"semver": "7.7.2",
|
|
27
27
|
"xstate": "5.19.2",
|
|
28
|
-
"@ledgerhq/signer-utils": "0.0.0-ledger-button-
|
|
28
|
+
"@ledgerhq/signer-utils": "0.0.0-ledger-button-20250905004746"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/semver": "7.7.0",
|
|
32
32
|
"rxjs": "7.8.2",
|
|
33
33
|
"ts-node": "10.9.2",
|
|
34
|
-
"@ledgerhq/context-module": "0.0.0-ledger-button-
|
|
34
|
+
"@ledgerhq/context-module": "0.0.0-ledger-button-20250905004746",
|
|
35
|
+
"@ledgerhq/device-management-kit": "0.0.0-ledger-button-20250905004746",
|
|
35
36
|
"@ledgerhq/ldmk-tool": "0.0.1",
|
|
36
|
-
"@ledgerhq/device-management-kit": "0.0.0-ledger-button-20250821163751",
|
|
37
37
|
"@ledgerhq/eslint-config-dsdk": "0.0.2",
|
|
38
38
|
"@ledgerhq/prettier-config-dsdk": "0.0.2",
|
|
39
|
-
"@ledgerhq/
|
|
40
|
-
"@ledgerhq/
|
|
39
|
+
"@ledgerhq/tsconfig-dsdk": "1.0.1",
|
|
40
|
+
"@ledgerhq/vitest-config-dmk": "0.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@ledgerhq/context-module": "0.0.0-ledger-button-
|
|
44
|
-
"@ledgerhq/device-management-kit": "0.0.0-ledger-button-
|
|
43
|
+
"@ledgerhq/context-module": "0.0.0-ledger-button-20250905004746",
|
|
44
|
+
"@ledgerhq/device-management-kit": "0.0.0-ledger-button-20250905004746"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"prebuild": "rimraf lib",
|