easy-soft-utility 2.8.47 → 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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.8.47",
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
- "prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
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",
@@ -115,7 +116,7 @@
115
116
  "cssnano": "^7.0.1",
116
117
  "cz-git": "^1.9.2",
117
118
  "documentation": "^14.0.3",
118
- "easy-soft-develop": "^2.1.171",
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",