@powerhousedao/reactor-local 1.2.2 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -18
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,30 +1,19 @@
1
- ## 1.2.2 (2024-11-01)
1
+ ## 1.2.4 (2024-11-06)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **codegen:** changed bundle to esm ([24b33b50](https://github.com/powerhouse-inc/powerhouse/commit/24b33b50))
6
-
7
- ### 🩹 Fixes
8
-
9
- - **ph-cli:** bundle cli as esm package and added missing dependencies ([a5a665ef](https://github.com/powerhouse-inc/powerhouse/commit/a5a665ef))
10
- - **codegen:** fixed bad import ([eefb7b2f](https://github.com/powerhouse-inc/powerhouse/commit/eefb7b2f))
11
- - bad package reference was breaking build -- also a readme update ([4121e51b](https://github.com/powerhouse-inc/powerhouse/commit/4121e51b))
12
- - **switchboard:** startup ([#469](https://github.com/powerhouse-inc/powerhouse/pull/469))
5
+ - **document-model-libs:** add more inputs ([37db4561](https://github.com/powerhouse-inc/powerhouse/commit/37db4561))
13
6
 
14
7
  ### 🧱 Updated Dependencies
15
8
 
16
- - Updated @powerhousedao/general-document-indexer to 1.2.2
17
- - Updated document-model-libs to 1.104.2
18
- - Updated document-drive to 1.2.2
19
- - Updated document-model to 2.4.1
20
- - Updated @powerhousedao/reactor-api to 1.2.2
21
- - Updated @powerhousedao/scalars to 1.5.1
9
+ - Updated @powerhousedao/general-document-indexer to 1.2.4
10
+ - Updated document-model-libs to 1.106.0
11
+ - Updated document-drive to 1.2.4
12
+ - Updated @powerhousedao/reactor-api to 1.2.4
22
13
 
23
14
  ### ❤️ Thank You
24
15
 
25
- - acaldas @acaldas
26
- - Benjamin Jordan
27
- - frankp.eth @froid1911
16
+ - ryanwolhuter @ryanwolhuter
28
17
 
29
18
  ## 1.1.0 (2024-10-29)
30
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.2.2",
4
+ "version": "1.2.4",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "reactor-local": "dist/cli.js"
@@ -16,13 +16,13 @@
16
16
  "@apollo/subgraph": "^2.9.2",
17
17
  "@electric-sql/pglite": "^0.2.12",
18
18
  "@libsql/client": "^0.14.0",
19
- "@powerhousedao/general-document-indexer": "^1.2.2",
20
- "@powerhousedao/reactor-api": "^1.2.2",
21
- "@powerhousedao/scalars": "^1.5.1",
19
+ "@powerhousedao/general-document-indexer": "^1.2.4",
20
+ "@powerhousedao/reactor-api": "^1.2.4",
21
+ "@powerhousedao/scalars": "^1.6.0",
22
22
  "commander": "^12.1.0",
23
- "document-drive": "^1.2.2",
23
+ "document-drive": "^1.2.4",
24
24
  "document-model": "^2.4.1",
25
- "document-model-libs": "^1.104.2",
25
+ "document-model-libs": "^1.106.0",
26
26
  "dotenv": "^16.4.5",
27
27
  "drizzle-kit": "^0.25.0",
28
28
  "drizzle-orm": "^0.34.1",