@powerhousedao/reactor-local 1.9.1 → 1.9.3
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 -13
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
## 1.9.
|
|
2
|
-
|
|
3
|
-
### 🩹 Fixes
|
|
4
|
-
|
|
5
|
-
- **config:** added build ([aaeb785f](https://github.com/powerhouse-inc/powerhouse/commit/aaeb785f))
|
|
1
|
+
## 1.9.3 (2024-12-09)
|
|
6
2
|
|
|
7
3
|
### 🧱 Updated Dependencies
|
|
8
4
|
|
|
9
|
-
- Updated @powerhousedao/general-document-indexer to 1.7.
|
|
10
|
-
- Updated document-model-libs to 1.120.
|
|
11
|
-
- Updated document-drive to 1.8.
|
|
12
|
-
- Updated @powerhousedao/reactor-api to 1.9.
|
|
13
|
-
|
|
14
|
-
### ❤️ Thank You
|
|
15
|
-
|
|
16
|
-
- Guillermo Puente @gpuente
|
|
5
|
+
- Updated @powerhousedao/general-document-indexer to 1.7.3
|
|
6
|
+
- Updated document-model-libs to 1.120.2
|
|
7
|
+
- Updated document-drive to 1.8.3
|
|
8
|
+
- Updated @powerhousedao/reactor-api to 1.9.3
|
|
17
9
|
|
|
18
10
|
## 1.1.0 (2024-10-29)
|
|
19
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-local",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.3",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"reactor-local": "dist/cli.js"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"nanoevents": "^9.0.0",
|
|
28
28
|
"sanitize-filename": "^1.6.3",
|
|
29
29
|
"uuid": "^11.0.2",
|
|
30
|
-
"@powerhousedao/
|
|
30
|
+
"@powerhousedao/general-document-indexer": "1.7.3",
|
|
31
31
|
"@powerhousedao/scalars": "1.12.0",
|
|
32
|
-
"
|
|
32
|
+
"@powerhousedao/reactor-api": "1.9.3",
|
|
33
33
|
"document-model": "2.10.0",
|
|
34
|
-
"
|
|
34
|
+
"document-model-libs": "1.120.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/body-parser": "^1.19.5",
|
|
@@ -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.8.
|
|
43
|
+
"document-drive": "1.8.3"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"start": "vite-node src/index.ts",
|