@synstack/fs-cache 1.0.1-alpha.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -6
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.1
|
8
|
+
"version": "1.0.1",
|
9
9
|
"description": "Human-friendly file system caching",
|
10
10
|
"keywords": [
|
11
11
|
"cache",
|
@@ -23,14 +23,13 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"scripts": {
|
26
|
-
"publish": "yarn npm publish --access public",
|
27
|
-
"prepublish": "yarn test && yarn build",
|
28
26
|
"build": "tsup",
|
29
27
|
"build:watch": "tsup --watch",
|
30
28
|
"test:types": "tsc --noEmit",
|
31
29
|
"test:unit": "node --import tsx --test src/**/*.test.ts",
|
32
30
|
"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts",
|
33
|
-
"test": "yarn test:types && yarn test:unit"
|
31
|
+
"test": "yarn test:types && yarn test:unit",
|
32
|
+
"prepare": "yarn test && yarn build"
|
34
33
|
},
|
35
34
|
"exports": {
|
36
35
|
".": {
|
@@ -45,7 +44,7 @@
|
|
45
44
|
}
|
46
45
|
},
|
47
46
|
"dependencies": {
|
48
|
-
"@synstack/fs": "1.0.1
|
47
|
+
"@synstack/fs": "^1.0.1"
|
49
48
|
},
|
50
49
|
"devDependencies": {
|
51
50
|
"@types/node": "^22.7.0",
|
@@ -58,5 +57,5 @@
|
|
58
57
|
"!src/**/*.test.ts",
|
59
58
|
"dist/**/*"
|
60
59
|
],
|
61
|
-
"gitHead": "
|
60
|
+
"gitHead": "c743297f6665c317dca929c1ab9dc7e756076321"
|
62
61
|
}
|