@directus/extensions-sdk 17.1.3 → 18.0.0-rc.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.
Files changed (3) hide show
  1. package/license +1 -1
  2. package/package.json +8 -8
  3. package/readme.md +2 -2
package/license CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2025 Monospace, Inc.
3
+ Copyright 2026 Monospace, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6
6
  documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@directus/extensions-sdk",
3
- "version": "17.1.3",
3
+ "version": "18.0.0-rc.0",
4
4
  "description": "A toolkit to develop extensions to extend Directus",
5
- "homepage": "https://directus.io",
5
+ "homepage": "https://directus.com",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/directus/directus.git",
@@ -46,12 +46,12 @@
46
46
  "semver": "7.7.3",
47
47
  "vite": "8.0.8",
48
48
  "vue": "3.5.24",
49
- "@directus/composables": "11.4.0",
50
- "@directus/constants": "14.3.0",
51
- "@directus/extensions": "3.0.24",
52
- "@directus/types": "15.0.2",
53
- "@directus/themes": "1.3.2",
54
- "@directus/utils": "13.4.0"
49
+ "@directus/constants": "14.4.0-rc.0",
50
+ "@directus/types": "16.0.0-rc.0",
51
+ "@directus/utils": "13.5.0-rc.0",
52
+ "@directus/extensions": "4.0.0-rc.0",
53
+ "@directus/themes": "2.0.0-rc.0",
54
+ "@directus/composables": "11.5.0-rc.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@directus/tsconfig": "4.0.0",
package/readme.md CHANGED
@@ -6,7 +6,7 @@ A toolkit to develop extensions to extend Directus
6
6
 
7
7
  This package is a toolkit to help developers create extensions for use in Directus, an open-source headless CMS.
8
8
 
9
- For more information about Directus, visit the [official website](https://directus.io).
9
+ For more information about Directus, visit the [official website](https://directus.com).
10
10
 
11
11
  ## License
12
12
 
@@ -15,5 +15,5 @@ This package is licensed under the MIT License. See the
15
15
 
16
16
  ## Additional Resources
17
17
 
18
- - [Directus Website](https://directus.io)
18
+ - [Directus Website](https://directus.com)
19
19
  - [Directus GitHub Repository](https://github.com/directus/directus)