@powerhousedao/reactor-local 1.19.1 → 1.19.2

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 +7 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
- ## 1.19.1 (2025-02-06)
1
+ ## 1.19.2 (2025-02-10)
2
2
 
3
- ### 🩹 Fixes
3
+ ### 🚀 Features
4
4
 
5
- - **reactor-api:** use pascal case for document model schema prefix ([835da67d](https://github.com/powerhouse-inc/powerhouse/commit/835da67d))
5
+ - **design-system:** add danger zone settings page ([572345bc](https://github.com/powerhouse-inc/powerhouse/commit/572345bc))
6
6
 
7
7
  ### 🧱 Updated Dependencies
8
8
 
9
- - Updated document-model-libs to 1.131.1
10
- - Updated document-drive to 1.17.1
11
- - Updated @powerhousedao/reactor-api to 1.20.1
9
+ - Updated document-model-libs to 1.131.2
10
+ - Updated document-drive to 1.17.2
11
+ - Updated @powerhousedao/reactor-api to 1.20.2
12
12
 
13
13
  ### ❤️ Thank You
14
14
 
15
- - acaldas @acaldas
15
+ - ryanwolhuter @ryanwolhuter
16
16
 
17
17
  ## 1.1.0 (2024-10-29)
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.19.1",
4
+ "version": "1.19.2",
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.20.1",
31
- "@powerhousedao/scalars": "1.22.0",
32
30
  "document-model": "2.19.0",
33
- "document-model-libs": "1.131.1"
31
+ "@powerhousedao/scalars": "1.22.0",
32
+ "@powerhousedao/reactor-api": "1.20.2",
33
+ "document-model-libs": "1.131.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@powerhousedao/analytics-engine-graphql": "^0.2.2",
@@ -40,8 +40,8 @@
40
40
  "@types/ms": "^0.7.34",
41
41
  "@types/node": "^22.7.5",
42
42
  "tsup": "^8.3.5",
43
- "document-drive": "1.17.1",
44
- "@powerhousedao/config": "1.16.0"
43
+ "@powerhousedao/config": "1.16.0",
44
+ "document-drive": "1.17.2"
45
45
  },
46
46
  "scripts": {
47
47
  "start": "vite-node src/index.ts",