directus 11.0.1 → 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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/readme.md +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus",
3
- "version": "11.0.1",
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,8 +54,8 @@
54
54
  "directus": "cli.js"
55
55
  },
56
56
  "dependencies": {
57
- "@directus/update-check": "12.0.0",
58
- "@directus/api": "22.1.0"
57
+ "@directus/api": "22.2.0",
58
+ "@directus/update-check": "12.0.0"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18.0.0"
package/readme.md CHANGED
@@ -21,12 +21,12 @@ 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, in 90 seconds.
24
+ [Directus Cloud](https://directus.io/pricing) allows you to create projects, hosted by the Directus team, from
25
+ $15/month.
25
26
 
26
- - **No product limitations or service usage quotas (unlimited users, API requests, etc)**
27
- - A modern self-service dashboard to create and monitor all your projects in one place
28
- - End-to-end solution: Directus, database, serverless auto-scaling, storage, and a global CDN
29
- - Select your desired region and provision a new project in ~90 seconds
27
+ - A self-service dashboard to create and monitor all your projects in one place.
28
+ - Everything you need: Directus, database, storage, auto-scaling, and a global CDN.
29
+ - Select your desired region and provision a new project in ~90 seconds.
30
30
 
31
31
  **[Create a Directus Cloud Project](https://directus.cloud)**
32
32