@strapi/cloud-cli 0.0.0-next.d7fa025a4eacdc27490fb1629b0efb93e3cb58b9 → 0.0.0-next.fe88c7878fe2948cfdc68f4867329c1032a618b2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/cloud-cli",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.fe88c7878fe2948cfdc68f4867329c1032a618b2",
|
|
4
4
|
"description": "Commands to interact with the Strapi Cloud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"watch": "pack-up watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@strapi/utils": "0.0.0-next.
|
|
48
|
+
"@strapi/utils": "0.0.0-next.fe88c7878fe2948cfdc68f4867329c1032a618b2",
|
|
49
49
|
"axios": "1.6.0",
|
|
50
50
|
"chalk": "4.1.2",
|
|
51
51
|
"cli-progress": "3.12.0",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@types/cli-progress": "3.11.5",
|
|
71
71
|
"@types/eventsource": "1.1.15",
|
|
72
72
|
"@types/lodash": "^4.14.191",
|
|
73
|
-
"eslint-config-custom": "0.0.0-next.
|
|
74
|
-
"tsconfig": "0.0.0-next.
|
|
73
|
+
"eslint-config-custom": "0.0.0-next.fe88c7878fe2948cfdc68f4867329c1032a618b2",
|
|
74
|
+
"tsconfig": "0.0.0-next.fe88c7878fe2948cfdc68f4867329c1032a618b2"
|
|
75
75
|
},
|
|
76
76
|
"engines": {
|
|
77
77
|
"node": ">=18.0.0 <=20.x.x",
|
|
78
78
|
"npm": ">=6.0.0"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "fe88c7878fe2948cfdc68f4867329c1032a618b2"
|
|
81
81
|
}
|