@sentio/runtime 3.9.0-rc.8 → 3.9.0-rc.9
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/lib/{chunk-P4RGL4TZ.js → chunk-VNWNJ423.js} +5 -2
- package/lib/{chunk-P4RGL4TZ.js.map → chunk-VNWNJ423.js.map} +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +1 -1
- package/lib/processor-runner.js.map +1 -1
- package/package.json +1 -1
- package/src/full-service.ts +1 -1
- package/src/provider.ts +1 -1
- package/src/utils.ts +5 -2
|
@@ -38129,7 +38129,10 @@ function mergeArrayInPlace(dst, src) {
|
|
|
38129
38129
|
return res;
|
|
38130
38130
|
}
|
|
38131
38131
|
function errorString(e) {
|
|
38132
|
-
|
|
38132
|
+
if (e instanceof Error) {
|
|
38133
|
+
return e.message + "\n" + e.stack;
|
|
38134
|
+
}
|
|
38135
|
+
return String(e);
|
|
38133
38136
|
}
|
|
38134
38137
|
var USER_PROCESSOR = "user_processor";
|
|
38135
38138
|
function makeEthCallKey(param) {
|
|
@@ -60358,4 +60361,4 @@ long/umd/index.js:
|
|
|
60358
60361
|
@noble/curves/esm/secp256k1.js:
|
|
60359
60362
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
60360
60363
|
*/
|
|
60361
|
-
//# sourceMappingURL=chunk-
|
|
60364
|
+
//# sourceMappingURL=chunk-VNWNJ423.js.map
|