@powerhousedao/reactor-api 1.9.2 → 1.9.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 +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## 1.9.
|
|
1
|
+
## 1.9.3 (2024-12-09)
|
|
2
2
|
|
|
3
3
|
### 🧱 Updated Dependencies
|
|
4
4
|
|
|
5
|
-
- Updated document-model-libs to 1.120.
|
|
6
|
-
- Updated document-drive to 1.8.
|
|
5
|
+
- Updated document-model-libs to 1.120.2
|
|
6
|
+
- Updated document-drive to 1.8.3
|
|
7
7
|
|
|
8
8
|
## 1.2.0 (2024-10-29)
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"esbuild": "^0.24.0",
|
|
21
21
|
"graphql-tag": "^2.12.6",
|
|
22
22
|
"@powerhousedao/scalars": "1.12.0",
|
|
23
|
-
"document-
|
|
24
|
-
"document-
|
|
23
|
+
"document-model": "2.10.0",
|
|
24
|
+
"document-drive": "1.8.3"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@apollo/server": "^4.11.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"nanoevents": "^9.0.0",
|
|
38
38
|
"pg": "^8.13.0",
|
|
39
39
|
"uuid": "^9.0.1",
|
|
40
|
-
"document-model-libs": "1.120.
|
|
40
|
+
"document-model-libs": "1.120.2"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup",
|