configcat-vue 2.2.4 → 2.3.0
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Here's a quick overview of what you can do with this package:
|
|
|
18
18
|
|
|
19
19
|
## Documentation
|
|
20
20
|
|
|
21
|
-
[Read the documentation](https://
|
|
21
|
+
[Read the documentation on ConfigCat](https://configcat.com/docs/sdk-reference/community/vue/)
|
|
22
22
|
|
|
23
23
|
## With you in mind
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "configcat-vue",
|
|
3
|
-
"description": "A
|
|
3
|
+
"description": "A community-maintained SDK for integrating ConfigCat feature flags into Vue.js applications.",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
"version": "2.
|
|
22
|
+
"version": "2.3.0",
|
|
23
23
|
"keywords": [
|
|
24
24
|
"configcat",
|
|
25
25
|
"ConfigCat",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"vue-tsc": "^1.8.5"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"configcat-common": "9.
|
|
64
|
+
"configcat-common": "9.3.0"
|
|
65
65
|
}
|
|
66
66
|
}
|