@furystack/rest-client-fetch 8.1.4 → 8.1.6

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.1.6] - 2026-03-27
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `path-to-regexp` to ^8.4.0
8
+ - Updated `vitest` to ^4.1.2
9
+
10
+ ## [8.1.5] - 2026-03-25
11
+
12
+ ### 📦 Build
13
+
14
+ - Removed deprecated `baseUrl` from tsconfig.json for TypeScript 6 compatibility
15
+
16
+ ### ⬆️ Dependencies
17
+
18
+ - Upgraded `typescript` from ^5.9.3 to ^6.0.2
19
+ - Upgraded `vitest` from ^4.1.0 to ^4.1.1
20
+
3
21
  ## [8.1.4] - 2026-03-19
4
22
 
5
23
  ### ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest-client-fetch",
3
- "version": "8.1.4",
3
+ "version": "8.1.6",
4
4
  "description": "Native browser fetch based REST API implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "homepage": "https://github.com/furystack/furystack",
41
41
  "dependencies": {
42
- "@furystack/rest": "^8.1.2",
43
- "path-to-regexp": "^8.3.0"
42
+ "@furystack/rest": "^8.1.4",
43
+ "path-to-regexp": "^8.4.0"
44
44
  },
45
45
  "devDependencies": {
46
- "typescript": "^5.9.3",
47
- "vitest": "^4.1.0"
46
+ "typescript": "^6.0.2",
47
+ "vitest": "^4.1.2"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=22.0.0"