@interopio/gateway-server 0.24.0 → 0.24.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 +6 -0
  2. package/package.json +5 -5
package/changelog.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Change Log
4
4
 
5
+ ## 0.24.1 (2026-03-25)
6
+ ### Changed
7
+ - chore: bump @interopio/gateway to 0.25.2
8
+ - chore: bump ws to 8.20.0
9
+ - chore: bump undici to 7.24.5
10
+
5
11
  ## 0.24.0 (2026-03-22)
6
12
  ### Added
7
13
  - feat: move build sea as part of the cli (npx @interopio/gateway-server build)###
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/gateway-server",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "keywords": [
5
5
  "gateway",
6
6
  "server",
@@ -91,13 +91,13 @@
91
91
  "node": ">=20.18 || >=22.12 || >=24"
92
92
  },
93
93
  "dependencies": {
94
- "@interopio/gateway": "^0.25.1",
95
- "tough-cookie": "^6.0.1",
94
+ "@interopio/gateway": "^0.25.2",
96
95
  "http-cookie-agent": "^7.0.3",
97
- "ws": "^8.19.0"
96
+ "tough-cookie": "^6.0.1",
97
+ "ws": "^8.20.0"
98
98
  },
99
99
  "peerDependencies": {
100
- "undici": "^7.24.4"
100
+ "undici": "^7.24.5"
101
101
  },
102
102
  "peerDependenciesMeta": {
103
103
  "undici": {