@sentio/runtime 4.3.2-rc.1 → 4.3.3-rc.1
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/index.js +2 -2
- package/dist/{plugin-CteRSWq4.js → plugin-9jInRbdc.js} +88 -61
- package/dist/plugin-9jInRbdc.js.map +1 -0
- package/dist/processor-runner.js +194 -96
- package/dist/processor-runner.js.map +1 -1
- package/dist/{service-v3-fWCR8MDp.js → service-v3-iQMJsLkX.js} +6 -6
- package/dist/{service-v3-fWCR8MDp.js.map → service-v3-iQMJsLkX.js.map} +1 -1
- package/package.json +1 -1
- package/dist/plugin-CteRSWq4.js.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { d as __commonJSMin, g as __toESM, i as metrics, m as __require, n as init_esm, r as init_metrics_api } from "./esm-CSGQo6hb.js";
|
|
2
|
-
import {
|
|
2
|
+
import { C as create, S as reflect, _ as EmptySchema, c as ProcessResultSchema, d as RuntimeInfoSchema, f as StateResultSchema, i as DBResponseSchema, j as isReflectMessage, n as PluginManager, o as HandlerType, s as ProcessConfigResponseSchema, y as fromBinary, z as ScalarType } from "./plugin-9jInRbdc.js";
|
|
3
3
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
4
4
|
import { createRequire } from "module";
|
|
5
5
|
import path from "path";
|
|
6
6
|
import fs from "fs";
|
|
7
7
|
import * as process$2 from "node:process";
|
|
8
8
|
|
|
9
|
-
//#region ../../node_modules/.pnpm/@bufbuild+protobuf@2.12.
|
|
9
|
+
//#region ../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/clone.js
|
|
10
10
|
/**
|
|
11
11
|
* Create a deep copy of a message, including extensions and unknown fields.
|
|
12
12
|
*/
|
|
@@ -2061,7 +2061,7 @@ function configureEndpoints(options) {
|
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
2063
|
//#endregion
|
|
2064
|
-
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.
|
|
2064
|
+
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.1/node_modules/@connectrpc/connect/dist/esm/code.js
|
|
2065
2065
|
/**
|
|
2066
2066
|
* Connect represents categories of errors as codes, and each code maps to a
|
|
2067
2067
|
* specific HTTP status code. The codes and their semantics were chosen to
|
|
@@ -2140,7 +2140,7 @@ var Code;
|
|
|
2140
2140
|
})(Code || (Code = {}));
|
|
2141
2141
|
|
|
2142
2142
|
//#endregion
|
|
2143
|
-
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.
|
|
2143
|
+
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.1/node_modules/@connectrpc/connect/dist/esm/protocol-connect/code-string.js
|
|
2144
2144
|
/**
|
|
2145
2145
|
* codeToString returns the string representation of a Code.
|
|
2146
2146
|
*
|
|
@@ -2172,7 +2172,7 @@ function codeFromString(value) {
|
|
|
2172
2172
|
}
|
|
2173
2173
|
|
|
2174
2174
|
//#endregion
|
|
2175
|
-
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.
|
|
2175
|
+
//#region ../../node_modules/.pnpm/@connectrpc+connect@2.1.1_@bufbuild+protobuf@2.12.1/node_modules/@connectrpc/connect/dist/esm/connect-error.js
|
|
2176
2176
|
/**
|
|
2177
2177
|
* ConnectError captures four pieces of information: a Code, an error
|
|
2178
2178
|
* message, an optional cause of the error, and an optional collection of
|
|
@@ -12227,4 +12227,4 @@ var Contexts = class {
|
|
|
12227
12227
|
|
|
12228
12228
|
//#endregion
|
|
12229
12229
|
export { mergeProcessResults as C, recordRuntimeInfo as E, makeEthCallKey as S, parseSemver as T, require_lib as _, StoreContext as a, errorString as b, metricsStorage as c, ConnectError as d, codeFromString as f, configureEndpoints as g, Endpoints as h, DataBindingContext as i, processMetrics as l, Code as m, GLOBAL_CONFIG as n, timeoutError as o, codeToString as p, AbstractStoreContext as r, dbMetrics as s, ProcessorServiceImplV3 as t, providerMetrics as u, USER_PROCESSOR as v, mergeProcessResultsInPlace as w, locatePackageJson as x, compareSemver as y };
|
|
12230
|
-
//# sourceMappingURL=service-v3-
|
|
12230
|
+
//# sourceMappingURL=service-v3-iQMJsLkX.js.map
|