@powerhousedao/reactor-api 1.19.0 → 1.19.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.
- package/CHANGELOG.md +8 -14
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,20 @@
|
|
|
1
|
-
## 1.19.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **monorepo:** move ph-cmd to clis directory ([8182595c](https://github.com/powerhouse-inc/powerhouse/commit/8182595c))
|
|
6
|
-
- **monorepo:** move ph cli to clis directory ([5b677ebd](https://github.com/powerhouse-inc/powerhouse/commit/5b677ebd))
|
|
7
|
-
- **reactor-api:** added https support ([8a7b8b7a](https://github.com/powerhouse-inc/powerhouse/commit/8a7b8b7a))
|
|
8
|
-
- **ph-cli:** rename reactor to switchboard ([#947](https://github.com/powerhouse-inc/powerhouse/pull/947))
|
|
1
|
+
## 1.19.1 (2025-01-29)
|
|
9
2
|
|
|
10
3
|
### 🩹 Fixes
|
|
11
4
|
|
|
12
|
-
- **
|
|
5
|
+
- **connect:** setup npm release ([650f0888](https://github.com/powerhouse-inc/powerhouse/commit/650f0888))
|
|
6
|
+
- **connect:** lint ([4ada2650](https://github.com/powerhouse-inc/powerhouse/commit/4ada2650))
|
|
7
|
+
- **connect:** updated dependencies ([de205722](https://github.com/powerhouse-inc/powerhouse/commit/de205722))
|
|
13
8
|
|
|
14
9
|
### 🧱 Updated Dependencies
|
|
15
10
|
|
|
16
|
-
- Updated document-model-libs to 1.130.
|
|
17
|
-
- Updated document-drive to 1.16.
|
|
11
|
+
- Updated document-model-libs to 1.130.1
|
|
12
|
+
- Updated document-drive to 1.16.3
|
|
13
|
+
- Updated @powerhousedao/scalars to 1.21.1
|
|
18
14
|
|
|
19
15
|
### ❤️ Thank You
|
|
20
16
|
|
|
21
|
-
-
|
|
22
|
-
- Guillermo Puente Sandoval @gpuente
|
|
23
|
-
- ryanwolhuter @ryanwolhuter
|
|
17
|
+
- Guillermo Puente @gpuente
|
|
24
18
|
|
|
25
19
|
## 1.2.0 (2024-10-29)
|
|
26
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"@types/pg": "^8.11.10",
|
|
24
24
|
"esbuild": "^0.24.0",
|
|
25
25
|
"graphql-tag": "^2.12.6",
|
|
26
|
-
"@powerhousedao/scalars": "1.21.
|
|
27
|
-
"document-
|
|
28
|
-
"document-
|
|
26
|
+
"@powerhousedao/scalars": "1.21.1",
|
|
27
|
+
"document-model": "2.18.0",
|
|
28
|
+
"document-drive": "1.16.3"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@apollo/server": "^4.11.0",
|
|
@@ -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.130.
|
|
54
|
+
"document-model-libs": "1.130.1"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsup",
|