@lottiefiles/dotlottie-vue 0.2.2 → 0.2.3
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 +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
<img src="https://user-images.githubusercontent.com/23125742/201124166-c2a0bc2a-018b-463b-b291-944fb767b5c2.png" />
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
|
-
> 🚧 **Beta Alert:** We're still refining! The APIs in this package may undergo changes.
|
|
13
|
-
|
|
14
12
|
## Contents
|
|
15
13
|
|
|
16
14
|
* [Introduction](#introduction)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lottiefiles/dotlottie-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper around the dotlottie-web library",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue": "^3.3.4"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@lottiefiles/dotlottie-web": "0.
|
|
41
|
+
"@lottiefiles/dotlottie-web": "0.19.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@vue/runtime-dom": "^3.4.6",
|