@powerhousedao/config 6.0.0-dev.97 → 6.0.0-dev.99

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 6.0.0-dev.99 (2026-03-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acaldas
14
+ - Benjamin Jordan
15
+
16
+ ## 6.0.0-dev.98 (2026-03-18)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - acaldas
25
+
1
26
  ## 6.0.0-dev.97 (2026-03-18)
2
27
 
3
28
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.97",
3
+ "version": "6.0.0-dev.99",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,