@powerhousedao/reactor-local 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 +6 -20
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,26 +1,12 @@
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 @powerhousedao/general-document-indexer to 1.3.10
15
- - Updated document-model-libs to 1.115.0
16
- - Updated document-drive to 1.4.5
17
- - Updated document-model to 2.7.0
18
- - Updated @powerhousedao/reactor-api to 1.5.2
19
-
20
- ### ❤️ Thank You
21
-
22
- - Guillermo Puente Sandoval @gpuente
23
- - ryanwolhuter @ryanwolhuter
5
+ - Updated @powerhousedao/general-document-indexer to 1.3.11
6
+ - Updated document-model-libs to 1.116.0
7
+ - Updated document-drive to 1.4.6
8
+ - Updated document-model to 2.7.1
9
+ - Updated @powerhousedao/reactor-api to 1.5.3
24
10
 
25
11
  ## 1.1.0 (2024-10-29)
26
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "reactor-local": "dist/cli.js"
@@ -16,13 +16,13 @@
16
16
  "@apollo/subgraph": "^2.9.2",
17
17
  "@electric-sql/pglite": "^0.2.12",
18
18
  "@libsql/client": "^0.14.0",
19
- "@powerhousedao/general-document-indexer": "^1.3.10",
20
- "@powerhousedao/reactor-api": "^1.5.2",
19
+ "@powerhousedao/general-document-indexer": "^1.3.11",
20
+ "@powerhousedao/reactor-api": "^1.5.3",
21
21
  "@powerhousedao/scalars": "^1.9.0",
22
22
  "change-case": "^5.4.4",
23
23
  "commander": "^12.1.0",
24
- "document-model": "^2.7.0",
25
- "document-model-libs": "^1.115.0",
24
+ "document-model": "^2.7.1",
25
+ "document-model-libs": "^1.116.0",
26
26
  "dotenv": "^16.4.5",
27
27
  "drizzle-kit": "^0.25.0",
28
28
  "drizzle-orm": "^0.34.1",
@@ -45,7 +45,7 @@
45
45
  "@types/ms": "^0.7.34",
46
46
  "@types/node": "^22.7.5",
47
47
  "@types/pg": "^8.11.10",
48
- "document-drive": "^1.4.5",
48
+ "document-drive": "^1.4.6",
49
49
  "postcss": "^8.4.47",
50
50
  "tsup": "^8.3.0",
51
51
  "typescript": "^5.6.2",