easy-soft-utility 2.8.39 → 2.8.43

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.
@@ -84,4 +84,4 @@ export function debounce(functionCall: Function, wait?: number, options?: Object
84
84
  * @param {number} wait
85
85
  * @param {Object} options
86
86
  */
87
- export function throttle(functionCall: Function, wait?: number, options?: Object): import("lodash").DebouncedFunc<(...args: any) => any>;
87
+ export function throttle(functionCall: Function, wait?: number, options?: Object): import("lodash").DebouncedFuncLeading<(...args: any) => any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.8.39",
3
+ "version": "2.8.43",
4
4
  "private": false,
5
5
  "description": "easy-soft-utility",
6
6
  "keywords": [
@@ -31,7 +31,7 @@
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": "rimraf ./docs && npm run z:documentation:lint",
34
+ "prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
35
35
  "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
36
36
  "z:documentation:lint": "npx documentation lint src/**",
37
37
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
@@ -78,7 +78,7 @@
78
78
  "@babel/preset-env": "^7.24.5",
79
79
  "@babel/preset-react": "^7.24.1",
80
80
  "@babel/runtime": "^7.24.5",
81
- "@changesets/cli": "^2.27.1",
81
+ "@changesets/cli": "^2.27.3",
82
82
  "@commitlint/cli": "^19.3.0",
83
83
  "@commitlint/config-conventional": "^19.2.2",
84
84
  "@commitlint/config-pnpm-scopes": "^19.1.0",
@@ -95,7 +95,7 @@
95
95
  "@svgr/rollup": "^8.1.0",
96
96
  "@types/fs-extra": "^11.0.4",
97
97
  "@types/jest": "^29.5.12",
98
- "@types/lodash": "^4.17.1",
98
+ "@types/lodash": "^4.17.4",
99
99
  "@types/node": "^20.12.12",
100
100
  "@types/object-hash": "^3.0.6",
101
101
  "@types/qs": "^6.9.15",
@@ -115,7 +115,7 @@
115
115
  "cssnano": "^7.0.1",
116
116
  "cz-git": "^1.9.1",
117
117
  "documentation": "^14.0.3",
118
- "easy-soft-develop": "^2.1.137",
118
+ "easy-soft-develop": "^2.1.163",
119
119
  "eslint": "^8.57.0",
120
120
  "eslint-config-airbnb": "^19.0.4",
121
121
  "eslint-config-airbnb-typescript": "^18.0.0",