@changebot/widgets-vue 0.2.1 → 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 +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -667,6 +667,5 @@ Apache-2.0
|
|
|
667
667
|
## Links
|
|
668
668
|
|
|
669
669
|
- [Changebot Website](https://www.changebot.ai)
|
|
670
|
-
- [Documentation](https://docs.changebot.ai)
|
|
671
670
|
- [GitHub Repository](https://github.com/changebot-ai/widgets)
|
|
672
|
-
- [NPM Package](https://www.npmjs.com/package/@changebot/widgets-vue)
|
|
671
|
+
- [NPM Package](https://www.npmjs.com/package/@changebot/widgets-vue)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@changebot/widgets-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Vue wrapper components for Changebot widgets",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@stencil/vue-output-target": "^0.11.8",
|
|
16
|
-
"@changebot/core": "^0.2.
|
|
16
|
+
"@changebot/core": "^0.2.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"vue": "^3.3.0",
|