@powerhousedao/reactor-local 1.3.2 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -8
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,15 @@
1
- ## 1.3.2 (2024-11-11)
1
+ ## 1.3.3 (2024-11-11)
2
2
 
3
- ### 🚀 Features
3
+ ### 🩹 Fixes
4
4
 
5
- - **scalars, design-system:** added EthereumAddress and AmountTokens scalars ([e5124e19](https://github.com/powerhouse-inc/powerhouse/commit/e5124e19))
5
+ - **design-system:** fix scalars import ([#506](https://github.com/powerhouse-inc/powerhouse/pull/506))
6
6
 
7
7
  ### 🧱 Updated Dependencies
8
8
 
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
9
+ - Updated @powerhousedao/general-document-indexer to 1.3.3
10
+ - Updated document-model-libs to 1.109.1
11
+ - Updated document-drive to 1.3.3
12
+ - Updated @powerhousedao/reactor-api to 1.3.3
14
13
 
15
14
  ### ❤️ Thank You
16
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
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.2",
20
- "@powerhousedao/reactor-api": "^1.3.2",
19
+ "@powerhousedao/general-document-indexer": "^1.3.3",
20
+ "@powerhousedao/reactor-api": "^1.3.3",
21
21
  "@powerhousedao/scalars": "^1.8.0",
22
22
  "commander": "^12.1.0",
23
- "document-drive": "^1.3.2",
23
+ "document-drive": "^1.3.3",
24
24
  "document-model": "^2.6.0",
25
- "document-model-libs": "^1.109.0",
25
+ "document-model-libs": "^1.109.1",
26
26
  "dotenv": "^16.4.5",
27
27
  "drizzle-kit": "^0.25.0",
28
28
  "drizzle-orm": "^0.34.1",