@powerhousedao/reactor-local 1.6.0 → 1.6.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 +2 -41
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,47 +1,8 @@
1
- ## 1.6.0 (2024-11-29)
2
-
3
- ### 🚀 Features
4
-
5
- - **monorepo:** do not skip nx cache ([dfadd970](https://github.com/powerhouse-inc/powerhouse/commit/dfadd970))
6
- - **monorepo:** uncomment test ([dbd42350](https://github.com/powerhouse-inc/powerhouse/commit/dbd42350))
7
- - **monorepo:** readd special check pr for document drive ([f1b9f7fe](https://github.com/powerhouse-inc/powerhouse/commit/f1b9f7fe))
8
- - **monorepo:** use explicit paths ([ce5deb4c](https://github.com/powerhouse-inc/powerhouse/commit/ce5deb4c))
9
- - **monorepo:** remove set dir as safe ([e8033645](https://github.com/powerhouse-inc/powerhouse/commit/e8033645))
10
- - **monorepo:** handle document drive separately ([a94d4c26](https://github.com/powerhouse-inc/powerhouse/commit/a94d4c26))
11
- - **monorepo:** add debug info ([ee1b7cab](https://github.com/powerhouse-inc/powerhouse/commit/ee1b7cab))
12
- - **monorepo:** add read permissions ([ee6397d2](https://github.com/powerhouse-inc/powerhouse/commit/ee6397d2))
13
- - **monorepo:** use set shas lib ([769e74a6](https://github.com/powerhouse-inc/powerhouse/commit/769e74a6))
14
- - **monorepo:** add base ([22a5fffd](https://github.com/powerhouse-inc/powerhouse/commit/22a5fffd))
15
- - **monorepo:** simplify commands ([75000bb4](https://github.com/powerhouse-inc/powerhouse/commit/75000bb4))
16
- - **monorepo:** fix yaml syntax error ([5c82fcec](https://github.com/powerhouse-inc/powerhouse/commit/5c82fcec))
17
- - **monorepo:** use workflow dispatch ([d1b4bde9](https://github.com/powerhouse-inc/powerhouse/commit/d1b4bde9))
18
- - **monorepo:** still run on pushes ([86998628](https://github.com/powerhouse-inc/powerhouse/commit/86998628))
19
- - **monorepo:** add if statements to prevent redundant runs ([193c5df5](https://github.com/powerhouse-inc/powerhouse/commit/193c5df5))
20
- - **monorepo:** prevent duplicate runs ([1ce210b9](https://github.com/powerhouse-inc/powerhouse/commit/1ce210b9))
21
- - **monorepo:** remove package manager config ([f177433b](https://github.com/powerhouse-inc/powerhouse/commit/f177433b))
22
- - **monorepo:** install pnpm before doing node cache ([ab1cc5a6](https://github.com/powerhouse-inc/powerhouse/commit/ab1cc5a6))
23
- - **monorepo:** simplify pr checks ([40d0cb59](https://github.com/powerhouse-inc/powerhouse/commit/40d0cb59))
24
- - **monorepo:** add dry run version of release package action for testing ([323807f8](https://github.com/powerhouse-inc/powerhouse/commit/323807f8))
25
- - **monorepo:** update release package manual ([405b6877](https://github.com/powerhouse-inc/powerhouse/commit/405b6877))
26
- - **monorepo:** use workspace protocol in package deps ([2584e9dd](https://github.com/powerhouse-inc/powerhouse/commit/2584e9dd))
27
- - **monorepo:** add preserve local dependency protocols to nx config ([b1902311](https://github.com/powerhouse-inc/powerhouse/commit/b1902311))
28
- - **powerhouse:** regenerate lockfile ([#588](https://github.com/powerhouse-inc/powerhouse/pull/588))
29
- - **reactor-local:** added automatic loading and activation of proces… ([#574](https://github.com/powerhouse-inc/powerhouse/pull/574))
30
- - **document-model-libs:** regenerate lockfile ([04f0b0e6](https://github.com/powerhouse-inc/powerhouse/commit/04f0b0e6))
31
- - **monorepo:** fix eslint config for react files ([019fa584](https://github.com/powerhouse-inc/powerhouse/commit/019fa584))
1
+ ## 1.6.1 (2024-11-30)
32
2
 
33
3
  ### 🧱 Updated Dependencies
34
4
 
35
- - Updated @powerhousedao/general-document-indexer to 1.4.0
36
- - Updated document-model-libs to 1.117.0
37
- - Updated document-drive to 1.5.0
38
- - Updated @powerhousedao/reactor-api to 1.6.0
39
-
40
- ### ❤️ Thank You
41
-
42
- - frankp.eth @froid1911
43
- - Ryan Wolhuter @ryanwolhuter
44
- - ryanwolhuter @ryanwolhuter
5
+ - Updated @powerhousedao/reactor-api to 1.6.1
45
6
 
46
7
  ## 1.1.0 (2024-10-29)
47
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "reactor-local": "dist/cli.js"
@@ -33,10 +33,10 @@
33
33
  "vite": "^5.4.11",
34
34
  "vite-node": "^2.1.2",
35
35
  "@powerhousedao/general-document-indexer": "1.4.0",
36
- "@powerhousedao/reactor-api": "1.6.0",
37
- "document-model-libs": "1.117.0",
36
+ "@powerhousedao/scalars": "1.9.0",
38
37
  "document-model": "2.7.1",
39
- "@powerhousedao/scalars": "1.9.0"
38
+ "document-model-libs": "1.117.0",
39
+ "@powerhousedao/reactor-api": "1.6.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/body-parser": "^1.19.5",