directus 11.5.1 → 11.6.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 +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.6.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": "
|
|
57
|
+
"@directus/api": "26.0.0",
|
|
58
58
|
"@directus/update-check": "13.0.0"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
package/readme.md
CHANGED
|
@@ -50,22 +50,26 @@ Please read our [Contributing Guide](./contributing.md) before submitting Pull R
|
|
|
50
50
|
All security vulnerabilities should be reported in accordance with our
|
|
51
51
|
[Security Policy](https://docs.directus.io/contributing/introduction/#reporting-security-vulnerabilities).
|
|
52
52
|
|
|
53
|
-
Directus is made possible with support from our passionate core team, talented contributors, and
|
|
54
|
-
|
|
53
|
+
Directus is made possible with support from our passionate core team, talented contributors, and amazing
|
|
54
|
+
[GitHub Sponsors](https://github.com/sponsors/directus). Thank you all!
|
|
55
55
|
|
|
56
56
|
<br />
|
|
57
57
|
|
|
58
58
|
## 📄 Understanding Our License
|
|
59
59
|
|
|
60
|
-
Directus is licensed under [the Business Source License (BSL) 1.1](./license) with a permissive additional use grant.
|
|
60
|
+
Directus is licensed under [the Business Source License (BSL) 1.1](./license) with a permissive additional use grant.
|
|
61
|
+
For most users, it operates just like open source! Here's what that means for you:
|
|
61
62
|
|
|
62
63
|
### Free for Most Users
|
|
63
64
|
|
|
64
|
-
If your organization has less than $5M in annual revenue and/or funding combined, you can use Directus freely in any way
|
|
65
|
+
If your organization has less than $5M in annual revenue and/or funding combined, you can use Directus freely in any way
|
|
66
|
+
you'd like. Build that side project, launch your startup, or experiment with the platform — no strings attached.
|
|
65
67
|
|
|
66
68
|
### Enterprise Usage
|
|
67
69
|
|
|
68
|
-
For larger organizations (>$5M in annual revenue/funding) using Directus in production, we require a commercial license.
|
|
70
|
+
For larger organizations (>$5M in annual revenue/funding) using Directus in production, we require a commercial license.
|
|
71
|
+
This model helps us maintain a sustainable balance: keeping Directus free for the majority of our community while
|
|
72
|
+
ensuring larger organizations who benefit from the platform contribute to its continued development.
|
|
69
73
|
|
|
70
74
|
### Why This Approach?
|
|
71
75
|
|