@furystack/filesystem-store 7.0.31 → 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 (3) hide show
  1. package/CHANGELOG.md +9 -64
  2. package/README.md +10 -2
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,72 +1,17 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## [7.0.33] - 2026-01-26
5
4
 
6
- ### [2.0.30](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.29...@furystack/filesystem-store@2.0.30) (2022-02-16)
5
+ ### ⬆️ Dependencies
7
6
 
8
- **Note:** Version bump only for package @furystack/filesystem-store
7
+ - Updated `@furystack/inject` with fix for singleton injector reference being overwritten by child injectors
9
8
 
10
- ### [2.0.29](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.28...@furystack/filesystem-store@2.0.29) (2022-02-02)
9
+ ## [7.0.32] - 2026-01-22
11
10
 
12
- **Note:** Version bump only for package @furystack/filesystem-store
11
+ ### ⬆️ Dependencies
13
12
 
14
- ### [2.0.28](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.26...@furystack/filesystem-store@2.0.28) (2022-01-10)
13
+ - Dependency updates
15
14
 
16
- **Note:** Version bump only for package @furystack/filesystem-store
15
+ ### 🔧 Chores
17
16
 
18
- ### [2.0.27](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.26...@furystack/filesystem-store@2.0.27) (2022-01-10)
19
-
20
- **Note:** Version bump only for package @furystack/filesystem-store
21
-
22
- ### [2.0.26](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.25...@furystack/filesystem-store@2.0.26) (2021-12-20)
23
-
24
- **Note:** Version bump only for package @furystack/filesystem-store
25
-
26
- ### [2.0.25](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.24...@furystack/filesystem-store@2.0.25) (2021-12-08)
27
-
28
- **Note:** Version bump only for package @furystack/filesystem-store
29
-
30
- ### [2.0.24](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.23...@furystack/filesystem-store@2.0.24) (2021-11-30)
31
-
32
- **Note:** Version bump only for package @furystack/filesystem-store
33
-
34
- ### [2.0.23](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.22...@furystack/filesystem-store@2.0.23) (2021-11-29)
35
-
36
- **Note:** Version bump only for package @furystack/filesystem-store
37
-
38
- ### [2.0.22](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.21...@furystack/filesystem-store@2.0.22) (2021-11-19)
39
-
40
- **Note:** Version bump only for package @furystack/filesystem-store
41
-
42
- ### [2.0.21](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.20...@furystack/filesystem-store@2.0.21) (2021-11-09)
43
-
44
- **Note:** Version bump only for package @furystack/filesystem-store
45
-
46
- ### [2.0.20](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.19...@furystack/filesystem-store@2.0.20) (2021-10-15)
47
-
48
- **Note:** Version bump only for package @furystack/filesystem-store
49
-
50
- ### [2.0.19](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.18...@furystack/filesystem-store@2.0.19) (2021-10-05)
51
-
52
- **Note:** Version bump only for package @furystack/filesystem-store
53
-
54
- ### [2.0.18](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.17...@furystack/filesystem-store@2.0.18) (2021-09-16)
55
-
56
- **Note:** Version bump only for package @furystack/filesystem-store
57
-
58
- ### [2.0.17](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.16...@furystack/filesystem-store@2.0.17) (2021-08-27)
59
-
60
- **Note:** Version bump only for package @furystack/filesystem-store
61
-
62
- ### [2.0.16](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@2.0.15...@furystack/filesystem-store@2.0.16) (2021-08-19)
63
-
64
- **Note:** Version bump only for package @furystack/filesystem-store
65
-
66
- ### [2.0.15](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@1.1.16...@furystack/filesystem-store@2.0.15) (2021-08-19)
67
-
68
- **Note:** Version bump only for package @furystack/filesystem-store
69
-
70
- ### [2.0.14](https://github.com/furystack/furystack/compare/@furystack/filesystem-store@1.1.16...@furystack/filesystem-store@2.0.14) (2021-07-30)
71
-
72
- **Note:** Version bump only for package @furystack/filesystem-store
17
+ - Migrated to centralized changelog management system
package/README.md CHANGED
@@ -1,8 +1,16 @@
1
- # filesystem-store
1
+ # @furystack/filesystem-store
2
2
 
3
3
  Filesystem store implementation for FuryStack. Recommended for lightweight usage, embedded operations, and experimenting/tryouts—not for production.
4
4
 
5
- Usage example:
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @furystack/filesystem-store
9
+ # or
10
+ yarn add @furystack/filesystem-store
11
+ ```
12
+
13
+ ## Usage Example
6
14
 
7
15
  ```ts
8
16
  import { Injector } from '@furystack/inject'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/filesystem-store",
3
- "version": "7.0.31",
3
+ "version": "7.0.33",
4
4
  "description": "Simple File System store implementation for FuryStack",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/core": "^15.0.31",
41
- "@furystack/inject": "^12.0.25",
42
- "@furystack/utils": "^8.1.7",
40
+ "@furystack/core": "^15.0.33",
41
+ "@furystack/inject": "^12.0.27",
42
+ "@furystack/utils": "^8.1.8",
43
43
  "semaphore-async-await": "^1.5.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "^25.0.3",
46
+ "@types/node": "^25.0.10",
47
47
  "typescript": "^5.9.3",
48
- "vitest": "^4.0.16"
48
+ "vitest": "^4.0.17"
49
49
  },
50
50
  "gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
51
51
  }