@strapi/upgrade 0.0.0-next.42b1f4024ffacb50505febfe826697570521b05e → 0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600
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.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -1566,7 +1566,7 @@ When executed on a Strapi plugin project, it shows every codemods.
|
|
|
1566
1566
|
return listCodemods(options);
|
|
1567
1567
|
});
|
|
1568
1568
|
};
|
|
1569
|
-
const version = "0.0.0-next.
|
|
1569
|
+
const version = "0.0.0-next.4afb25b82502b04f05bbc122b43e1e3a806e7600";
|
|
1570
1570
|
register$1(commander.program);
|
|
1571
1571
|
register(commander.program);
|
|
1572
1572
|
commander.program.usage("<command> [options]").on("command:*", ([invalidCmd]) => {
|