@interopio/gateway-server 0.13.0-beta.0 → 0.13.0-beta.2
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.
- package/changelog.md +8 -0
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# Change Log
|
|
4
4
|
|
|
5
|
+
## 0.13.0-beta.2 (unreleased)
|
|
6
|
+
### Changed
|
|
7
|
+
- bump @interopio/gateway to 0.16.2-beta.0
|
|
8
|
+
|
|
9
|
+
## 0.13.0-beta.1 (2025-10-28)
|
|
10
|
+
### Changed
|
|
11
|
+
- bump @interopio/gateway to 0.16.1-beta.0
|
|
12
|
+
|
|
5
13
|
## 0.13.0-beta.0 (2025-10-23)
|
|
6
14
|
### Changed
|
|
7
15
|
- bump @interopio/gateway to 0.16.0-beta.0 (and use the new logger api)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interopio/gateway-server",
|
|
3
|
-
"version": "0.13.0-beta.
|
|
3
|
+
"version": "0.13.0-beta.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"gateway",
|
|
6
6
|
"server",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"node": ">=20.10 || >= 22.12 || >= 24"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@interopio/gateway": "^0.16.
|
|
78
|
+
"@interopio/gateway": "^0.16.2-beta.0",
|
|
79
79
|
"ws": "^8.18.3",
|
|
80
80
|
"tough-cookie": "^6.0.0",
|
|
81
81
|
"http-cookie-agent": "^7.0.2"
|