@strapi/cloud-cli 5.0.0-beta.16 → 5.0.0-rc.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/LICENSE +18 -3
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -2,7 +2,21 @@ Copyright (c) 2015-present Strapi Solutions SAS
|
|
|
2
2
|
|
|
3
3
|
Portions of the Strapi software are licensed as follows:
|
|
4
4
|
|
|
5
|
-
* All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined
|
|
5
|
+
* All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined below.
|
|
6
|
+
|
|
7
|
+
Enterprise License
|
|
8
|
+
|
|
9
|
+
If you or the company you represent has entered into a written agreement referencing the Enterprise Edition of the Strapi source code available at
|
|
10
|
+
https://github.com/strapi/strapi, then such agreement applies to your use of the Enterprise Edition of the Strapi Software. If you or the company you
|
|
11
|
+
represent is using the Enterprise Edition of the Strapi Software in connection with a subscription to our cloud offering, then the agreement you have
|
|
12
|
+
agreed to with respect to our cloud offering and the licenses included in such agreement apply to your use of the Enterprise Edition of the Strapi Software.
|
|
13
|
+
Otherwise, the Strapi Enterprise Software License Agreement (found here https://strapi.io/enterprise-terms) applies to your use of the Enterprise Edition of the Strapi Software.
|
|
14
|
+
|
|
15
|
+
BY ACCESSING OR USING THE ENTERPRISE EDITION OF THE STRAPI SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE RELEVANT REFERENCED AGREEMENT.
|
|
16
|
+
IF YOU ARE NOT AUTHORIZED TO ACCEPT THESE TERMS ON BEHALF OF THE COMPANY YOU REPRESENT OR IF YOU DO NOT AGREE TO ALL OF THE RELEVANT TERMS AND CONDITIONS REFERENCED AND YOU
|
|
17
|
+
HAVE NOT OTHERWISE EXECUTED A WRITTEN AGREEMENT WITH STRAPI, YOU ARE NOT AUTHORIZED TO ACCESS OR USE OR ALLOW ANY USER TO ACCESS OR USE ANY PART OF
|
|
18
|
+
THE ENTERPRISE EDITION OF THE STRAPI SOFTWARE. YOUR ACCESS RIGHTS ARE CONDITIONAL ON YOUR CONSENT TO THE RELEVANT REFERENCED TERMS TO THE EXCLUSION OF ALL OTHER TERMS;
|
|
19
|
+
IF THE RELEVANT REFERENCED TERMS ARE CONSIDERED AN OFFER BY YOU, ACCEPTANCE IS EXPRESSLY LIMITED TO THE RELEVANT REFERENCED TERMS.
|
|
6
20
|
|
|
7
21
|
* All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
|
|
8
22
|
|
|
@@ -18,5 +32,6 @@ furnished to do so, subject to the following conditions:
|
|
|
18
32
|
The above copyright notice and this permission notice shall be included in all
|
|
19
33
|
copies or substantial portions of the Software.
|
|
20
34
|
|
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
|
|
35
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
37
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/dist/index.js
CHANGED
|
@@ -195,7 +195,7 @@ async function saveLocalConfig(data) {
|
|
|
195
195
|
await fse__default.default.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
196
196
|
}
|
|
197
197
|
const name = "@strapi/cloud-cli";
|
|
198
|
-
const version = "5.0.0-beta.
|
|
198
|
+
const version = "5.0.0-beta.17";
|
|
199
199
|
const description = "Commands to interact with the Strapi Cloud";
|
|
200
200
|
const keywords = [
|
|
201
201
|
"strapi",
|
|
@@ -239,7 +239,7 @@ const scripts = {
|
|
|
239
239
|
watch: "pack-up watch"
|
|
240
240
|
};
|
|
241
241
|
const dependencies = {
|
|
242
|
-
"@strapi/utils": "5.0.0-beta.
|
|
242
|
+
"@strapi/utils": "5.0.0-beta.17",
|
|
243
243
|
axios: "1.6.0",
|
|
244
244
|
chalk: "4.1.2",
|
|
245
245
|
"cli-progress": "3.12.0",
|
|
@@ -264,8 +264,8 @@ const devDependencies = {
|
|
|
264
264
|
"@types/cli-progress": "3.11.5",
|
|
265
265
|
"@types/eventsource": "1.1.15",
|
|
266
266
|
"@types/lodash": "^4.14.191",
|
|
267
|
-
"eslint-config-custom": "5.0.0-beta.
|
|
268
|
-
tsconfig: "5.0.0-beta.
|
|
267
|
+
"eslint-config-custom": "5.0.0-beta.17",
|
|
268
|
+
tsconfig: "5.0.0-beta.17"
|
|
269
269
|
};
|
|
270
270
|
const engines = {
|
|
271
271
|
node: ">=18.0.0 <=20.x.x",
|
package/dist/index.mjs
CHANGED
|
@@ -133,7 +133,7 @@ async function saveLocalConfig(data) {
|
|
|
133
133
|
await fse.writeJson(configFilePath, data, { encoding: "utf8", spaces: 2, mode: 384 });
|
|
134
134
|
}
|
|
135
135
|
const name = "@strapi/cloud-cli";
|
|
136
|
-
const version = "5.0.0-beta.
|
|
136
|
+
const version = "5.0.0-beta.17";
|
|
137
137
|
const description = "Commands to interact with the Strapi Cloud";
|
|
138
138
|
const keywords = [
|
|
139
139
|
"strapi",
|
|
@@ -177,7 +177,7 @@ const scripts = {
|
|
|
177
177
|
watch: "pack-up watch"
|
|
178
178
|
};
|
|
179
179
|
const dependencies = {
|
|
180
|
-
"@strapi/utils": "5.0.0-beta.
|
|
180
|
+
"@strapi/utils": "5.0.0-beta.17",
|
|
181
181
|
axios: "1.6.0",
|
|
182
182
|
chalk: "4.1.2",
|
|
183
183
|
"cli-progress": "3.12.0",
|
|
@@ -202,8 +202,8 @@ const devDependencies = {
|
|
|
202
202
|
"@types/cli-progress": "3.11.5",
|
|
203
203
|
"@types/eventsource": "1.1.15",
|
|
204
204
|
"@types/lodash": "^4.14.191",
|
|
205
|
-
"eslint-config-custom": "5.0.0-beta.
|
|
206
|
-
tsconfig: "5.0.0-beta.
|
|
205
|
+
"eslint-config-custom": "5.0.0-beta.17",
|
|
206
|
+
tsconfig: "5.0.0-beta.17"
|
|
207
207
|
};
|
|
208
208
|
const engines = {
|
|
209
209
|
node: ">=18.0.0 <=20.x.x",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/cloud-cli",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-rc.0",
|
|
4
4
|
"description": "Commands to interact with the Strapi Cloud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"watch": "pack-up watch"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@strapi/utils": "5.0.0-
|
|
47
|
+
"@strapi/utils": "5.0.0-rc.0",
|
|
48
48
|
"axios": "1.6.0",
|
|
49
49
|
"chalk": "4.1.2",
|
|
50
50
|
"cli-progress": "3.12.0",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"@types/cli-progress": "3.11.5",
|
|
70
70
|
"@types/eventsource": "1.1.15",
|
|
71
71
|
"@types/lodash": "^4.14.191",
|
|
72
|
-
"eslint-config-custom": "5.0.0-
|
|
73
|
-
"tsconfig": "5.0.0-
|
|
72
|
+
"eslint-config-custom": "5.0.0-rc.0",
|
|
73
|
+
"tsconfig": "5.0.0-rc.0"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=18.0.0 <=20.x.x",
|
|
77
77
|
"npm": ">=6.0.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "ec0af1ddc1aa1c774e42db971848c6b95517d4ad"
|
|
80
80
|
}
|