directus 11.3.5 → 11.4.1

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 +4 -4
  3. package/readme.md +22 -4
package/license CHANGED
@@ -1,7 +1,7 @@
1
1
  Licensor: Monospace, Inc.
2
2
 
3
3
  Licensed Work: Directus
4
- The Licensed Work is Copyright © 2024 Monospace, Inc.
4
+ The Licensed Work is Copyright © 2025 Monospace, Inc.
5
5
 
6
6
  Additional Use Grant: You may use the Licensed Work in production as long as
7
7
  your Total Finances do not exceed US $5,000,000 for the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus",
3
- "version": "11.3.5",
3
+ "version": "11.4.1",
4
4
  "description": "Directus is a real-time API and App dashboard for managing SQL database content",
5
5
  "keywords": [
6
6
  "directus",
@@ -54,10 +54,10 @@
54
54
  "directus": "cli.js"
55
55
  },
56
56
  "dependencies": {
57
- "@directus/api": "23.3.2",
58
- "@directus/update-check": "12.0.2"
57
+ "@directus/api": "24.0.1",
58
+ "@directus/update-check": "13.0.0"
59
59
  },
60
60
  "engines": {
61
- "node": ">=18.0.0"
61
+ "node": ">=22"
62
62
  }
63
63
  }
package/readme.md CHANGED
@@ -6,7 +6,6 @@
6
6
 
7
7
  Directus is a real-time API and App dashboard for managing SQL database content.
8
8
 
9
- - **Open Source.** No artificial limitations, vendor lock-in, or hidden paywalls.
10
9
  - **REST & GraphQL API.** Instantly layers a blazingly fast Node.js API on top of any SQL database.
11
10
  - **Manage Pure SQL.** Works with new or existing SQL databases, no migration required.
12
11
  - **Choose your Database.** Supports PostgreSQL, MySQL, SQLite, OracleDB, CockroachDB, MariaDB, and MS-SQL.
@@ -51,9 +50,28 @@ Please read our [Contributing Guide](./contributing.md) before submitting Pull R
51
50
  All security vulnerabilities should be reported in accordance with our
52
51
  [Security Policy](https://docs.directus.io/contributing/introduction/#reporting-security-vulnerabilities).
53
52
 
54
- Directus is a premium open-source ([BSL 1.1](./license)) project, made possible with support from our passionate core
55
- team, talented contributors, and amazing [GitHub Sponsors](https://github.com/sponsors/directus). Thank you all!!
53
+ Directus is made possible with support from our passionate core team, talented contributors, and
54
+ amazing [GitHub Sponsors](https://github.com/sponsors/directus). Thank you all!
56
55
 
57
56
  <br />
58
57
 
59
- © 2004-2024, Monospace, Inc.
58
+ ## 📄 Understanding Our License
59
+
60
+ Directus is licensed under [the Business Source License (BSL) 1.1](./license) with a permissive additional use grant. For most users, it operates just like open source! Here's what that means for you:
61
+
62
+ ### Free for Most Users
63
+
64
+ If your organization has less than $5M in annual revenue and/or funding combined, you can use Directus freely in any way you'd like. Build that side project, launch your startup, or experiment with the platform — no strings attached.
65
+
66
+ ### Enterprise Usage
67
+
68
+ For larger organizations (>$5M in annual revenue/funding) using Directus in production, we require a commercial license. This model helps us maintain a sustainable balance: keeping Directus free for the majority of our community while ensuring larger organizations who benefit from the platform contribute to its continued development.
69
+
70
+ ### Why This Approach?
71
+
72
+ We believe in making powerful data tools accessible to everyone. This license lets us:
73
+
74
+ - Keep Directus free for individuals, startups, and smaller companies
75
+ - Maintain active development and strong support
76
+ - Continue improving the platform for everyone
77
+ - Stay sustainable as an independent project