@directus/composables 10.0.5 → 10.0.7

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/readme.md +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/composables",
3
- "version": "10.0.5",
3
+ "version": "10.0.7",
4
4
  "description": "Shared Vue composables for Directus use",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "nanoid": "4.0.2",
28
28
  "vue": "3.3.4",
29
29
  "@directus/constants": "10.2.1",
30
- "@directus/utils": "10.0.5"
30
+ "@directus/utils": "10.0.7"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/lodash-es": "4.17.7",
@@ -36,7 +36,7 @@
36
36
  "typescript": "5.0.4",
37
37
  "vitest": "0.31.1",
38
38
  "@directus/tsconfig": "0.0.7",
39
- "@directus/types": "10.1.1"
39
+ "@directus/types": "10.1.2"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc --project tsconfig.prod.json",
package/readme.md CHANGED
@@ -16,9 +16,10 @@ npm install @directus/composables
16
16
 
17
17
  ## License
18
18
 
19
- This package is licensed under the MIT License. See the [LICENSE](https://github.com/directus/directus/blob/main/packages/composables/license) file for more information.
19
+ This package is licensed under the MIT License. See the
20
+ [LICENSE](https://github.com/directus/directus/blob/main/packages/composables/license) file for more information.
20
21
 
21
22
  ## Additional Resources
22
23
 
23
24
  - [Directus Website](https://directus.io)
24
- - [Directus GitHub Repository](https://github.com/directus/directus)
25
+ - [Directus GitHub Repository](https://github.com/directus/directus)