@furystack/rest-client-fetch 8.0.17 → 8.0.19

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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # rest-client-fetch
2
2
 
3
- REST Client package for `@furystack/rest` with native Fetch implementation.
4
- You can use this package to operate strongly typed REST APIs in the browser with native `fetch` implementation.
3
+ REST client package for `@furystack/rest` with a native Fetch implementation.
4
+ You can use this package to operate strongly typed REST APIs in the browser with the native `fetch` implementation.
5
5
 
6
6
  ```ts
7
7
  import { MyApi } from 'my-common-package'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest-client-fetch",
3
- "version": "8.0.17",
3
+ "version": "8.0.19",
4
4
  "description": "Native browser fetch based REST API implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/rest": "^8.0.17",
40
+ "@furystack/rest": "^8.0.19",
41
41
  "path-to-regexp": "^8.2.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "^5.8.3",
45
- "vitest": "^3.1.2"
45
+ "vitest": "^3.2.2"
46
46
  },
47
47
  "gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
48
48
  }