@powerhousedao/reactor-local 1.4.0 → 1.4.1

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 +5 -14
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,20 +1,11 @@
1
- ## 1.4.0 (2024-11-11)
2
-
3
- ### 🚀 Features
4
-
5
- - **ph-cli,reactor-local:** integrate local reactor into ph-cli ([92f2f530](https://github.com/powerhouse-inc/powerhouse/commit/92f2f530))
1
+ ## 1.4.1 (2024-11-11)
6
2
 
7
3
  ### 🧱 Updated Dependencies
8
4
 
9
- - Updated @powerhousedao/general-document-indexer to 1.3.5
10
- - Updated document-model-libs to 1.110.1
11
- - Updated document-drive to 1.4.0
12
- - Updated @powerhousedao/reactor-api to 1.4.0
13
- - Updated @powerhousedao/scalars to 1.9.0
14
-
15
- ### ❤️ Thank You
16
-
17
- - acaldas @acaldas
5
+ - Updated @powerhousedao/general-document-indexer to 1.3.6
6
+ - Updated document-model-libs to 1.111.0
7
+ - Updated document-drive to 1.4.1
8
+ - Updated @powerhousedao/reactor-api to 1.4.1
18
9
 
19
10
  ## 1.1.0 (2024-10-29)
20
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
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.3.5",
20
- "@powerhousedao/reactor-api": "^1.4.0",
19
+ "@powerhousedao/general-document-indexer": "^1.3.6",
20
+ "@powerhousedao/reactor-api": "^1.4.1",
21
21
  "@powerhousedao/scalars": "^1.9.0",
22
22
  "change-case": "^5.4.4",
23
23
  "commander": "^12.1.0",
24
24
  "document-model": "^2.6.0",
25
- "document-model-libs": "^1.110.1",
25
+ "document-model-libs": "^1.111.0",
26
26
  "dotenv": "^16.4.5",
27
27
  "drizzle-kit": "^0.25.0",
28
28
  "drizzle-orm": "^0.34.1",
@@ -44,7 +44,7 @@
44
44
  "@types/ms": "^0.7.34",
45
45
  "@types/node": "^22.7.5",
46
46
  "@types/pg": "^8.11.10",
47
- "document-drive": "^1.4.0",
47
+ "document-drive": "^1.4.1",
48
48
  "postcss": "^8.4.47",
49
49
  "tsup": "^8.3.0",
50
50
  "typescript": "^5.6.2",