@strapi/upgrade 0.0.0-next.ef9237644b07791c05e1b7edc54d1921e59565ae → 0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80
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/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -202,7 +202,7 @@ When executed on a Strapi plugin project, it shows every codemods.
|
|
|
202
202
|
});
|
|
203
203
|
};
|
|
204
204
|
|
|
205
|
-
var version = "0.0.0-next.
|
|
205
|
+
var version = "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80";
|
|
206
206
|
|
|
207
207
|
register$1(commander.program);
|
|
208
208
|
register(commander.program);
|
package/dist/cli.mjs
CHANGED
|
@@ -200,7 +200,7 @@ When executed on a Strapi plugin project, it shows every codemods.
|
|
|
200
200
|
});
|
|
201
201
|
};
|
|
202
202
|
|
|
203
|
-
var version = "0.0.0-next.
|
|
203
|
+
var version = "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80";
|
|
204
204
|
|
|
205
205
|
register$1(program);
|
|
206
206
|
register(program);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/upgrade",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
4
4
|
"description": "CLI to upgrade Strapi applications effortless",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"watch": "run -T rollup -c -w"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@strapi/utils": "0.0.0-next.
|
|
64
|
+
"@strapi/utils": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
65
65
|
"chalk": "4.1.2",
|
|
66
66
|
"cli-table3": "0.6.2",
|
|
67
67
|
"commander": "8.3.0",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"simple-git": "3.21.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@strapi/types": "0.0.0-next.
|
|
80
|
+
"@strapi/types": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
81
81
|
"@types/fs-extra": "11.0.4",
|
|
82
82
|
"@types/jscodeshift": "0.12.0",
|
|
83
|
-
"eslint-config-custom": "0.0.0-next.
|
|
83
|
+
"eslint-config-custom": "0.0.0-next.f09bff0783c6e3dfd3c34ed73b6f1a47de7b8d80",
|
|
84
84
|
"rimraf": "5.0.5"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|