@meeovi/directus-client 1.0.5 → 1.0.6
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/package.json +13 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meeovi/directus-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Directus Client Library with auto generating forms and tables, Directus SDK and Types, and vue/react components for Directus Visual Editing.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -15,9 +15,18 @@
|
|
|
15
15
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
16
16
|
"build": "tsc -p tsconfig.json"
|
|
17
17
|
},
|
|
18
|
-
"keywords": [
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
"keywords": [
|
|
19
|
+
"directus",
|
|
20
|
+
"directus-sdk",
|
|
21
|
+
"directus-types",
|
|
22
|
+
"directus-visual-editing",
|
|
23
|
+
"directus-client",
|
|
24
|
+
"vue",
|
|
25
|
+
"react",
|
|
26
|
+
"typescript"
|
|
27
|
+
],
|
|
28
|
+
"author": "Meeovi",
|
|
29
|
+
"license": "MIT",
|
|
21
30
|
"type": "module",
|
|
22
31
|
"dependencies": {
|
|
23
32
|
"@directus/sdk": "^18.0.3",
|