directus 11.0.2 → 11.1.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/package.json +2 -2
- package/readme.md +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus",
|
|
3
|
-
"version": "11.0
|
|
3
|
+
"version": "11.1.0",
|
|
4
4
|
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"directus",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"directus": "cli.js"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@directus/api": "22.
|
|
57
|
+
"@directus/api": "22.2.0",
|
|
58
58
|
"@directus/update-check": "12.0.0"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
package/readme.md
CHANGED
|
@@ -21,7 +21,8 @@ Directus is a real-time API and App dashboard for managing SQL database content.
|
|
|
21
21
|
|
|
22
22
|
## 🚀 Directus Cloud
|
|
23
23
|
|
|
24
|
-
[Directus Cloud](https://directus.io/pricing) allows you to create projects, hosted by the Directus team, from
|
|
24
|
+
[Directus Cloud](https://directus.io/pricing) allows you to create projects, hosted by the Directus team, from
|
|
25
|
+
$15/month.
|
|
25
26
|
|
|
26
27
|
- A self-service dashboard to create and monitor all your projects in one place.
|
|
27
28
|
- Everything you need: Directus, database, storage, auto-scaling, and a global CDN.
|