@powerhousedao/reactor-api 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,17 @@
1
- ## 1.3.0 (2024-11-06)
1
+ ## 1.3.2 (2024-11-11)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **document-model-libs:** regenerate lockfile ([0effee2e](https://github.com/powerhouse-inc/powerhouse/commit/0effee2e))
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 document-model-libs to 1.107.0
11
- - Updated document-drive to 1.3.0
12
- - Updated document-model to 2.6.0
9
+ - Updated document-model-libs to 1.109.0
10
+ - Updated document-drive to 1.3.2
13
11
 
14
12
  ### ❤️ Thank You
15
13
 
16
- - ryanwolhuter @ryanwolhuter
14
+ - Guillermo Puente Sandoval @gpuente
17
15
 
18
16
  ## 1.2.0 (2024-10-29)
19
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "@types/body-parser": "^1.19.5",
17
17
  "@types/cors": "^2.8.17",
18
18
  "@types/express": "^5.0.0",
19
- "document-drive": "^1.3.0",
19
+ "document-drive": "^1.3.2",
20
20
  "document-model": "^2.6.0",
21
21
  "esbuild": "^0.24.0",
22
22
  "graphql": "^16.9.0",
@@ -32,7 +32,7 @@
32
32
  "@apollo/subgraph": "^2.9.2",
33
33
  "body-parser": "^1.20.3",
34
34
  "cors": "^2.8.5",
35
- "document-model-libs": "^1.107.0",
35
+ "document-model-libs": "^1.109.0",
36
36
  "@powerhousedao/scalars": "latest",
37
37
  "express": "^4.21.1"
38
38
  },