@powerhousedao/reactor-api 1.5.2 → 1.5.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 +4 -18
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,24 +1,10 @@
1
- ## 1.5.2 (2024-11-21)
2
-
3
- ### 🚀 Features
4
-
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))
1
+ ## 1.5.3 (2024-11-21)
11
2
 
12
3
  ### 🧱 Updated Dependencies
13
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
17
-
18
- ### ❤️ Thank You
19
-
20
- - Guillermo Puente Sandoval @gpuente
21
- - ryanwolhuter @ryanwolhuter
5
+ - Updated document-model-libs to 1.116.0
6
+ - Updated document-drive to 1.4.6
7
+ - Updated document-model to 2.7.1
22
8
 
23
9
  ## 1.2.0 (2024-10-29)
24
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
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.5",
21
- "document-model": "^2.7.0",
20
+ "document-drive": "^1.4.6",
21
+ "document-model": "^2.7.1",
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.115.0",
35
+ "document-model-libs": "^1.116.0",
36
36
  "express": "^4.21.1",
37
37
  "graphql": "^16.9.0",
38
38
  "graphql-request": "^6.1.0",