@powerhousedao/reactor-local 1.18.0 → 1.18.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 +9 -14
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,26 +1,21 @@
1
- ## 1.18.0 (2025-01-29)
2
-
3
- ### 🚀 Features
4
-
5
- - **monorepo:** move ph-cmd to clis directory ([8182595c](https://github.com/powerhouse-inc/powerhouse/commit/8182595c))
6
- - **monorepo:** move ph cli to clis directory ([5b677ebd](https://github.com/powerhouse-inc/powerhouse/commit/5b677ebd))
7
- - **ph-cli:** added option parameter for ssl ([b90430a7](https://github.com/powerhouse-inc/powerhouse/commit/b90430a7))
1
+ ## 1.18.1 (2025-01-29)
8
2
 
9
3
  ### 🩹 Fixes
10
4
 
11
- - **ph-cmd:** inject ph-cmd version in build time ([#934](https://github.com/powerhouse-inc/powerhouse/pull/934))
5
+ - **connect:** setup npm release ([650f0888](https://github.com/powerhouse-inc/powerhouse/commit/650f0888))
6
+ - **connect:** lint ([4ada2650](https://github.com/powerhouse-inc/powerhouse/commit/4ada2650))
7
+ - **connect:** updated dependencies ([de205722](https://github.com/powerhouse-inc/powerhouse/commit/de205722))
12
8
 
13
9
  ### 🧱 Updated Dependencies
14
10
 
15
- - Updated document-model-libs to 1.130.0
16
- - Updated document-drive to 1.16.2
17
- - Updated @powerhousedao/reactor-api to 1.19.0
11
+ - Updated document-model-libs to 1.130.1
12
+ - Updated document-drive to 1.16.3
13
+ - Updated @powerhousedao/reactor-api to 1.19.1
14
+ - Updated @powerhousedao/scalars to 1.21.1
18
15
 
19
16
  ### ❤️ Thank You
20
17
 
21
- - Frank
22
- - Guillermo Puente Sandoval @gpuente
23
- - ryanwolhuter @ryanwolhuter
18
+ - Guillermo Puente @gpuente
24
19
 
25
20
  ## 1.1.0 (2024-10-29)
26
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.18.0",
4
+ "version": "1.18.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.19.0",
30
+ "@powerhousedao/reactor-api": "1.19.1",
31
31
  "document-model": "2.18.0",
32
- "document-model-libs": "1.130.0",
33
- "@powerhousedao/scalars": "1.21.0"
32
+ "document-model-libs": "1.130.1",
33
+ "@powerhousedao/scalars": "1.21.1"
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.16.2"
43
+ "document-drive": "1.16.3"
44
44
  },
45
45
  "scripts": {
46
46
  "start": "vite-node src/index.ts",