@furystack/rest-client-fetch 8.1.3 → 8.1.4
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.1.4] - 2026-03-19
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- Added `onResponseParseError` callback to `ClientOptions` to surface JSON parse failures.
|
|
8
|
+
|
|
9
|
+
### ⬆️ Dependencies
|
|
10
|
+
|
|
11
|
+
- Upgraded `vite` from ^7.3.1 to ^8.0.0 for improved build performance and new features
|
|
12
|
+
- Upgraded `vitest` from ^4.0.18 to ^4.1.0
|
|
13
|
+
- Upgraded `@vitest/coverage-istanbul` from ^4.0.18 to ^4.1.0
|
|
14
|
+
|
|
3
15
|
## [8.1.3] - 2026-03-10
|
|
4
16
|
|
|
5
17
|
### ⬆️ Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@furystack/rest-client-fetch",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.4",
|
|
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.
|
|
42
|
+
"@furystack/rest": "^8.1.2",
|
|
43
43
|
"path-to-regexp": "^8.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
|
-
"vitest": "^4.0
|
|
47
|
+
"vitest": "^4.1.0"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=22.0.0"
|