@strapi/cloud-cli 5.0.0-rc.10 → 5.0.0-rc.12
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
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-rc.
|
|
198
|
+
const version = "5.0.0-rc.11";
|
|
199
199
|
const description = "Commands to interact with the Strapi Cloud";
|
|
200
200
|
const keywords = [
|
|
201
201
|
"strapi",
|
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-rc.
|
|
136
|
+
const version = "5.0.0-rc.11";
|
|
137
137
|
const description = "Commands to interact with the Strapi Cloud";
|
|
138
138
|
const keywords = [
|
|
139
139
|
"strapi",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/cloud-cli",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.12",
|
|
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-rc.
|
|
47
|
+
"@strapi/utils": "5.0.0-rc.12",
|
|
48
48
|
"axios": "1.6.8",
|
|
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-rc.
|
|
73
|
-
"tsconfig": "5.0.0-rc.
|
|
72
|
+
"eslint-config-custom": "5.0.0-rc.12",
|
|
73
|
+
"tsconfig": "5.0.0-rc.12"
|
|
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": "18f223b8357a308e33cd62e07c2173784535bf4e"
|
|
80
80
|
}
|