@furystack/rest-client-fetch 8.1.0 → 8.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.1.2] - 2026-03-07
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated internal FuryStack dependencies
8
+ - Updated `@furystack/rest` dependency to pick up the new OpenAPI bidirectional support and renamed types (`OpenApiDocument`, `WithSchemaAction` with `/openapi.json`)
9
+
10
+ ## [8.1.1] - 2026-03-06
11
+
12
+ ### ⬆️ Dependencies
13
+
14
+ - Updated internal FuryStack dependencies
15
+
3
16
  ## [8.1.0] - 2026-03-03
4
17
 
5
18
  ### ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest-client-fetch",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "Native browser fetch based REST API implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://github.com/furystack/furystack",
41
41
  "dependencies": {
42
- "@furystack/rest": "^8.0.41",
42
+ "@furystack/rest": "^8.1.0",
43
43
  "path-to-regexp": "^8.3.0"
44
44
  },
45
45
  "devDependencies": {