@powerhousedao/reactor-api 1.3.2 → 1.3.4

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 +8 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,20 @@
1
- ## 1.3.2 (2024-11-11)
1
+ ## 1.3.4 (2024-11-11)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **scalars, design-system:** added EthereumAddress and AmountTokens scalars ([e5124e19](https://github.com/powerhouse-inc/powerhouse/commit/e5124e19))
5
+ - **codegen:** regenerate lockfile ([31c2d0c5](https://github.com/powerhouse-inc/powerhouse/commit/31c2d0c5))
6
+ - **ph-cli:** update cli to format by default ([7418e777](https://github.com/powerhouse-inc/powerhouse/commit/7418e777))
7
+ - **codegen:** remove format generated from action ([5d7e1c48](https://github.com/powerhouse-inc/powerhouse/commit/5d7e1c48))
8
+ - **codegen:** use prettier api to format typescript from gql ([8896d86e](https://github.com/powerhouse-inc/powerhouse/commit/8896d86e))
6
9
 
7
10
  ### 🧱 Updated Dependencies
8
11
 
9
- - Updated document-model-libs to 1.109.0
10
- - Updated document-drive to 1.3.2
12
+ - Updated document-model-libs to 1.110.0
13
+ - Updated document-drive to 1.3.4
11
14
 
12
15
  ### ❤️ Thank You
13
16
 
14
- - Guillermo Puente Sandoval @gpuente
17
+ - ryanwolhuter @ryanwolhuter
15
18
 
16
19
  ## 1.2.0 (2024-10-29)
17
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
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.2",
19
+ "document-drive": "^1.3.4",
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.109.0",
35
+ "document-model-libs": "^1.110.0",
36
36
  "@powerhousedao/scalars": "latest",
37
37
  "express": "^4.21.1"
38
38
  },