@synstack/str 1.0.1-alpha.0 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -7
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.3",
|
9
9
|
"description": "Advanced chainable string manipulation",
|
10
10
|
"keywords": [
|
11
11
|
"string",
|
@@ -26,14 +26,13 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"scripts": {
|
29
|
-
"publish": "yarn npm publish --access public",
|
30
|
-
"prepublish": "yarn test && yarn build",
|
31
29
|
"build": "tsup",
|
32
30
|
"build:watch": "tsup --watch",
|
33
31
|
"test:types": "tsc --noEmit",
|
34
32
|
"test:unit": "node --import tsx --test src/**/*.test.ts",
|
35
33
|
"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts",
|
36
|
-
"test": "yarn test:types && yarn test:unit"
|
34
|
+
"test": "yarn test:types && yarn test:unit",
|
35
|
+
"prepare": "yarn test && yarn build"
|
37
36
|
},
|
38
37
|
"exports": {
|
39
38
|
".": {
|
@@ -48,7 +47,7 @@
|
|
48
47
|
}
|
49
48
|
},
|
50
49
|
"dependencies": {
|
51
|
-
"@synstack/pipe": "1.0.
|
50
|
+
"@synstack/pipe": "1.0.3",
|
52
51
|
"change-case": "^5.4.4"
|
53
52
|
},
|
54
53
|
"devDependencies": {
|
@@ -62,5 +61,5 @@
|
|
62
61
|
"!src/**/*.test.ts",
|
63
62
|
"dist/**/*"
|
64
63
|
],
|
65
|
-
"gitHead": "
|
66
|
-
}
|
64
|
+
"gitHead": "ed339f5b4ef3a70b7371313234250b1e7445ef69"
|
65
|
+
}
|