@powerhousedao/reactor-api 1.14.5 → 1.14.7

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 +13 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
- ## 1.14.5 (2025-01-09)
1
+ ## 1.14.7 (2025-01-16)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ph-cli:** added connect command ([dd20da14](https://github.com/powerhouse-inc/powerhouse/commit/dd20da14))
2
6
 
3
7
  ### 🩹 Fixes
4
8
 
5
- - **reactor-api:** graphql query fields ([01f52aab](https://github.com/powerhouse-inc/powerhouse/commit/01f52aab))
9
+ - **codegen:** readded config dependency ([289bdaf4](https://github.com/powerhouse-inc/powerhouse/commit/289bdaf4))
10
+ - **codegen:** fixed create-lib build ([d5523d1e](https://github.com/powerhouse-inc/powerhouse/commit/d5523d1e))
11
+
12
+ ### 🧱 Updated Dependencies
13
+
14
+ - Updated document-model-libs to 1.125.4
15
+ - Updated document-drive to 1.13.4
6
16
 
7
17
  ### ❤️ Thank You
8
18
 
9
- - Frank
19
+ - acaldas @acaldas
10
20
 
11
21
  ## 1.2.0 (2024-10-29)
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.14.5",
3
+ "version": "1.14.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "esbuild": "^0.24.0",
25
25
  "graphql-tag": "^2.12.6",
26
26
  "@powerhousedao/scalars": "1.16.0",
27
- "document-drive": "1.13.2",
27
+ "document-drive": "1.13.4",
28
28
  "document-model": "2.15.0"
29
29
  },
30
30
  "dependencies": {
@@ -51,7 +51,7 @@
51
51
  "uuid": "^9.0.1",
52
52
  "wildcard-match": "^5.1.3",
53
53
  "zod": "^3.24.1",
54
- "document-model-libs": "1.125.2"
54
+ "document-model-libs": "1.125.4"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup",