@powerhousedao/reactor-local 1.8.0 → 1.8.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.
- package/CHANGELOG.md +5 -19
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,11 @@
|
|
|
1
|
-
## 1.8.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- merge dspot-scalars into main ([5ca898fc](https://github.com/powerhouse-inc/powerhouse/commit/5ca898fc))
|
|
6
|
-
|
|
7
|
-
### 🩹 Fixes
|
|
8
|
-
|
|
9
|
-
- **switchboard-gui:** restore prev vite version ([#614](https://github.com/powerhouse-inc/powerhouse/pull/614))
|
|
1
|
+
## 1.8.1 (2024-12-05)
|
|
10
2
|
|
|
11
3
|
### 🧱 Updated Dependencies
|
|
12
4
|
|
|
13
|
-
- Updated @powerhousedao/general-document-indexer to 1.6.
|
|
14
|
-
- Updated document-model-libs to 1.118.
|
|
15
|
-
- Updated document-drive to 1.7.
|
|
16
|
-
- Updated
|
|
17
|
-
- Updated @powerhousedao/reactor-api to 1.8.0
|
|
18
|
-
- Updated @powerhousedao/scalars to 1.11.0
|
|
19
|
-
|
|
20
|
-
### ❤️ Thank You
|
|
21
|
-
|
|
22
|
-
- Guillermo Puente Sandoval @gpuente
|
|
5
|
+
- Updated @powerhousedao/general-document-indexer to 1.6.1
|
|
6
|
+
- Updated document-model-libs to 1.118.1
|
|
7
|
+
- Updated document-drive to 1.7.1
|
|
8
|
+
- Updated @powerhousedao/reactor-api to 1.8.1
|
|
23
9
|
|
|
24
10
|
## 1.1.0 (2024-10-29)
|
|
25
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-local",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"reactor-local": "dist/cli.js"
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"uuid": "^11.0.2",
|
|
30
30
|
"vite": "^6.0.2",
|
|
31
31
|
"vite-node": "^2.1.7",
|
|
32
|
-
"@powerhousedao/general-document-indexer": "1.6.
|
|
33
|
-
"@powerhousedao/reactor-api": "1.8.0",
|
|
32
|
+
"@powerhousedao/general-document-indexer": "1.6.1",
|
|
34
33
|
"@powerhousedao/scalars": "1.11.0",
|
|
35
34
|
"document-model": "2.9.0",
|
|
36
|
-
"
|
|
35
|
+
"@powerhousedao/reactor-api": "1.8.1",
|
|
36
|
+
"document-model-libs": "1.118.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/body-parser": "^1.19.5",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"postcss": "^8.4.47",
|
|
45
45
|
"tsup": "^8.3.5",
|
|
46
46
|
"@powerhousedao/scalars": "1.11.0",
|
|
47
|
-
"document-drive": "1.7.
|
|
47
|
+
"document-drive": "1.7.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@powerhousedao/scalars": "1.11.0"
|