color-star-custom-components 0.0.14 → 0.0.15
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "color-star-custom-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"color-star-custom-components",
|
|
6
6
|
"component library",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
32
|
-
"import": "./index.
|
|
32
|
+
"import": "./es/index.mjs",
|
|
33
33
|
"require": "./lib/index.js"
|
|
34
34
|
},
|
|
35
35
|
"./es": {
|
|
@@ -174,9 +174,9 @@
|
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"axios": "^1.8.2",
|
|
176
176
|
"vue": "^3.5.25",
|
|
177
|
-
"color-star-custom-methods": "0.0.15",
|
|
178
177
|
"color-message-aibox-vue": "0.0.77",
|
|
179
178
|
"color-star-atom-style": "0.0.2",
|
|
179
|
+
"color-star-custom-methods": "0.0.15",
|
|
180
180
|
"color-message-lingyun-vue": "0.0.30"
|
|
181
181
|
},
|
|
182
182
|
"optionalDependencies": {
|