@furystack/filesystem-store 7.1.2 → 7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.1.4] - 2026-03-19
4
+
5
+ ### ✨ Features
6
+
7
+ - Updated `@furystack/core` dependency to the latest major version.
8
+ - Added `onWatcherError` event for file system watcher failures.
9
+
10
+ ### ⬆️ Dependencies
11
+
12
+ - Upgraded `vite` from ^7.3.1 to ^8.0.0 for improved build performance and new features
13
+ - Upgraded `vitest` from ^4.0.18 to ^4.1.0
14
+ - Upgraded `@vitest/coverage-istanbul` from ^4.0.18 to ^4.1.0
15
+
16
+ ## [7.1.3] - 2026-03-10
17
+
18
+ ### ⬆️ Dependencies
19
+
20
+ - Updated `@furystack/core` dependency to the new major version
21
+
3
22
  ## [7.1.2] - 2026-03-07
4
23
 
5
24
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/filesystem-store",
3
- "version": "7.1.2",
3
+ "version": "7.1.4",
4
4
  "description": "Simple File System store implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -38,14 +38,14 @@
38
38
  },
39
39
  "homepage": "https://github.com/furystack/furystack",
40
40
  "dependencies": {
41
- "@furystack/core": "^15.2.5",
42
- "@furystack/inject": "^12.0.32",
43
- "@furystack/utils": "^8.2.1"
41
+ "@furystack/core": "^16.0.1",
42
+ "@furystack/inject": "^12.0.33",
43
+ "@furystack/utils": "^8.2.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "^25.3.5",
46
+ "@types/node": "^25.5.0",
47
47
  "typescript": "^5.9.3",
48
- "vitest": "^4.0.18"
48
+ "vitest": "^4.1.0"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=22.0.0"