apibara 2.1.0-beta.3 → 2.1.0-beta.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.
@@ -57,17 +57,17 @@ const storages = [
57
57
  ];
58
58
  const packageVersions = {
59
59
  // Required Dependencies
60
- apibara: "^2.1.0-beta.2",
61
- "@apibara/indexer": "^2.1.0-beta.2",
62
- "@apibara/protocol": "^2.1.0-beta.2",
60
+ apibara: "next",
61
+ "@apibara/indexer": "next",
62
+ "@apibara/protocol": "next",
63
63
  // Chain Dependencies
64
- "@apibara/evm": "^2.1.0-beta.2",
65
- "@apibara/beaconchain": "^2.1.0-beta.2",
66
- "@apibara/starknet": "^2.1.0-beta.2",
64
+ "@apibara/evm": "next",
65
+ "@apibara/beaconchain": "next",
66
+ "@apibara/starknet": "next",
67
67
  // Storage Dependencies
68
- "@apibara/plugin-drizzle": "^2.1.0-beta.2",
69
- "@apibara/plugin-mongo": "^2.1.0-beta.2",
70
- "@apibara/plugin-sqlite": "^2.1.0-beta.2",
68
+ "@apibara/plugin-drizzle": "next",
69
+ "@apibara/plugin-mongo": "next",
70
+ "@apibara/plugin-sqlite": "next",
71
71
  // Postgres Dependencies
72
72
  "@electric-sql/pglite": "^0.2.17",
73
73
  "drizzle-orm": "^0.37.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apibara",
3
- "version": "2.1.0-beta.3",
3
+ "version": "2.1.0-beta.4",
4
4
  "type": "module",
5
5
  "main": "./dist/core/index.mjs",
6
6
  "exports": {
@@ -76,7 +76,7 @@
76
76
  "playground:start": "pnpm playground start --dir playground --indexer starknet"
77
77
  },
78
78
  "devDependencies": {
79
- "@apibara/starknet": "2.1.0-beta.3",
79
+ "@apibara/starknet": "2.1.0-beta.4",
80
80
  "@types/fs-extra": "^11.0.4",
81
81
  "@types/node": "^20.14.0",
82
82
  "@types/prompts": "^2.4.9",
@@ -87,8 +87,8 @@
87
87
  "vitest": "^1.6.0"
88
88
  },
89
89
  "dependencies": {
90
- "@apibara/indexer": "2.1.0-beta.3",
91
- "@apibara/protocol": "2.1.0-beta.3",
90
+ "@apibara/indexer": "2.1.0-beta.4",
91
+ "@apibara/protocol": "2.1.0-beta.4",
92
92
  "@rollup/plugin-commonjs": "^26.0.1",
93
93
  "@rollup/plugin-json": "^6.1.0",
94
94
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -66,17 +66,17 @@ export const storages: StorageDataType[] = [
66
66
 
67
67
  export const packageVersions = {
68
68
  // Required Dependencies
69
- apibara: "^2.1.0-beta.2",
70
- "@apibara/indexer": "^2.1.0-beta.2",
71
- "@apibara/protocol": "^2.1.0-beta.2",
69
+ apibara: "next",
70
+ "@apibara/indexer": "next",
71
+ "@apibara/protocol": "next",
72
72
  // Chain Dependencies
73
- "@apibara/evm": "^2.1.0-beta.2",
74
- "@apibara/beaconchain": "^2.1.0-beta.2",
75
- "@apibara/starknet": "^2.1.0-beta.2",
73
+ "@apibara/evm": "next",
74
+ "@apibara/beaconchain": "next",
75
+ "@apibara/starknet": "next",
76
76
  // Storage Dependencies
77
- "@apibara/plugin-drizzle": "^2.1.0-beta.2",
78
- "@apibara/plugin-mongo": "^2.1.0-beta.2",
79
- "@apibara/plugin-sqlite": "^2.1.0-beta.2",
77
+ "@apibara/plugin-drizzle": "next",
78
+ "@apibara/plugin-mongo": "next",
79
+ "@apibara/plugin-sqlite": "next",
80
80
  // Postgres Dependencies
81
81
  "@electric-sql/pglite": "^0.2.17",
82
82
  "drizzle-orm": "^0.37.0",