@strapi/cloud-cli 0.0.0-next.6785f47fadddb80404c824be0a0732c652850b45 → 0.0.0-next.7466630056657c483fb286557dda890490597807
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 +213 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +213 -46
- package/dist/index.mjs.map +1 -1
- package/dist/src/deploy-project/action.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/link/action.d.ts +4 -0
- package/dist/src/link/action.d.ts.map +1 -0
- package/dist/src/link/command.d.ts +7 -0
- package/dist/src/link/command.d.ts.map +1 -0
- package/dist/src/link/index.d.ts +7 -0
- package/dist/src/link/index.d.ts.map +1 -0
- package/dist/src/login/action.d.ts.map +1 -1
- package/dist/src/logout/action.d.ts.map +1 -1
- package/dist/src/services/build-logs.d.ts.map +1 -1
- package/dist/src/services/cli-api.d.ts +13 -6
- package/dist/src/services/cli-api.d.ts.map +1 -1
- package/dist/src/services/strapi-info-save.d.ts +1 -1
- package/dist/src/services/strapi-info-save.d.ts.map +1 -1
- package/dist/src/types.d.ts +1 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils/analytics.d.ts +4 -0
- package/dist/src/utils/analytics.d.ts.map +1 -0
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics.d.ts","sourceRoot":"","sources":["../../../src/utils/analytics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE1E,QAAA,MAAM,UAAU,QACT,UAAU,mBACE,eAAe,aACrB,MAAM,aACN,YAAY,kBAOxB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
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.7466630056657c483fb286557dda890490597807",
|
|
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.7466630056657c483fb286557dda890490597807",
|
|
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.7466630056657c483fb286557dda890490597807",
|
|
74
|
+
"tsconfig": "0.0.0-next.7466630056657c483fb286557dda890490597807"
|
|
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": "7466630056657c483fb286557dda890490597807"
|
|
81
81
|
}
|