@sentio/runtime 2.40.0-rc.23 → 2.40.0-rc.25

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
@@ -10,7 +10,7 @@ import { EthChainId } from '@sentio/chain';
10
10
 
11
11
  type Request = Omit<DBRequest, 'opId'>;
12
12
  type RequestType = keyof Request;
13
- declare const timeoutError: unique symbol;
13
+ declare const timeoutError: Error;
14
14
  declare class StoreContext {
15
15
  readonly subject: Subject<DeepPartial$1<ProcessStreamResponse>>;
16
16
  readonly processId: number;
package/lib/index.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  makeEthCallKey,
15
15
  mergeProcessResults,
16
16
  timeoutError
17
- } from "./chunk-EDSLVEVQ.js";
17
+ } from "./chunk-WAHNA3UH.js";
18
18
 
19
19
  // src/state.ts
20
20
  var _State = class {
@@ -1 +1,4 @@
1
1
  #!/usr/bin/env node
2
+ declare function shutdownProvider(): Promise<void>;
3
+
4
+ export { shutdownProvider };