@furystack/shades 12.2.3 → 12.2.5

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 +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [12.2.5] - 2026-03-03
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/utils` with EventHub listener error handling and ObservableValue `onError` support
8
+ - Updated `@furystack/rest` with improved error handling for malformed query parameters
9
+
10
+ ## [12.2.4] - 2026-02-26
11
+
12
+ ### ⬆️ Dependencies
13
+
14
+ - Updated internal `@furystack/*` dependencies
15
+ - Bumped `@types/jsdom` from ^27.0.0 to ^28.0.0
16
+ - Bumped `@types/node` from ^25.3.0 to ^25.3.1
17
+
3
18
  ## [12.2.3] - 2026-02-26
4
19
 
5
20
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades",
3
- "version": "12.2.3",
3
+ "version": "12.2.5",
4
4
  "description": "A lightweight UI framework for FuryStack with JSX support",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -39,16 +39,16 @@
39
39
  },
40
40
  "homepage": "https://github.com/furystack/furystack",
41
41
  "devDependencies": {
42
- "@types/jsdom": "^27.0.0",
43
- "@types/node": "^25.3.0",
42
+ "@types/jsdom": "^28.0.0",
43
+ "@types/node": "^25.3.1",
44
44
  "jsdom": "^28.1.0",
45
45
  "typescript": "^5.9.3",
46
46
  "vitest": "^4.0.18"
47
47
  },
48
48
  "dependencies": {
49
- "@furystack/inject": "^12.0.30",
50
- "@furystack/rest": "^8.0.39",
51
- "@furystack/utils": "^8.1.10",
49
+ "@furystack/inject": "^12.0.31",
50
+ "@furystack/rest": "^8.0.41",
51
+ "@furystack/utils": "^8.2.0",
52
52
  "path-to-regexp": "^8.3.0"
53
53
  },
54
54
  "engines": {