@powerhousedao/reactor-api 1.8.0 → 1.8.1

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 +3 -19
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,25 +1,9 @@
1
- ## 1.8.0 (2024-12-05)
2
-
3
- ### 🚀 Features
4
-
5
- - merge dspot-scalars into main ([5ca898fc](https://github.com/powerhouse-inc/powerhouse/commit/5ca898fc))
6
-
7
- ### 🩹 Fixes
8
-
9
- - **switchboard-gui:** restore prev vite version ([#614](https://github.com/powerhouse-inc/powerhouse/pull/614))
10
- - **reactor-api:** import pool ([#612](https://github.com/powerhouse-inc/powerhouse/pull/612))
1
+ ## 1.8.1 (2024-12-05)
11
2
 
12
3
  ### 🧱 Updated Dependencies
13
4
 
14
- - Updated document-model-libs to 1.118.0
15
- - Updated document-drive to 1.7.0
16
- - Updated document-model to 2.9.0
17
- - Updated @powerhousedao/scalars to 1.11.0
18
-
19
- ### ❤️ Thank You
20
-
21
- - frankp.eth @froid1911
22
- - Guillermo Puente Sandoval @gpuente
5
+ - Updated document-model-libs to 1.118.1
6
+ - Updated document-drive to 1.7.1
23
7
 
24
8
  ## 1.2.0 (2024-10-29)
25
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "@types/pg": "^8.11.10",
20
20
  "esbuild": "^0.24.0",
21
21
  "graphql-tag": "^2.12.6",
22
- "document-drive": "1.7.0",
22
+ "@powerhousedao/scalars": "1.11.0",
23
23
  "document-model": "2.9.0",
24
- "@powerhousedao/scalars": "1.11.0"
24
+ "document-drive": "1.7.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@powerhousedao/scalars": "1.11.0",
@@ -41,7 +41,7 @@
41
41
  "nanoevents": "^9.0.0",
42
42
  "pg": "^8.13.0",
43
43
  "uuid": "^9.0.1",
44
- "document-model-libs": "1.118.0"
44
+ "document-model-libs": "1.118.1"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",