@powerhousedao/reactor-local 1.14.1 → 1.15.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 +15 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,21 @@
1
- ## 1.14.1 (2025-01-21)
1
+ ## 1.15.1 (2025-01-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ph-cmd:** add scalars as dep ([#897](https://github.com/powerhouse-inc/powerhouse/pull/897))
6
+ - **ph-cli:** added pm2 process manager ([7866ce9d](https://github.com/powerhouse-inc/powerhouse/commit/7866ce9d))
7
+ - **ph-cli:** updated connect ver ([#886](https://github.com/powerhouse-inc/powerhouse/pull/886))
2
8
 
3
9
  ### 🧱 Updated Dependencies
4
10
 
5
- - Updated document-model-libs to 1.126.1
6
- - Updated document-drive to 1.14.1
7
- - Updated @powerhousedao/reactor-api to 1.15.1
11
+ - Updated document-model-libs to 1.127.1
12
+ - Updated document-drive to 1.15.1
13
+ - Updated @powerhousedao/reactor-api to 1.16.1
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Frank
18
+ - Guillermo Puente Sandoval @gpuente
8
19
 
9
20
  ## 1.1.0 (2024-10-29)
10
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.14.1",
4
+ "version": "1.15.1",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "reactor-local": "dist/cli.js"
@@ -27,10 +27,10 @@
27
27
  "nanoevents": "^9.0.0",
28
28
  "sanitize-filename": "^1.6.3",
29
29
  "uuid": "^11.0.2",
30
- "@powerhousedao/reactor-api": "1.15.1",
31
- "@powerhousedao/scalars": "1.17.0",
32
- "document-model": "2.16.0",
33
- "document-model-libs": "1.126.1"
30
+ "@powerhousedao/scalars": "1.18.0",
31
+ "@powerhousedao/reactor-api": "1.16.1",
32
+ "document-model-libs": "1.127.1",
33
+ "document-model": "2.17.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@powerhousedao/analytics-engine-graphql": "^0.2.1",
@@ -40,7 +40,7 @@
40
40
  "@types/ms": "^0.7.34",
41
41
  "@types/node": "^22.7.5",
42
42
  "tsup": "^8.3.5",
43
- "document-drive": "1.14.1"
43
+ "document-drive": "1.15.1"
44
44
  },
45
45
  "scripts": {
46
46
  "start": "vite-node src/index.ts",