@powerhousedao/reactor-local 1.3.0 → 1.3.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.
- package/CHANGELOG.md +8 -10
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
## 1.3.
|
|
1
|
+
## 1.3.2 (2024-11-11)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
- **
|
|
6
|
-
- qa updates 4 ([50ac4eb5](https://github.com/powerhouse-inc/powerhouse/commit/50ac4eb5))
|
|
5
|
+
- **scalars, design-system:** added EthereumAddress and AmountTokens scalars ([e5124e19](https://github.com/powerhouse-inc/powerhouse/commit/e5124e19))
|
|
7
6
|
|
|
8
7
|
### 🧱 Updated Dependencies
|
|
9
8
|
|
|
10
|
-
- Updated @powerhousedao/general-document-indexer to 1.3.
|
|
11
|
-
- Updated document-model-libs to 1.
|
|
12
|
-
- Updated document-drive to 1.3.
|
|
13
|
-
- Updated
|
|
14
|
-
- Updated @powerhousedao/
|
|
15
|
-
- Updated @powerhousedao/scalars to 1.7.0
|
|
9
|
+
- Updated @powerhousedao/general-document-indexer to 1.3.2
|
|
10
|
+
- Updated document-model-libs to 1.109.0
|
|
11
|
+
- Updated document-drive to 1.3.2
|
|
12
|
+
- Updated @powerhousedao/reactor-api to 1.3.2
|
|
13
|
+
- Updated @powerhousedao/scalars to 1.8.0
|
|
16
14
|
|
|
17
15
|
### ❤️ Thank You
|
|
18
16
|
|
|
19
|
-
-
|
|
17
|
+
- Guillermo Puente Sandoval @gpuente
|
|
20
18
|
|
|
21
19
|
## 1.1.0 (2024-10-29)
|
|
22
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-local",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"reactor-local": "dist/cli.js"
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"@apollo/subgraph": "^2.9.2",
|
|
17
17
|
"@electric-sql/pglite": "^0.2.12",
|
|
18
18
|
"@libsql/client": "^0.14.0",
|
|
19
|
-
"@powerhousedao/general-document-indexer": "^1.3.
|
|
20
|
-
"@powerhousedao/reactor-api": "^1.3.
|
|
21
|
-
"@powerhousedao/scalars": "^1.
|
|
19
|
+
"@powerhousedao/general-document-indexer": "^1.3.2",
|
|
20
|
+
"@powerhousedao/reactor-api": "^1.3.2",
|
|
21
|
+
"@powerhousedao/scalars": "^1.8.0",
|
|
22
22
|
"commander": "^12.1.0",
|
|
23
|
-
"document-drive": "^1.3.
|
|
23
|
+
"document-drive": "^1.3.2",
|
|
24
24
|
"document-model": "^2.6.0",
|
|
25
|
-
"document-model-libs": "^1.
|
|
25
|
+
"document-model-libs": "^1.109.0",
|
|
26
26
|
"dotenv": "^16.4.5",
|
|
27
27
|
"drizzle-kit": "^0.25.0",
|
|
28
28
|
"drizzle-orm": "^0.34.1",
|