@powerhousedao/switchboard 2.2.144 → 2.2.148

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 +4 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 2.2.144 (2025-05-09)
1
+ ## 2.2.148 (2025-05-20)
2
2
 
3
3
  ### 🚀 Features
4
4
 
@@ -58,7 +58,9 @@
58
58
 
59
59
  ### 🧱 Updated Dependencies
60
60
 
61
- - Updated @powerhousedao/reactor-api to 1.31.1
61
+ - Updated document-drive to 1.30.2
62
+ - Updated document-model to 3.0.2
63
+ - Updated @powerhousedao/reactor-api to 1.31.2
62
64
 
63
65
  ### ❤️ Thank You
64
66
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "2.2.144",
4
+ "version": "2.2.148",
5
5
  "main": "dist/src/index.js",
6
6
  "bin": {
7
7
  "switchboard": "dist/src/index.js"
@@ -21,10 +21,10 @@
21
21
  "graphql": "^16.10.0",
22
22
  "redis": "^4.7.0",
23
23
  "@powerhousedao/config": "1.28.1",
24
- "document-drive": "1.30.1",
25
- "@powerhousedao/reactor-api": "1.31.1",
26
- "document-model": "3.0.1",
27
- "@powerhousedao/scalars": "2.0.1"
24
+ "@powerhousedao/scalars": "2.0.1",
25
+ "document-drive": "1.30.2",
26
+ "@powerhousedao/reactor-api": "1.31.2",
27
+ "document-model": "3.0.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/express": "^5.0.0",