@fuel-ts/account 0.100.4 → 0.100.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.
- package/dist/account.d.ts +1 -1
- package/dist/account.d.ts.map +1 -1
- package/dist/connectors/fuel-connector.d.ts +3 -3
- package/dist/connectors/fuel-connector.d.ts.map +1 -1
- package/dist/index.global.js +48 -13
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +47 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +47 -12
- package/dist/index.mjs.map +1 -1
- package/dist/providers/__generated__/operations.d.ts +18 -3
- package/dist/providers/__generated__/operations.d.ts.map +1 -1
- package/dist/providers/provider.d.ts +5 -0
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts +3 -3
- package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
- package/dist/providers/transaction-response/getAllDecodedLogs.d.ts.map +1 -1
- package/dist/providers/transaction-response/transaction-response.d.ts +17 -5
- package/dist/providers/transaction-response/transaction-response.d.ts.map +1 -1
- package/dist/providers/utils/serialization.d.ts.map +1 -1
- package/dist/providers/utils/transaction-response-serialization.d.ts +8 -0
- package/dist/providers/utils/transaction-response-serialization.d.ts.map +1 -0
- package/dist/test-utils.global.js +48 -13
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +47 -12
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +47 -12
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fuel-ts/account",
|
3
|
-
"version": "0.100.
|
3
|
+
"version": "0.100.5",
|
4
4
|
"description": "",
|
5
5
|
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
|
6
6
|
"main": "dist/index.js",
|
@@ -48,16 +48,16 @@
|
|
48
48
|
"graphql-request": "6.1.0",
|
49
49
|
"graphql-tag": "2.12.6",
|
50
50
|
"ramda": "0.30.1",
|
51
|
-
"@fuel-ts/abi-coder": "0.100.
|
52
|
-
"@fuel-ts/address": "0.100.
|
53
|
-
"@fuel-ts/crypto": "0.100.
|
54
|
-
"@fuel-ts/errors": "0.100.
|
55
|
-
"@fuel-ts/hasher": "0.100.
|
56
|
-
"@fuel-ts/math": "0.100.
|
57
|
-
"@fuel-ts/merkle": "0.100.
|
58
|
-
"@fuel-ts/transactions": "0.100.
|
59
|
-
"@fuel-ts/utils": "0.100.
|
60
|
-
"@fuel-ts/versions": "0.100.
|
51
|
+
"@fuel-ts/abi-coder": "0.100.5",
|
52
|
+
"@fuel-ts/address": "0.100.5",
|
53
|
+
"@fuel-ts/crypto": "0.100.5",
|
54
|
+
"@fuel-ts/errors": "0.100.5",
|
55
|
+
"@fuel-ts/hasher": "0.100.5",
|
56
|
+
"@fuel-ts/math": "0.100.5",
|
57
|
+
"@fuel-ts/merkle": "0.100.5",
|
58
|
+
"@fuel-ts/transactions": "0.100.5",
|
59
|
+
"@fuel-ts/utils": "0.100.5",
|
60
|
+
"@fuel-ts/versions": "0.100.5"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
63
|
"@graphql-codegen/cli": "5.0.5",
|
@@ -67,9 +67,9 @@
|
|
67
67
|
"@types/ramda": "0.30.2",
|
68
68
|
"get-graphql-schema": "2.1.2",
|
69
69
|
"type-fest": "4.34.1",
|
70
|
-
"@fuel-ts/hasher": "0.100.
|
71
|
-
"@fuel-ts/math": "0.100.
|
72
|
-
"@fuel-ts/utils": "0.100.
|
70
|
+
"@fuel-ts/hasher": "0.100.5",
|
71
|
+
"@fuel-ts/math": "0.100.5",
|
72
|
+
"@fuel-ts/utils": "0.100.5"
|
73
73
|
},
|
74
74
|
"scripts": {
|
75
75
|
"build": "tsup",
|