@furystack/filesystem-store 7.0.18 → 7.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 +6 -6
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # filesystem-store
2
2
 
3
- Filesystem Store implementation for FuryStack. Recommended for lightweight usage, embedded operations, experimenting / tryout, not for production.
3
+ Filesystem store implementation for FuryStack. Recommended for lightweight usage, embedded operations, and experimenting/tryouts—not for production.
4
4
 
5
- An usage example:
5
+ Usage example:
6
6
 
7
7
  ```ts
8
8
  import { join } from 'path'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/filesystem-store",
3
- "version": "7.0.18",
3
+ "version": "7.0.19",
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.18",
41
- "@furystack/inject": "^12.0.15",
42
- "@furystack/utils": "^8.0.14",
40
+ "@furystack/core": "^15.0.19",
41
+ "@furystack/inject": "^12.0.16",
42
+ "@furystack/utils": "^8.0.15",
43
43
  "semaphore-async-await": "^1.5.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "^22.15.17",
46
+ "@types/node": "^22.15.30",
47
47
  "typescript": "^5.8.3",
48
- "vitest": "^3.1.3"
48
+ "vitest": "^3.2.2"
49
49
  },
50
50
  "gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
51
51
  }