@synstack/resolved 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
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.
|
8
|
+
"version": "1.0.1",
|
9
9
|
"author": {
|
10
10
|
"name": "pAIrprog",
|
11
11
|
"url": "https://pairprog.io"
|
@@ -18,14 +18,13 @@
|
|
18
18
|
},
|
19
19
|
"license": "Apache-2.0",
|
20
20
|
"scripts": {
|
21
|
-
"publish": "yarn npm publish --access public",
|
22
|
-
"prepublish": "yarn test && yarn build",
|
23
21
|
"build": "tsup",
|
24
22
|
"build:watch": "tsup --watch",
|
25
23
|
"test:types": "tsc --noEmit",
|
26
24
|
"test:unit": "node --import tsx --test src/**/*.test.ts",
|
27
25
|
"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts",
|
28
|
-
"test": "yarn test:types && yarn test:unit"
|
26
|
+
"test": "yarn test:types && yarn test:unit",
|
27
|
+
"prepare": "yarn test && yarn build"
|
29
28
|
},
|
30
29
|
"exports": {
|
31
30
|
".": {
|
@@ -60,5 +59,5 @@
|
|
60
59
|
"!src/**/*.test.ts",
|
61
60
|
"dist/**/*"
|
62
61
|
],
|
63
|
-
"gitHead": "
|
62
|
+
"gitHead": "c743297f6665c317dca929c1ab9dc7e756076321"
|
64
63
|
}
|