@interopio/gateway-server 0.11.0-beta.2 → 0.12.0-beta.0

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 +11 -0
  2. package/package.json +4 -3
package/changelog.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  # Change Log
4
4
 
5
+ ## 0.12.0-beta.0 (2025-10-08)
6
+ ### Changed
7
+ - bump @interopio/gateway to 0.15.0-beta.0
8
+
9
+ ## 0.11.0-beta.3 (2025-10-07)
10
+ ### Changed
11
+ - bump @interopio/gateway to 0.14.1-beta.1
12
+
13
+ ### Fixed
14
+ - chore: fix repository directory in package.json
15
+
5
16
  ## 0.11.0-beta.2 (2025-10-07)
6
17
  ### Changed
7
18
  - bump @interopio/gateway to 0.14.1-beta.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/gateway-server",
3
- "version": "0.11.0-beta.2",
3
+ "version": "0.12.0-beta.0",
4
4
  "keywords": [
5
5
  "gateway",
6
6
  "server",
@@ -17,7 +17,8 @@
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/InteropIO/gateway.git"
20
+ "url": "https://github.com/InteropIO/gateway.git",
21
+ "directory": "packages/gateway-server"
21
22
  },
22
23
  "license": "see license in license.md",
23
24
  "scripts": {
@@ -74,7 +75,7 @@
74
75
  "node": ">=20.10 || >= 22.12 || >= 24"
75
76
  },
76
77
  "dependencies": {
77
- "@interopio/gateway": "^0.14.1-beta.0",
78
+ "@interopio/gateway": "^0.15.0-beta.0",
78
79
  "ws": "^8.18.3",
79
80
  "tough-cookie": "^6.0.0",
80
81
  "http-cookie-agent": "^7.0.2"