@fuel-ts/account 0.0.0-rc-2238-20240514123009 → 0.0.0-rc-1356-20240514125020
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/index.global.js +1140 -408
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +254 -234
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +145 -118
- package/dist/index.mjs.map +1 -1
- package/dist/predicate/predicate.d.ts.map +1 -1
- package/dist/providers/coin.d.ts +1 -0
- package/dist/providers/coin.d.ts.map +1 -1
- package/dist/providers/message.d.ts +1 -0
- package/dist/providers/message.d.ts.map +1 -1
- package/dist/providers/transaction-request/input.d.ts +2 -0
- package/dist/providers/transaction-request/input.d.ts.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts +1 -0
- package/dist/providers/transaction-request/transaction-request.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/auto-retry-fetch.d.ts.map +1 -1
- package/dist/providers/utils/index.d.ts +0 -1
- package/dist/providers/utils/index.d.ts.map +1 -1
- package/dist/test-utils/asset-id.d.ts +8 -0
- package/dist/test-utils/asset-id.d.ts.map +1 -0
- package/dist/test-utils/index.d.ts +4 -0
- package/dist/test-utils/index.d.ts.map +1 -1
- package/dist/test-utils/launchNode.d.ts +8 -1
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils/setup-test-provider-and-wallets.d.ts +33 -0
- package/dist/test-utils/setup-test-provider-and-wallets.d.ts.map +1 -0
- package/dist/test-utils/test-message.d.ts +28 -0
- package/dist/test-utils/test-message.d.ts.map +1 -0
- package/dist/test-utils/wallet-config.d.ts +49 -0
- package/dist/test-utils/wallet-config.d.ts.map +1 -0
- package/dist/test-utils.global.js +1465 -418
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +523 -272
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +413 -166
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -15
- package/dist/providers/utils/sleep.d.ts +0 -3
- package/dist/providers/utils/sleep.d.ts.map +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fuel-ts/account",
|
3
|
-
"version": "0.0.0-rc-
|
3
|
+
"version": "0.0.0-rc-1356-20240514125020",
|
4
4
|
"description": "",
|
5
5
|
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
|
6
6
|
"main": "dist/index.js",
|
@@ -51,19 +51,20 @@
|
|
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-rc-
|
55
|
-
"@fuel-ts/address": "0.0.0-rc-
|
56
|
-
"@fuel-ts/crypto": "0.0.0-rc-
|
57
|
-
"@fuel-ts/errors": "0.0.0-rc-
|
58
|
-
"@fuel-ts/hasher": "0.0.0-rc-
|
59
|
-
"@fuel-ts/interfaces": "0.0.0-rc-
|
60
|
-
"@fuel-ts/math": "0.0.0-rc-
|
61
|
-
"@fuel-ts/merkle": "0.0.0-rc-
|
62
|
-
"@fuel-ts/transactions": "0.0.0-rc-
|
63
|
-
"@fuel-ts/utils": "0.0.0-rc-
|
64
|
-
"@fuel-ts/versions": "0.0.0-rc-
|
54
|
+
"@fuel-ts/abi-coder": "0.0.0-rc-1356-20240514125020",
|
55
|
+
"@fuel-ts/address": "0.0.0-rc-1356-20240514125020",
|
56
|
+
"@fuel-ts/crypto": "0.0.0-rc-1356-20240514125020",
|
57
|
+
"@fuel-ts/errors": "0.0.0-rc-1356-20240514125020",
|
58
|
+
"@fuel-ts/hasher": "0.0.0-rc-1356-20240514125020",
|
59
|
+
"@fuel-ts/interfaces": "0.0.0-rc-1356-20240514125020",
|
60
|
+
"@fuel-ts/math": "0.0.0-rc-1356-20240514125020",
|
61
|
+
"@fuel-ts/merkle": "0.0.0-rc-1356-20240514125020",
|
62
|
+
"@fuel-ts/transactions": "0.0.0-rc-1356-20240514125020",
|
63
|
+
"@fuel-ts/utils": "0.0.0-rc-1356-20240514125020",
|
64
|
+
"@fuel-ts/versions": "0.0.0-rc-1356-20240514125020"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
|
+
"type-fest": "^4.6.0",
|
67
68
|
"@graphql-codegen/cli": "^2.13.7",
|
68
69
|
"@graphql-codegen/typescript": "^2.8.0",
|
69
70
|
"@graphql-codegen/typescript-generic-sdk": "^3.1.0",
|
@@ -71,9 +72,9 @@
|
|
71
72
|
"@types/ramda": "^0.29.3",
|
72
73
|
"@types/uuid": "^9.0.1",
|
73
74
|
"get-graphql-schema": "^2.1.2",
|
74
|
-
"@fuel-ts/hasher": "0.0.0-rc-
|
75
|
-
"@fuel-ts/math": "0.0.0-rc-
|
76
|
-
"@fuel-ts/utils": "0.0.0-rc-
|
75
|
+
"@fuel-ts/hasher": "0.0.0-rc-1356-20240514125020",
|
76
|
+
"@fuel-ts/math": "0.0.0-rc-1356-20240514125020",
|
77
|
+
"@fuel-ts/utils": "0.0.0-rc-1356-20240514125020"
|
77
78
|
},
|
78
79
|
"scripts": {
|
79
80
|
"build": "tsup",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sleep.d.ts","sourceRoot":"","sources":["../../../src/providers/utils/sleep.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,oBAMjC"}
|