ponder 0.9.4-debug.1 → 0.9.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ponder",
3
- "version": "0.9.4-debug.1",
3
+ "version": "0.9.4",
4
4
  "description": "An open-source framework for crypto application backends",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -29,10 +29,6 @@
29
29
  },
30
30
  "./virtual": {
31
31
  "types": "./src/types.d.ts"
32
- },
33
- "./experimental_unsafe_stores": {
34
- "types": "./dist/experimental_unsafe_stores.d.ts",
35
- "import": "./dist/experimental_unsafe_stores.js"
36
32
  }
37
33
  },
38
34
  "peerDependencies": {
@@ -36,7 +36,6 @@ declare global {
36
36
  var PONDER_NAMESPACE_BUILD: NamespaceBuild;
37
37
  var PONDER_INDEXING_BUILD: IndexingBuild;
38
38
  var PONDER_DATABASE: Database;
39
- var COMMON: Common;
40
39
  }
41
40
 
42
41
  const BUILD_ID_VERSION = "1";
@@ -274,7 +273,6 @@ export const createBuild = async ({
274
273
  async executeApi({ indexingBuild, database }): Promise<ApiResult> {
275
274
  globalThis.PONDER_INDEXING_BUILD = indexingBuild;
276
275
  globalThis.PONDER_DATABASE = database;
277
- globalThis.COMMON = common;
278
276
 
279
277
  if (!fs.existsSync(common.options.apiFile)) {
280
278
  const error = new BuildError(