@powerhousedao/reactor-api 1.5.0 → 1.5.1

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 +4 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,16 @@
1
- ## 1.5.0 (2024-11-13)
1
+ ## 1.5.1 (2024-11-13)
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
+ - **design-system:** extract entry time label to component ([032be787](https://github.com/powerhouse-inc/powerhouse/commit/032be787))
7
6
 
8
7
  ### 🧱 Updated Dependencies
9
8
 
10
- - Updated document-model-libs to 1.113.0
11
- - Updated document-drive to 1.4.3
9
+ - Updated document-model-libs to 1.114.0
10
+ - Updated document-drive to 1.4.4
12
11
 
13
12
  ### ❤️ Thank You
14
13
 
15
- - acaldas @acaldas
16
14
  - ryanwolhuter @ryanwolhuter
17
15
 
18
16
  ## 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.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
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",
20
+ "document-drive": "^1.4.4",
21
21
  "document-model": "^2.6.0",
22
22
  "esbuild": "^0.24.0",
23
23
  "graphql-tag": "^2.12.6",
@@ -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.114.0",
36
36
  "express": "^4.21.1",
37
37
  "graphql": "^16.9.0",
38
38
  "graphql-request": "^6.1.0",