@powerhousedao/reactor-api 1.2.2 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -16
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,28 +1,18 @@
1
- ## 1.2.2 (2024-11-01)
1
+ ## 1.2.3 (2024-11-05)
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:** regenerate lockfile ([cf76e91d](https://github.com/powerhouse-inc/powerhouse/commit/cf76e91d))
6
+ - **document-model-libs:** address initial QA feedback ([7513155e](https://github.com/powerhouse-inc/powerhouse/commit/7513155e))
14
7
 
15
8
  ### 🧱 Updated Dependencies
16
9
 
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
10
+ - Updated document-model-libs to 1.105.0
11
+ - Updated document-drive to 1.2.3
20
12
 
21
13
  ### ❤️ Thank You
22
14
 
23
- - acaldas @acaldas
24
- - Benjamin Jordan
25
- - frankp.eth @froid1911
15
+ - ryanwolhuter @ryanwolhuter
26
16
 
27
17
  ## 1.2.0 (2024-10-29)
28
18
 
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.3",
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.3",
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.105.0",
36
36
  "@powerhousedao/scalars": "latest",
37
37
  "express": "^4.21.1"
38
38
  },