@sentio/runtime 2.60.0-rc.1 → 2.60.0-rc.10

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/index.d.ts CHANGED
@@ -88,7 +88,7 @@ declare abstract class Plugin {
88
88
  */
89
89
  shutdownServer(): void;
90
90
  /**
91
- * Initialize the plugin, for service v2.
91
+ * Initialize the plugin, for service v3.
92
92
  * @param config
93
93
  */
94
94
  init(config: InitResponse): Promise<void>;
package/lib/index.js CHANGED
@@ -30,11 +30,11 @@ import {
30
30
  providerMetrics,
31
31
  recordRuntimeInfo,
32
32
  timeoutError
33
- } from "./chunk-7JPTCCHQ.js";
33
+ } from "./chunk-BOHR42T4.js";
34
34
  import {
35
35
  Plugin,
36
36
  PluginManager
37
- } from "./chunk-AQYRWO7H.js";
37
+ } from "./chunk-TC6OWLVA.js";
38
38
 
39
39
  // src/chain-config.ts
40
40
  import("node:process").then((p) => p.stdout.write(""));