@fuel-ts/account 0.94.3 → 0.94.4

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.
Files changed (32) hide show
  1. package/dist/account.d.ts.map +1 -1
  2. package/dist/index.global.js +352 -268
  3. package/dist/index.global.js.map +1 -1
  4. package/dist/index.js +307 -167
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +304 -167
  7. package/dist/index.mjs.map +1 -1
  8. package/dist/predicate/predicate.d.ts.map +1 -1
  9. package/dist/providers/__generated__/operations.d.ts +81 -0
  10. package/dist/providers/__generated__/operations.d.ts.map +1 -1
  11. package/dist/providers/message.d.ts +3 -0
  12. package/dist/providers/message.d.ts.map +1 -1
  13. package/dist/providers/provider.d.ts +27 -2
  14. package/dist/providers/provider.d.ts.map +1 -1
  15. package/dist/providers/transaction-request/blob-transaction-request.d.ts.map +1 -1
  16. package/dist/providers/transaction-request/create-transaction-request.d.ts.map +1 -1
  17. package/dist/providers/transaction-request/helpers.d.ts +2 -0
  18. package/dist/providers/transaction-request/helpers.d.ts.map +1 -1
  19. package/dist/providers/transaction-request/script-transaction-request.d.ts.map +1 -1
  20. package/dist/providers/transaction-request/transaction-request.d.ts +4 -2
  21. package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
  22. package/dist/providers/utils/extract-tx-error.d.ts.map +1 -1
  23. package/dist/providers/utils/handle-gql-error-message.d.ts +6 -0
  24. package/dist/providers/utils/handle-gql-error-message.d.ts.map +1 -0
  25. package/dist/test-utils/launchNode.d.ts.map +1 -1
  26. package/dist/test-utils.global.js +196 -118
  27. package/dist/test-utils.global.js.map +1 -1
  28. package/dist/test-utils.js +262 -134
  29. package/dist/test-utils.js.map +1 -1
  30. package/dist/test-utils.mjs +260 -132
  31. package/dist/test-utils.mjs.map +1 -1
  32. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuel-ts/account",
3
- "version": "0.94.3",
3
+ "version": "0.94.4",
4
4
  "description": "",
5
5
  "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
6
6
  "main": "dist/index.js",
@@ -49,17 +49,17 @@
49
49
  "graphql-tag": "^2.12.6",
50
50
  "portfinder": "^1.0.32",
51
51
  "ramda": "^0.30.1",
52
- "@fuel-ts/abi-coder": "0.94.3",
53
- "@fuel-ts/address": "0.94.3",
54
- "@fuel-ts/crypto": "0.94.3",
55
- "@fuel-ts/errors": "0.94.3",
56
- "@fuel-ts/hasher": "0.94.3",
57
- "@fuel-ts/interfaces": "0.94.3",
58
- "@fuel-ts/math": "0.94.3",
59
- "@fuel-ts/merkle": "0.94.3",
60
- "@fuel-ts/transactions": "0.94.3",
61
- "@fuel-ts/utils": "0.94.3",
62
- "@fuel-ts/versions": "0.94.3"
52
+ "@fuel-ts/abi-coder": "0.94.4",
53
+ "@fuel-ts/address": "0.94.4",
54
+ "@fuel-ts/crypto": "0.94.4",
55
+ "@fuel-ts/errors": "0.94.4",
56
+ "@fuel-ts/hasher": "0.94.4",
57
+ "@fuel-ts/interfaces": "0.94.4",
58
+ "@fuel-ts/math": "0.94.4",
59
+ "@fuel-ts/merkle": "0.94.4",
60
+ "@fuel-ts/transactions": "0.94.4",
61
+ "@fuel-ts/utils": "0.94.4",
62
+ "@fuel-ts/versions": "0.94.4"
63
63
  },
64
64
  "devDependencies": {
65
65
  "type-fest": "^4.24.0",
@@ -67,11 +67,11 @@
67
67
  "@graphql-codegen/typescript": "^4.0.9",
68
68
  "@graphql-codegen/typescript-generic-sdk": "^4.0.1",
69
69
  "@graphql-codegen/typescript-operations": "^4.2.3",
70
- "@types/ramda": "^0.30.1",
70
+ "@types/ramda": "^0.30.2",
71
71
  "get-graphql-schema": "^2.1.2",
72
- "@fuel-ts/hasher": "0.94.3",
73
- "@fuel-ts/math": "0.94.3",
74
- "@fuel-ts/utils": "0.94.3"
72
+ "@fuel-ts/hasher": "0.94.4",
73
+ "@fuel-ts/math": "0.94.4",
74
+ "@fuel-ts/utils": "0.94.4"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsup",