vue-datocms 5.0.0 → 5.0.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 +3 -2
package/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
# vue-datocms
|
|
8
8
|
|
|
9
|
-
  [](https://github.com/datocms/vue-datocms/actions/workflows/node.js.yml)
|
|
9
|
+
[](https://github.com/datocms/vue-datocms/blob/master/LICENSE) [](https://www.npmjs.com/package/vue-datocms) [](https://github.com/datocms/vue-datocms/actions/workflows/node.js.yml)
|
|
10
10
|
|
|
11
11
|
A set of components and utilities to work faster with [DatoCMS](https://www.datocms.com/) in Vue.js environments. Integrates seamlessly with [DatoCMS's GraphQL Content Delivery API](https://www.datocms.com/docs/content-delivery-api).
|
|
12
12
|
|
|
13
|
-
- Works with Vue 3 (version 4 is
|
|
13
|
+
- Works with Vue 3 (version 4 is maintained for compatibility with Vue 2);
|
|
14
14
|
- TypeScript ready;
|
|
15
15
|
- Compatible with any data-fetching library (axios, Apollo);
|
|
16
16
|
- Usable both client and server side;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-datocms",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "A set of components and utilities to work faster with DatoCMS in Vue.js environments",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datocms",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
26
26
|
"import": "./dist/index.esm.mjs",
|
|
27
|
-
"require": "./dist/index.cjs.js"
|
|
27
|
+
"require": "./dist/index.cjs.js",
|
|
28
|
+
"types": "./dist/index.d.ts"
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
31
|
"files": [
|