@strapi/upgrade 0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26 → 0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +5 -5
package/dist/cli.js CHANGED
@@ -1440,7 +1440,7 @@ When executed on a Strapi plugin project, it shows every codemods.
1440
1440
  return listCodemods(options);
1441
1441
  });
1442
1442
  };
1443
- const version = "0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26";
1443
+ const version = "0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad";
1444
1444
  register$1(commander.program);
1445
1445
  register(commander.program);
1446
1446
  commander.program.usage("<command> [options]").on("command:*", ([invalidCmd]) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/upgrade",
3
- "version": "0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26",
3
+ "version": "0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad",
4
4
  "description": "CLI to upgrade Strapi applications effortless",
5
5
  "keywords": [
6
6
  "strapi",
@@ -59,7 +59,7 @@
59
59
  "watch": "pack-up watch"
60
60
  },
61
61
  "dependencies": {
62
- "@strapi/utils": "0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26",
62
+ "@strapi/utils": "0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad",
63
63
  "chalk": "4.1.2",
64
64
  "cli-table3": "0.6.2",
65
65
  "commander": "8.3.0",
@@ -76,15 +76,15 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@strapi/pack-up": "5.0.0",
79
- "@strapi/types": "0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26",
79
+ "@strapi/types": "0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad",
80
80
  "@types/fs-extra": "11.0.4",
81
81
  "@types/jscodeshift": "0.11.10",
82
- "eslint-config-custom": "0.0.0-experimental.a65a85fdea97faae8679d3ffc5f9d79af61abd26",
82
+ "eslint-config-custom": "0.0.0-experimental.c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad",
83
83
  "rimraf": "5.0.5"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=18.0.0 <=20.x.x",
87
87
  "npm": ">=6.0.0"
88
88
  },
89
- "gitHead": "a65a85fdea97faae8679d3ffc5f9d79af61abd26"
89
+ "gitHead": "c3e9d4b26f9fd3d9eb530b5c11f9baa1d09b13ad"
90
90
  }