@anjianshi/utils 2.2.5 → 2.2.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anjianshi/utils",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "Common JavaScript Utils",
5
5
  "homepage": "https://github.com/anjianshi/js-packages/utils",
6
6
  "bugs": {
@@ -27,9 +27,9 @@
27
27
  "typescript": "^5.5.4",
28
28
  "vconsole": "^3.15.1",
29
29
  "@anjianshi/presets-eslint-node": "4.0.8",
30
- "@anjianshi/presets-typescript": "3.2.2",
30
+ "@anjianshi/presets-prettier": "3.0.1",
31
31
  "@anjianshi/presets-eslint-typescript": "5.0.5",
32
- "@anjianshi/presets-prettier": "3.0.1"
32
+ "@anjianshi/presets-typescript": "3.2.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "chalk": "^5.3.0",
@@ -22,6 +22,7 @@ export interface CommonOptions<Defaults = unknown> {
22
22
  * 指定后 required 选项将失去作用。
23
23
  */
24
24
  defaults?: Defaults;
25
+ [key: string]: unknown;
25
26
  }
26
27
  /**
27
28
  * 补全了的 Options