@fuel-ts/account 0.0.0-rc-2021-20240408141516 → 0.0.0-rc-2021-20240409111335
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/index.global.js +7 -5
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/test-utils.global.js +7 -5
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +3 -1
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +3 -1
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/test-utils.js
CHANGED
@@ -1021,7 +1021,9 @@ var _FuelGraphqlSubscriber = class {
|
|
1021
1021
|
} catch (e) {
|
1022
1022
|
throw new import_errors.FuelError(
|
1023
1023
|
import_errors.ErrorCode.STREAM_PARSING_ERROR,
|
1024
|
-
`Error while parsing stream data response: ${text}
|
1024
|
+
`Error while parsing stream data response: ${text}
|
1025
|
+
|
1026
|
+
Thrown error: ${e}`
|
1025
1027
|
);
|
1026
1028
|
}
|
1027
1029
|
if (Array.isArray(errors)) {
|