@citruslime/vue-utils 3.0.0-beta.0 → 3.0.0-beta.1
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/README.md +2 -2
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Citrus-Lime Vue Utils
|
|
2
2
|
|
|
3
|
-
A
|
|
3
|
+
A utilities library, for Vue 3 projects. Used by [Citrus-Lime UI](https://www.npmjs.com/package/@citruslime/ui).
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
@@ -9,7 +9,7 @@ A package containing various utilities for Vue-based projects. Used by [Citrus-L
|
|
|
9
9
|
- 📖 [Documentation & API](https://uilibrary.citruslime.com)
|
|
10
10
|
- 📌 [Citrus-Lime Ltd](https://www.citruslime.com)
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
### Install
|
|
13
13
|
|
|
14
14
|
`pnpm add @citruslime/vue-utils vue`
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citruslime/vue-utils",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Citrus-Lime Ltd",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
],
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
|
-
"development": "./src/main.ts",
|
|
23
22
|
"import": "./dist/citrus-lime-vue-utils.js",
|
|
24
23
|
"types": "./dist/main.d.ts"
|
|
25
24
|
}
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
"vue-tsc": "^3.2.5"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"@citruslime/utils": "3.0.0-beta.
|
|
39
|
+
"@citruslime/utils": "3.0.0-beta.1",
|
|
41
40
|
"@vueuse/core": "^14.2.1",
|
|
42
41
|
"vue": "^3.5.19"
|
|
43
42
|
},
|