directus 9.26.0 → 10.0.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 (3) hide show
  1. package/license +107 -0
  2. package/package.json +3 -3
  3. package/readme.md +38 -68
package/license ADDED
@@ -0,0 +1,107 @@
1
+ Licensor: Monospace, Inc.
2
+
3
+ Licensed Work: Directus
4
+ The Licensed Work is Copyright © 2023 Monospace, Inc.
5
+
6
+ Additional Use Grant: You may use the Licensed Work in production as long as
7
+ your Total Finances do not exceed US $5,000,000 for the
8
+ most recent 12-month period, provided that Monospace, Inc.
9
+ will not be liable to you in any way, including for any
10
+ damages, including general, special, incidental or
11
+ consequential damages, arising out of such use.
12
+
13
+ References to: “Total Finances” mean the largest of your
14
+ aggregate gross revenues, entire budget, and/or funding
15
+ (no matter the source); “you” and “your” include (without
16
+ limitation) any individual or entity agreeing to these
17
+ terms and any affiliates of such individual or entity; and
18
+ “production” mean any use other than (i) development of
19
+ (including evaluation of the Licensed Work), debugging, or
20
+ testing your offerings, or (ii) making the Licensed Work
21
+ available standalone in unmodified object code form.
22
+
23
+ Change Date: Three years from release date
24
+
25
+ Change License: GNU General Public License (GPL) v3
26
+
27
+ For information about alternative licensing arrangements, please visit
28
+ https://directus.io/pricing.
29
+
30
+ --------------------------------------------------------------------------------
31
+
32
+ Business Source License 1.1
33
+
34
+ Terms
35
+
36
+ The Licensor hereby grants you the right to copy, modify, create derivative
37
+ works, redistribute, and make non-production use of the Licensed Work. The
38
+ Licensor may make an Additional Use Grant, above, permitting limited production
39
+ use.
40
+
41
+ Effective on the Change Date, or the fourth anniversary of the first publicly
42
+ available distribution of a specific version of the Licensed Work under this
43
+ License, whichever comes first, the Licensor hereby grants you rights under the
44
+ terms of the Change License, and the rights granted in the paragraph above
45
+ terminate.
46
+
47
+ If your use of the Licensed Work does not comply with the requirements currently
48
+ in effect as described in this License, you must purchase a commercial license
49
+ from the Licensor, its affiliated entities, or authorized resellers, or you must
50
+ refrain from using the Licensed Work.
51
+
52
+ All copies of the original and modified Licensed Work, and derivative works of
53
+ the Licensed Work, are subject to this License. This License applies separately
54
+ for each version of the Licensed Work and the Change Date may vary for each
55
+ version of the Licensed Work released by Licensor.
56
+
57
+ You must conspicuously display this License on each original or modified copy of
58
+ the Licensed Work. If you receive the Licensed Work in original or modified form
59
+ from a third party, the terms and conditions set forth in this License apply to
60
+ your use of that work.
61
+
62
+ Any use of the Licensed Work in violation of this License will automatically
63
+ terminate your rights under this License for the current and all other versions
64
+ of the Licensed Work.
65
+
66
+ This License does not grant you any right in any trademark or logo of Licensor
67
+ or its affiliates (provided that you may use a trademark or logo of Licensor as
68
+ expressly required by this License).
69
+
70
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
71
+ “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
72
+ OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY,
73
+ FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
74
+
75
+ MariaDB hereby grants you permission to use this License’s text to license your
76
+ works, and to refer to it using the trademark “Business Source License”, as long
77
+ as you comply with the Covenants of Licensor below.
78
+
79
+ Covenants of Licensor
80
+
81
+ In consideration of the right to use this License’s text and the “Business
82
+ Source License” name and trademark, Licensor covenants to MariaDB, and to all
83
+ other recipients of the licensed work to be provided by Licensor:
84
+
85
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
86
+ or a license that is compatible with GPL Version 2.0 or a later version,
87
+ where “compatible” means that software provided under the Change License can
88
+ be included in a program with software provided under GPL Version 2.0 or a
89
+ later version. Licensor may specify additional Change Licenses without
90
+ limitation.
91
+
92
+ 2. To either: (a) specify an additional grant of rights to use that does not
93
+ impose any additional restriction on the right granted in this License, as
94
+ the Additional Use Grant; or (b) insert the text “None”.
95
+
96
+ 3. To specify a Change Date.
97
+
98
+ 4. Not to modify this License in any other way.
99
+
100
+ Notice
101
+
102
+ The Business Source License (this document, or the "License") is not an Open
103
+ Source license. However, the Licensed Work will eventually be made available
104
+ under an Open Source License, as stated in this License.
105
+
106
+ License text copyright © 2023 MariaDB plc, All Rights Reserved.
107
+ “Business Source License” is a trademark of MariaDB plc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus",
3
- "version": "9.26.0",
3
+ "version": "10.0.0",
4
4
  "description": "Directus is a real-time API and App dashboard for managing SQL database content",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/directus/directus.git"
32
32
  },
33
33
  "funding": "https://github.com/directus/directus?sponsor=1",
34
- "license": "GPL-3.0-only",
34
+ "license": "BUSL-1.1",
35
35
  "author": {
36
36
  "name": "Monospace Inc",
37
37
  "email": "info@monospace.io",
@@ -56,7 +56,7 @@
56
56
  "directus": "cli.js"
57
57
  },
58
58
  "dependencies": {
59
- "@directus/api": "9.26.0"
59
+ "@directus/api": "10.0.0"
60
60
  },
61
61
  "engines": {
62
62
  "node": ">=18.0.0"
package/readme.md CHANGED
@@ -1,89 +1,59 @@
1
- <p>&nbsp;</p>
1
+ <p align="center"><img alt="Directus Logo" src="https://user-images.githubusercontent.com/522079/158864859-0fbeae62-9d7a-4619-b35e-f8fa5f68e0c8.png"></p>
2
2
 
3
- <a href="https://directus.io" target="_blank" rel="noopener noreferrer"><img width="250" alt="Logo" src="https://user-images.githubusercontent.com/9141017/88821768-0dc99800-d191-11ea-8c66-09c55ab451a2.png"></a>
3
+ <br />
4
4
 
5
- <p>&nbsp;</p>
5
+ ## 🐰 Introduction
6
6
 
7
- ## Introduction
7
+ Directus is a real-time API and App dashboard for managing SQL database content.
8
8
 
9
- **Directus is a free and open-source data platform for headless content management**. It can be installed on top of any
10
- new or existing SQL database, instantly providing a dynamic API (REST+GraphQL) and accompanying App for managing
11
- content. Built entirely in TypeScript (in Node and Vue), Directus is completely modular and end-to-end extensible...
12
- with absolutely no paywalls or artificial limitations.
9
+ - **Open Source.** No artificial limitations, vendor lock-in, or hidden paywalls.
10
+ - **REST & GraphQL API.** Instantly layers a blazingly fast Node.js API on top of any SQL database.
11
+ - **Manage Pure SQL.** Works with new or existing SQL databases, no migration required.
12
+ - **Choose your Database.** Supports PostgreSQL, MySQL, SQLite, OracleDB, CockroachDB, MariaDB, and MS-SQL.
13
+ - **On-Prem or Cloud.** Run locally, install on-premises, or use our
14
+ [self-service Cloud service](https://directus.io/pricing).
15
+ - **Completely Extensible.** Built to white-label, it is easy to customize our modular platform.
16
+ - **A Modern Dashboard.** Our no-code Vue.js app is safe and intuitive for non-technical users, no training required.
13
17
 
14
- Modern and intuitive, the Directus App enables no-code data discovery, allowing for even the most non-technical users to
15
- view, author, and manage your raw database content. Our performant and flexible API is able to adapt to any relational
16
- schema, and includes rule-based permissions, event/web hooks, custom endpoints, numerous auth options, configurable
17
- storage adapters, and much more.
18
+ **[Learn more about Directus](https://directus.io)** • **[Documentation](https://docs.directus.io)**
18
19
 
19
- Current database support includes: PostgreSQL, MySQL, SQLite, MS-SQL Server, OracleDB, MariaDB, and variants such as AWS
20
- Aurora/Redshift or Google Cloud Platform SQL.
20
+ <br />
21
21
 
22
- Learn more at...
22
+ ## 🚀 Directus Cloud
23
23
 
24
- - [Website](https://directus.io/)
25
- - [GitHub](https://github.com/directus/directus)
26
- - [Documentation](https://docs.directus.io/)
27
- - [Community](https://directus.chat/)
28
- - [Twitter](https://twitter.com/directus)
29
- - [Cloud](https://directus.cloud/)
30
- - [Marketplace](https://directus.market/)
24
+ [Directus Cloud](https://directus.io/pricing) allows you to create projects, hosted by the Directus team, in 90 seconds.
31
25
 
32
- <p>&nbsp;</p>
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
33
30
 
34
- ## Installing
31
+ **[Create a Directus Cloud Project](https://directus.cloud)**
35
32
 
36
- Directus requires NodeJS 10+. Create a new project with our simple CLI tool:
33
+ <br />
37
34
 
38
- ```
39
- npm init directus-project my-project
40
- ```
35
+ ## 🤔 Community Help
41
36
 
42
- Or using yarn:
37
+ [The Directus Documentation](https://docs.directus.io) is a great place to start, or explore these other channels:
43
38
 
44
- ```
45
- yarn create directus-project my-project
46
- ```
39
+ - [Discord](https://directus.chat) (Questions, Live Discussions)
40
+ - [GitHub Issues](https://github.com/directus/directus/issues) (Report Bugs)
41
+ - [GitHub Discussions](https://github.com/directus/directus/discussions) (Feature Requests)
42
+ - [Twitter](https://twitter.com/directus) (Latest News)
43
+ - [YouTube](https://www.youtube.com/c/DirectusVideos/featured) (Video Tutorials)
47
44
 
48
- The above command will create a directory with your project name, then walk you through the database configuration and
49
- creation of your first admin user.
45
+ <br />
50
46
 
51
- <p>&nbsp;</p>
47
+ ## ❤️ Contributing & Sponsoring
52
48
 
53
- ## Updating
49
+ Please read our [Contributing Guide](./contributing.md) before submitting Pull Requests.
54
50
 
55
- To update an existing Directus project, navigate to your project directory and run:
51
+ All security vulnerabilities should be reported in accordance with our
52
+ [Security Policy](https://docs.directus.io/contributing/introduction/#reporting-security-vulnerabilities).
56
53
 
57
- ```
58
- npm update
59
- ```
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!!
60
56
 
61
- <p>&nbsp;</p>
57
+ <br />
62
58
 
63
- ## Contributing
64
-
65
- Please report any and all issues [on our GitHub](https://github.com/directus/directus/issues/new).
66
-
67
- Pull-requests are more than welcome, and always appreciated. Please be sure to read our
68
- [Contributors Guide](https://docs.directus.io/contributing/introduction/) before starting work on a new feature/fix, or
69
- reach out a member of the Core Team via [GitHub](https://github.com/directus/directus/discussions) or
70
- [Discord](https://directus.chat) with any questions.
71
-
72
- <p>&nbsp;</p>
73
-
74
- ## Supporting
75
-
76
- Directus is a free and open-source project with development made possible by support from our passionate core team,
77
- amazing contributors, and generous sponsors. It's not easy building premium open-source software; if you would like to
78
- help ensure Directus stays free, please consider becoming a sponsor.
79
-
80
- - [Support us through GitHub Sponsors](https://github.com/sponsors/directus)
81
- - [One-time donation through PayPal](https://www.paypal.me/supportdirectus)
82
- - [Backing Directus](https://docs.directus.io/getting-started/backing-directus/)
83
-
84
- <p>&nbsp;</p>
85
-
86
- ## License
87
-
88
- Directus is released under the [GPLv3 license](./license). Monospace Inc owns all Directus trademarks, logos, and
89
- intellectual property on behalf of our project's community. Copyright © 2004-2020, Monospace Inc.
59
+ © 2004-2023, Monospace, Inc.