@powerhousedao/reactor-api 1.16.3 → 1.17.0

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 +7 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,19 @@
1
- ## 1.16.3 (2025-01-23)
1
+ ## 1.17.0 (2025-01-23)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **ph-cli:** added https support for connect ([a9335a4d](https://github.com/powerhouse-inc/powerhouse/commit/a9335a4d))
5
+ - push release ([642449fb](https://github.com/powerhouse-inc/powerhouse/commit/642449fb))
6
6
 
7
7
  ### 🧱 Updated Dependencies
8
8
 
9
- - Updated document-model-libs to 1.127.3
10
- - Updated document-drive to 1.15.3
9
+ - Updated document-model-libs to 1.128.0
10
+ - Updated document-drive to 1.16.0
11
+ - Updated document-model to 2.18.0
12
+ - Updated @powerhousedao/scalars to 1.20.0
11
13
 
12
14
  ### ❤️ Thank You
13
15
 
14
- - acaldas @acaldas
16
+ - Frank @froid1911
15
17
 
16
18
  ## 1.2.0 (2024-10-29)
17
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.16.3",
3
+ "version": "1.17.0",
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-model": "2.17.0",
27
- "@powerhousedao/scalars": "1.19.0",
28
- "document-drive": "1.15.3"
26
+ "document-model": "2.18.0",
27
+ "document-drive": "1.16.0",
28
+ "@powerhousedao/scalars": "1.20.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.127.3"
54
+ "document-model-libs": "1.128.0"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup",