@powerhousedao/reactor-local 1.2.2 → 1.2.3
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/CHANGELOG.md +9 -18
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,21 @@
|
|
|
1
|
-
## 1.2.
|
|
1
|
+
## 1.2.3 (2024-11-05)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
- **
|
|
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:** regenerate lockfile ([cf76e91d](https://github.com/powerhouse-inc/powerhouse/commit/cf76e91d))
|
|
6
|
+
- **document-model-libs:** address initial QA feedback ([7513155e](https://github.com/powerhouse-inc/powerhouse/commit/7513155e))
|
|
13
7
|
|
|
14
8
|
### 🧱 Updated Dependencies
|
|
15
9
|
|
|
16
|
-
- Updated @powerhousedao/general-document-indexer to 1.2.
|
|
17
|
-
- Updated document-model-libs to 1.
|
|
18
|
-
- Updated document-drive to 1.2.
|
|
19
|
-
- Updated
|
|
20
|
-
- Updated @powerhousedao/
|
|
21
|
-
- Updated @powerhousedao/scalars to 1.5.1
|
|
10
|
+
- Updated @powerhousedao/general-document-indexer to 1.2.3
|
|
11
|
+
- Updated document-model-libs to 1.105.0
|
|
12
|
+
- Updated document-drive to 1.2.3
|
|
13
|
+
- Updated @powerhousedao/reactor-api to 1.2.3
|
|
14
|
+
- Updated @powerhousedao/scalars to 1.6.0
|
|
22
15
|
|
|
23
16
|
### ❤️ Thank You
|
|
24
17
|
|
|
25
|
-
-
|
|
26
|
-
- Benjamin Jordan
|
|
27
|
-
- frankp.eth @froid1911
|
|
18
|
+
- ryanwolhuter @ryanwolhuter
|
|
28
19
|
|
|
29
20
|
## 1.1.0 (2024-10-29)
|
|
30
21
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-local",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.3",
|
|
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.
|
|
20
|
-
"@powerhousedao/reactor-api": "^1.2.
|
|
21
|
-
"@powerhousedao/scalars": "^1.
|
|
19
|
+
"@powerhousedao/general-document-indexer": "^1.2.3",
|
|
20
|
+
"@powerhousedao/reactor-api": "^1.2.3",
|
|
21
|
+
"@powerhousedao/scalars": "^1.6.0",
|
|
22
22
|
"commander": "^12.1.0",
|
|
23
|
-
"document-drive": "^1.2.
|
|
23
|
+
"document-drive": "^1.2.3",
|
|
24
24
|
"document-model": "^2.4.1",
|
|
25
|
-
"document-model-libs": "^1.
|
|
25
|
+
"document-model-libs": "^1.105.0",
|
|
26
26
|
"dotenv": "^16.4.5",
|
|
27
27
|
"drizzle-kit": "^0.25.0",
|
|
28
28
|
"drizzle-orm": "^0.34.1",
|