@fuel-ts/account 0.0.0-pr-2143-20240514173839 → 0.0.0-pr-2328-20240517121917
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.
Potentially problematic release.
This version of @fuel-ts/account might be problematic. Click here for more details.
- package/dist/account.d.ts.map +1 -1
- package/dist/configs.d.ts +1 -1
- package/dist/configs.d.ts.map +1 -1
- package/dist/configs.global.js +1 -1
- package/dist/configs.global.js.map +1 -1
- package/dist/configs.js +5 -5
- package/dist/configs.js.map +1 -1
- package/dist/configs.mjs +3 -3
- package/dist/configs.mjs.map +1 -1
- package/dist/index.global.js +627 -1542
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +153 -197
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +143 -193
- package/dist/index.mjs.map +1 -1
- package/dist/mnemonic/mnemonic.d.ts.map +1 -1
- package/dist/mnemonic/utils.d.ts +0 -1
- package/dist/mnemonic/utils.d.ts.map +1 -1
- package/dist/predicate/predicate.d.ts.map +1 -1
- package/dist/providers/__generated__/operations.d.ts +8 -0
- package/dist/providers/__generated__/operations.d.ts.map +1 -1
- package/dist/providers/coin.d.ts +0 -1
- package/dist/providers/coin.d.ts.map +1 -1
- package/dist/providers/message.d.ts +0 -1
- package/dist/providers/message.d.ts.map +1 -1
- package/dist/providers/provider.d.ts +4 -1
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/providers/transaction-request/input.d.ts +0 -2
- package/dist/providers/transaction-request/input.d.ts.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts +0 -1
- package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
- package/dist/providers/transaction-response/transaction-response.d.ts.map +1 -1
- package/dist/providers/transaction-summary/call.d.ts +1 -1
- package/dist/providers/transaction-summary/call.d.ts.map +1 -1
- package/dist/providers/utils/extract-tx-error.d.ts +2 -4
- package/dist/providers/utils/extract-tx-error.d.ts.map +1 -1
- package/dist/test-utils/launchNode.d.ts +2 -4
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils.global.js +734 -3868
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +147 -184
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +136 -173
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fuel-ts/account",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-2328-20240517121917",
|
4
4
|
"description": "",
|
5
5
|
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
|
6
6
|
"main": "dist/index.js",
|
@@ -51,17 +51,17 @@
|
|
51
51
|
"ramda": "^0.29.0",
|
52
52
|
"tree-kill": "^1.2.2",
|
53
53
|
"uuid": "^9.0.0",
|
54
|
-
"@fuel-ts/abi-coder": "0.0.0-pr-
|
55
|
-
"@fuel-ts/address": "0.0.0-pr-
|
56
|
-
"@fuel-ts/crypto": "0.0.0-pr-
|
57
|
-
"@fuel-ts/errors": "0.0.0-pr-
|
58
|
-
"@fuel-ts/hasher": "0.0.0-pr-
|
59
|
-
"@fuel-ts/interfaces": "0.0.0-pr-
|
60
|
-
"@fuel-ts/math": "0.0.0-pr-
|
61
|
-
"@fuel-ts/merkle": "0.0.0-pr-
|
62
|
-
"@fuel-ts/transactions": "0.0.0-pr-
|
63
|
-
"@fuel-ts/utils": "0.0.0-pr-
|
64
|
-
"@fuel-ts/versions": "0.0.0-pr-
|
54
|
+
"@fuel-ts/abi-coder": "0.0.0-pr-2328-20240517121917",
|
55
|
+
"@fuel-ts/address": "0.0.0-pr-2328-20240517121917",
|
56
|
+
"@fuel-ts/crypto": "0.0.0-pr-2328-20240517121917",
|
57
|
+
"@fuel-ts/errors": "0.0.0-pr-2328-20240517121917",
|
58
|
+
"@fuel-ts/hasher": "0.0.0-pr-2328-20240517121917",
|
59
|
+
"@fuel-ts/interfaces": "0.0.0-pr-2328-20240517121917",
|
60
|
+
"@fuel-ts/math": "0.0.0-pr-2328-20240517121917",
|
61
|
+
"@fuel-ts/merkle": "0.0.0-pr-2328-20240517121917",
|
62
|
+
"@fuel-ts/transactions": "0.0.0-pr-2328-20240517121917",
|
63
|
+
"@fuel-ts/utils": "0.0.0-pr-2328-20240517121917",
|
64
|
+
"@fuel-ts/versions": "0.0.0-pr-2328-20240517121917"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@graphql-codegen/cli": "^2.13.7",
|
@@ -71,9 +71,9 @@
|
|
71
71
|
"@types/ramda": "^0.29.3",
|
72
72
|
"@types/uuid": "^9.0.1",
|
73
73
|
"get-graphql-schema": "^2.1.2",
|
74
|
-
"@fuel-ts/hasher": "0.0.0-pr-
|
75
|
-
"@fuel-ts/math": "0.0.0-pr-
|
76
|
-
"@fuel-ts/utils": "0.0.0-pr-
|
74
|
+
"@fuel-ts/hasher": "0.0.0-pr-2328-20240517121917",
|
75
|
+
"@fuel-ts/math": "0.0.0-pr-2328-20240517121917",
|
76
|
+
"@fuel-ts/utils": "0.0.0-pr-2328-20240517121917"
|
77
77
|
},
|
78
78
|
"scripts": {
|
79
79
|
"build": "tsup",
|