@powerhousedao/reactor-local 1.2.0 → 1.2.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 +4 -13
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
|
-
## 1.2.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **reactor-local:** added access public ([dc07aa66](https://github.com/powerhouse-inc/powerhouse/commit/dc07aa66))
|
|
6
|
-
- **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
|
|
1
|
+
## 1.2.1 (2024-10-29)
|
|
7
2
|
|
|
8
3
|
### 🧱 Updated Dependencies
|
|
9
4
|
|
|
10
|
-
- Updated
|
|
11
|
-
- Updated
|
|
12
|
-
|
|
13
|
-
### ❤️ Thank You
|
|
14
|
-
|
|
15
|
-
- acaldas
|
|
16
|
-
- Guillermo Puente @gpuente
|
|
5
|
+
- Updated document-drive to 1.2.1
|
|
6
|
+
- Updated document-model to 2.4.0
|
|
7
|
+
- Updated @powerhousedao/reactor-api to 1.2.1
|
|
17
8
|
|
|
18
9
|
## 1.1.0 (2024-10-29)
|
|
19
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-local",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"reactor-local": "dist/cli.js"
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
"@electric-sql/pglite": "^0.2.12",
|
|
18
18
|
"@libsql/client": "^0.14.0",
|
|
19
19
|
"@powerhousedao/general-document-indexer": "1.2.0",
|
|
20
|
-
"@powerhousedao/reactor-api": "1.2.
|
|
20
|
+
"@powerhousedao/reactor-api": "1.2.1",
|
|
21
21
|
"commander": "^12.1.0",
|
|
22
|
-
"document-drive": "1.2.
|
|
22
|
+
"document-drive": "1.2.1",
|
|
23
|
+
"document-model": "2.4.0",
|
|
24
|
+
"document-model-libs": "1.104.0",
|
|
23
25
|
"dotenv": "^16.4.5",
|
|
24
26
|
"drizzle-kit": "^0.25.0",
|
|
25
27
|
"drizzle-orm": "^0.34.1",
|
|
26
28
|
"express": "^4.21.0",
|
|
27
29
|
"ms": "^2.1.3",
|
|
28
30
|
"pg": "^8.13.0",
|
|
29
|
-
"vite-node": "^2.1.2"
|
|
30
|
-
"document-model": "2.3.1",
|
|
31
|
-
"document-model-libs": "1.104.0"
|
|
31
|
+
"vite-node": "^2.1.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/body-parser": "^1.19.5",
|