@powerhousedao/reactor-api 1.2.2 → 1.2.4

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 +5 -16
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,28 +1,17 @@
1
- ## 1.2.2 (2024-11-01)
1
+ ## 1.2.4 (2024-11-06)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **codegen:** changed bundle to esm ([24b33b50](https://github.com/powerhouse-inc/powerhouse/commit/24b33b50))
6
-
7
- ### 🩹 Fixes
8
-
9
- - **reactor-api:** remove dependency on switchboard ([5afaf725](https://github.com/powerhouse-inc/powerhouse/commit/5afaf725))
10
- - **ph-cli:** bundle cli as esm package and added missing dependencies ([a5a665ef](https://github.com/powerhouse-inc/powerhouse/commit/a5a665ef))
11
- - **codegen:** fixed bad import ([eefb7b2f](https://github.com/powerhouse-inc/powerhouse/commit/eefb7b2f))
12
- - bad package reference was breaking build -- also a readme update ([4121e51b](https://github.com/powerhouse-inc/powerhouse/commit/4121e51b))
13
- - **switchboard:** startup ([#469](https://github.com/powerhouse-inc/powerhouse/pull/469))
5
+ - **document-model-libs:** add more inputs ([37db4561](https://github.com/powerhouse-inc/powerhouse/commit/37db4561))
14
6
 
15
7
  ### 🧱 Updated Dependencies
16
8
 
17
- - Updated document-model-libs to 1.104.2
18
- - Updated document-drive to 1.2.2
19
- - Updated document-model to 2.4.1
9
+ - Updated document-model-libs to 1.106.0
10
+ - Updated document-drive to 1.2.4
20
11
 
21
12
  ### ❤️ Thank You
22
13
 
23
- - acaldas @acaldas
24
- - Benjamin Jordan
25
- - frankp.eth @froid1911
14
+ - ryanwolhuter @ryanwolhuter
26
15
 
27
16
  ## 1.2.0 (2024-10-29)
28
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "@types/body-parser": "^1.19.5",
17
17
  "@types/cors": "^2.8.17",
18
18
  "@types/express": "^5.0.0",
19
- "document-drive": "^1.2.2",
19
+ "document-drive": "^1.2.4",
20
20
  "document-model": "^2.4.1",
21
21
  "esbuild": "^0.24.0",
22
22
  "graphql": "^16.9.0",
@@ -32,7 +32,7 @@
32
32
  "@apollo/subgraph": "^2.9.2",
33
33
  "body-parser": "^1.20.3",
34
34
  "cors": "^2.8.5",
35
- "document-model-libs": "^1.104.2",
35
+ "document-model-libs": "^1.106.0",
36
36
  "@powerhousedao/scalars": "latest",
37
37
  "express": "^4.21.1"
38
38
  },