@synstack/fs-cache 1.0.3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "access": "public"
6
6
  },
7
7
  "packageManager": "yarn@4.4.0",
8
- "version": "1.0.3",
8
+ "version": "1.0.5",
9
9
  "description": "Human-friendly file system caching",
10
10
  "keywords": [
11
11
  "cache",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@synstack/fs": "1.0.3"
47
+ "@synstack/fs": "1.0.5"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^22.7.0",
@@ -57,5 +57,5 @@
57
57
  "!src/**/*.test.ts",
58
58
  "dist/**/*"
59
59
  ],
60
- "gitHead": "ed339f5b4ef3a70b7371313234250b1e7445ef69"
60
+ "gitHead": "d64567ef3d8882479eaa0518def37c397bd59f32"
61
61
  }