@powerhousedao/reactor-local 1.3.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,20 @@
1
- ## 1.3.1 (2024-11-07)
1
+ ## 1.3.2 (2024-11-11)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **scalars, design-system:** added EthereumAddress and AmountTokens scalars ([e5124e19](https://github.com/powerhouse-inc/powerhouse/commit/e5124e19))
2
6
 
3
7
  ### 🧱 Updated Dependencies
4
8
 
5
- - Updated @powerhousedao/general-document-indexer to 1.3.1
6
- - Updated document-model-libs to 1.108.0
7
- - Updated document-drive to 1.3.1
8
- - Updated @powerhousedao/reactor-api to 1.3.1
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
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Guillermo Puente Sandoval @gpuente
9
18
 
10
19
  ## 1.1.0 (2024-10-29)
11
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.1",
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.1",
20
- "@powerhousedao/reactor-api": "^1.3.1",
21
- "@powerhousedao/scalars": "^1.7.0",
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.1",
23
+ "document-drive": "^1.3.2",
24
24
  "document-model": "^2.6.0",
25
- "document-model-libs": "^1.108.0",
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",