@powerhousedao/reactor-api 1.14.1 → 1.14.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 +3 -12
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
## 1.14.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **design-system:** merge dspot into main ([bef482f9](https://github.com/powerhouse-inc/powerhouse/commit/bef482f9))
|
|
6
|
-
- **react-reactor:** updated build config ([#759](https://github.com/powerhouse-inc/powerhouse/pull/759))
|
|
1
|
+
## 1.14.2 (2025-01-08)
|
|
7
2
|
|
|
8
3
|
### 🧱 Updated Dependencies
|
|
9
4
|
|
|
10
|
-
- Updated document-model-libs to 1.125.
|
|
11
|
-
- Updated document-drive to 1.13.
|
|
12
|
-
|
|
13
|
-
### ❤️ Thank You
|
|
14
|
-
|
|
15
|
-
- Guillermo Puente Sandoval @gpuente
|
|
5
|
+
- Updated document-model-libs to 1.125.2
|
|
6
|
+
- Updated document-drive to 1.13.2
|
|
16
7
|
|
|
17
8
|
## 1.2.0 (2024-10-29)
|
|
18
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
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
|
-
"document-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
26
|
+
"document-drive": "1.13.2",
|
|
27
|
+
"@powerhousedao/scalars": "1.16.0",
|
|
28
|
+
"document-model": "2.15.0"
|
|
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.125.
|
|
54
|
+
"document-model-libs": "1.125.2"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsup",
|