@furystack/rest 8.0.35 → 8.0.37

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.37] - 2026-02-19
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/core`
8
+
9
+ ## [8.0.36] - 2026-02-11
10
+
11
+ ### ⬆️ Dependencies
12
+
13
+ - Bump `vitest` from `^4.0.17` to `^4.0.18`
14
+ - Bump `@types/node` from `^25.0.10` to `^25.2.3`
15
+ - Updated internal dependencies
16
+
3
17
  ## [8.0.35] - 2026-02-09
4
18
 
5
19
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest",
3
- "version": "8.0.35",
3
+ "version": "8.0.37",
4
4
  "description": "Generic REST package",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "homepage": "https://github.com/furystack/furystack",
40
40
  "dependencies": {
41
- "@furystack/core": "^15.0.35",
42
- "@furystack/inject": "^12.0.29"
41
+ "@furystack/core": "^15.1.0",
42
+ "@furystack/inject": "^12.0.30"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/node": "^25.0.10",
45
+ "@types/node": "^25.3.0",
46
46
  "typescript": "^5.9.3",
47
- "vitest": "^4.0.17"
47
+ "vitest": "^4.0.18"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=22.0.0"