directus 11.14.1 → 11.15.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 +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.15.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": "33.
|
|
57
|
+
"@directus/api": "33.1.0",
|
|
58
58
|
"@directus/update-check": "13.0.4"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
package/readme.md
CHANGED
|
@@ -31,6 +31,19 @@ $15/month.
|
|
|
31
31
|
|
|
32
32
|
<br />
|
|
33
33
|
|
|
34
|
+
## ⚡ One-Click Deployment Options
|
|
35
|
+
|
|
36
|
+
Deploy Directus with a single click via Railway—complete infrastructure without the complexity.
|
|
37
|
+
|
|
38
|
+
### Deploy on Railway
|
|
39
|
+
|
|
40
|
+
Fully provisioned — one click to deploy Directus with PostgreSQL database, Redis cache, and S3-compatible bucket
|
|
41
|
+
storage, all connected via Railway's private network for secure, zero-egress communication.
|
|
42
|
+
|
|
43
|
+
[](https://railway.com/deploy/directus-official?referralCode=b2RDZT&utm_medium=integration&utm_source=template&utm_campaign=generic)
|
|
44
|
+
|
|
45
|
+
<br />
|
|
46
|
+
|
|
34
47
|
## 🤔 Community Help
|
|
35
48
|
|
|
36
49
|
[The Directus Documentation](https://docs.directus.io) is a great place to start, or explore these other channels:
|