apibara 2.1.0-beta.29 → 2.1.0-beta.30

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.
@@ -107,6 +107,7 @@ const dev = defineCommand({
107
107
  stdio: "inherit"
108
108
  });
109
109
  childProcess.on("close", (code, signal) => {
110
+ childProcess = void 0;
110
111
  console.log();
111
112
  apibara.logger.log(
112
113
  `Indexers process exited${code !== null ? ` with code ${colors.red(code)}` : ""}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apibara",
3
- "version": "2.1.0-beta.29",
3
+ "version": "2.1.0-beta.30",
4
4
  "type": "module",
5
5
  "main": "./dist/core/index.mjs",
6
6
  "exports": {
@@ -78,7 +78,7 @@
78
78
  "playground:add": "pnpm playground add --dir playground"
79
79
  },
80
80
  "devDependencies": {
81
- "@apibara/starknet": "2.1.0-beta.29",
81
+ "@apibara/starknet": "2.1.0-beta.30",
82
82
  "@types/fs-extra": "^11.0.4",
83
83
  "@types/node": "^20.14.0",
84
84
  "@types/prompts": "^2.4.9",
@@ -89,8 +89,8 @@
89
89
  "vitest": "^1.6.0"
90
90
  },
91
91
  "dependencies": {
92
- "@apibara/indexer": "2.1.0-beta.29",
93
- "@apibara/protocol": "2.1.0-beta.29",
92
+ "@apibara/indexer": "2.1.0-beta.30",
93
+ "@apibara/protocol": "2.1.0-beta.30",
94
94
  "@rollup/plugin-replace": "^6.0.2",
95
95
  "@rollup/plugin-virtual": "^3.0.2",
96
96
  "c12": "^1.11.1",
@@ -138,6 +138,7 @@ export default defineCommand({
138
138
  });
139
139
 
140
140
  childProcess.on("close", (code, signal) => {
141
+ childProcess = undefined;
141
142
  console.log();
142
143
  apibara.logger.log(
143
144
  `Indexers process exited${