@semi-kit/utils 1.0.11 → 1.0.13

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 +18 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-kit/utils",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "General-purpose tool function library",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -49,5 +49,22 @@
49
49
  "@types/qs": "*",
50
50
  "axios": "*",
51
51
  "es-toolkit": "*"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "@vueuse/core": {
55
+ "optional": true
56
+ },
57
+ "qs": {
58
+ "optional": true
59
+ },
60
+ "@types/qs": {
61
+ "optional": true
62
+ },
63
+ "axios": {
64
+ "optional": true
65
+ },
66
+ "es-toolkit": {
67
+ "optional": true
68
+ }
52
69
  }
53
70
  }