easy-soft-dva 3.10.44 → 3.10.45
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-soft-dva",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.45",
|
|
4
4
|
"description": "The core lightweight library for dva, based on redux and redux-saga.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
20
20
|
"precommit": "npm run z:lint:staged:quiet",
|
|
21
21
|
"z:auto:adjust:file": "npm run z:documentation:generate",
|
|
22
|
-
"
|
|
22
|
+
"z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
23
|
+
"prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
|
|
23
24
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
24
25
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
25
26
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"cssnano": "^7.0.1",
|
|
102
103
|
"cz-git": "^1.9.2",
|
|
103
104
|
"documentation": "^14.0.3",
|
|
104
|
-
"easy-soft-develop": "^2.1.
|
|
105
|
+
"easy-soft-develop": "^2.1.174",
|
|
105
106
|
"eslint": "^8.57.0",
|
|
106
107
|
"eslint-config-airbnb": "^19.0.4",
|
|
107
108
|
"eslint-config-airbnb-typescript": "^18.0.0",
|