easy-soft-utility 2.8.46 → 2.8.48
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.
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-utility",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.48",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy-soft-utility",
|
|
6
6
|
"keywords": [
|
|
@@ -24,14 +24,15 @@
|
|
|
24
24
|
"es"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build:rollup": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
27
|
+
"build:rollup": "npx easy-soft-develop rimraf --path --path ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
28
28
|
"postbuild:rollup": "npm run z:tsc:build",
|
|
29
29
|
"build:rollup:skipCompression": "npx easy-soft-develop rimraf --path ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
30
30
|
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
31
31
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
32
32
|
"precommit": "npm run z:lint:staged:quiet",
|
|
33
33
|
"z:auto:adjust:file": "npm run z:documentation:generate",
|
|
34
|
-
"
|
|
34
|
+
"z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
35
|
+
"prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
|
|
35
36
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
36
37
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
37
38
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -113,9 +114,9 @@
|
|
|
113
114
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
114
115
|
"cross-env": "^7.0.3",
|
|
115
116
|
"cssnano": "^7.0.1",
|
|
116
|
-
"cz-git": "^1.9.
|
|
117
|
+
"cz-git": "^1.9.2",
|
|
117
118
|
"documentation": "^14.0.3",
|
|
118
|
-
"easy-soft-develop": "^2.1.
|
|
119
|
+
"easy-soft-develop": "^2.1.174",
|
|
119
120
|
"eslint": "^8.57.0",
|
|
120
121
|
"eslint-config-airbnb": "^19.0.4",
|
|
121
122
|
"eslint-config-airbnb-typescript": "^18.0.0",
|