@powerhousedao/reactor-api 1.5.0 → 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 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,23 @@
1
- ## 1.5.0 (2024-11-13)
1
+ ## 1.5.2 (2024-11-21)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **design-system:** use intl format for datetime inputs ([d51f8099](https://github.com/powerhouse-inc/powerhouse/commit/d51f8099))
6
- - **reactor-api, reactor-local:** support local document models on local reactor ([a9a2d27f](https://github.com/powerhouse-inc/powerhouse/commit/a9a2d27f))
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))
7
11
 
8
12
  ### 🧱 Updated Dependencies
9
13
 
10
- - Updated document-model-libs to 1.113.0
11
- - Updated document-drive to 1.4.3
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
12
17
 
13
18
  ### ❤️ Thank You
14
19
 
15
- - acaldas @acaldas
20
+ - Guillermo Puente Sandoval @gpuente
16
21
  - ryanwolhuter @ryanwolhuter
17
22
 
18
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.0",
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.3",
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.113.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",