@powerhousedao/reactor-api 1.5.1 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,23 @@
1
- ## 1.5.1 (2024-11-13)
1
+ ## 1.5.2 (2024-11-21)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **design-system:** extract entry time label to component ([032be787](https://github.com/powerhouse-inc/powerhouse/commit/032be787))
5
+ - **monorepo:** regenerate lockfile ([869134c5](https://github.com/powerhouse-inc/powerhouse/commit/869134c5))
6
+ - **codegen:** generate actions exceptions ([#499](https://github.com/powerhouse-inc/powerhouse/pull/499))
7
+ - **document-model-libs:** remove unused deps ([f102bd86](https://github.com/powerhouse-inc/powerhouse/commit/f102bd86))
8
+ - **document-model-libs:** move error handling to linter ([4eed29d6](https://github.com/powerhouse-inc/powerhouse/commit/4eed29d6))
9
+ - **document-model-libs:** leverage codemirror linting ([a5dca60a](https://github.com/powerhouse-inc/powerhouse/commit/a5dca60a))
10
+ - **document-model-libs:** update name in type ([3fa1bd41](https://github.com/powerhouse-inc/powerhouse/commit/3fa1bd41))
6
11
 
7
12
  ### 🧱 Updated Dependencies
8
13
 
9
- - Updated document-model-libs to 1.114.0
10
- - Updated document-drive to 1.4.4
14
+ - Updated document-model-libs to 1.115.0
15
+ - Updated document-drive to 1.4.5
16
+ - Updated document-model to 2.7.0
11
17
 
12
18
  ### ❤️ Thank You
13
19
 
20
+ - Guillermo Puente Sandoval @gpuente
14
21
  - ryanwolhuter @ryanwolhuter
15
22
 
16
23
  ## 1.2.0 (2024-10-29)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "@types/body-parser": "^1.19.5",
18
18
  "@types/cors": "^2.8.17",
19
19
  "@types/express": "^5.0.0",
20
- "document-drive": "^1.4.4",
21
- "document-model": "^2.6.0",
20
+ "document-drive": "^1.4.5",
21
+ "document-model": "^2.7.0",
22
22
  "esbuild": "^0.24.0",
23
23
  "graphql-tag": "^2.12.6",
24
24
  "tsup": "^8.3.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.114.0",
35
+ "document-model-libs": "^1.115.0",
36
36
  "express": "^4.21.1",
37
37
  "graphql": "^16.9.0",
38
38
  "graphql-request": "^6.1.0",