@furystack/filesystem-store 7.0.32 → 7.0.33

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.33] - 2026-01-26
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/inject` with fix for singleton injector reference being overwritten by child injectors
8
+
3
9
  ## [7.0.32] - 2026-01-22
4
10
 
5
11
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/filesystem-store",
3
- "version": "7.0.32",
3
+ "version": "7.0.33",
4
4
  "description": "Simple File System store implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/core": "^15.0.32",
41
- "@furystack/inject": "^12.0.26",
40
+ "@furystack/core": "^15.0.33",
41
+ "@furystack/inject": "^12.0.27",
42
42
  "@furystack/utils": "^8.1.8",
43
43
  "semaphore-async-await": "^1.5.1"
44
44
  },