@powerhousedao/reactor-api 1.16.1 → 1.16.2
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 +5 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
## 1.16.
|
|
1
|
+
## 1.16.2 (2025-01-22)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
- **ph-
|
|
6
|
-
- **ph-cli:** added pm2 process manager ([7866ce9d](https://github.com/powerhouse-inc/powerhouse/commit/7866ce9d))
|
|
7
|
-
- **ph-cli:** updated connect ver ([#886](https://github.com/powerhouse-inc/powerhouse/pull/886))
|
|
5
|
+
- **ph-cli:** update connect ver ([#901](https://github.com/powerhouse-inc/powerhouse/pull/901))
|
|
8
6
|
|
|
9
7
|
### 🧱 Updated Dependencies
|
|
10
8
|
|
|
11
|
-
- Updated document-model-libs to 1.127.
|
|
12
|
-
- Updated document-drive to 1.15.
|
|
9
|
+
- Updated document-model-libs to 1.127.2
|
|
10
|
+
- Updated document-drive to 1.15.2
|
|
11
|
+
- Updated @powerhousedao/scalars to 1.19.0
|
|
13
12
|
|
|
14
13
|
### ❤️ Thank You
|
|
15
14
|
|
|
16
|
-
- Frank
|
|
17
15
|
- Guillermo Puente Sandoval @gpuente
|
|
18
16
|
|
|
19
17
|
## 1.2.0 (2024-10-29)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@types/pg": "^8.11.10",
|
|
24
24
|
"esbuild": "^0.24.0",
|
|
25
25
|
"graphql-tag": "^2.12.6",
|
|
26
|
-
"@powerhousedao/scalars": "1.
|
|
27
|
-
"document-drive": "1.15.
|
|
26
|
+
"@powerhousedao/scalars": "1.19.0",
|
|
27
|
+
"document-drive": "1.15.2",
|
|
28
28
|
"document-model": "2.17.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.127.
|
|
54
|
+
"document-model-libs": "1.127.2"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsup",
|