@furystack/websocket-api 13.1.12 → 13.1.14

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [13.1.14] - 2026-02-27
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/rest-service` dependency
8
+
9
+ ## [13.1.13] - 2026-02-26
10
+
11
+ ### ⬆️ Dependencies
12
+
13
+ - Updated internal `@furystack/*` dependencies
14
+ - Updated `@furystack/rest-service` dependency to pick up the new `LoginResponseStrategy` abstraction
15
+ - Bumped due to updated workspace dependencies
16
+
3
17
  ## [13.1.12] - 2026-02-26
4
18
 
5
19
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/websocket-api",
3
- "version": "13.1.12",
3
+ "version": "13.1.14",
4
4
  "description": "WebSocket API implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/core": "^15.2.1",
40
+ "@furystack/core": "^15.2.2",
41
41
  "@furystack/inject": "^12.0.30",
42
- "@furystack/rest-service": "^12.0.0",
42
+ "@furystack/rest-service": "^12.1.1",
43
43
  "@furystack/utils": "^8.1.10",
44
44
  "ws": "^8.19.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@furystack/repository": "^10.1.2",
48
- "@furystack/security": "^7.0.0",
47
+ "@furystack/repository": "^10.1.3",
48
+ "@furystack/security": "^7.0.1",
49
49
  "@types/ws": "^8.18.1",
50
50
  "typescript": "^5.9.3",
51
51
  "vitest": "^4.0.18"