@strapi/upgrade 0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956 → 0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956";
3
+ var version = "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956";
1
+ var version = "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/upgrade",
3
- "version": "0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956",
3
+ "version": "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9",
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.d8f8da8f5b333be4a20563a1a15cd61350139956",
64
+ "@strapi/utils": "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9",
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.d8f8da8f5b333be4a20563a1a15cd61350139956",
80
+ "@strapi/types": "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9",
81
81
  "@types/fs-extra": "11.0.4",
82
82
  "@types/jscodeshift": "0.12.0",
83
- "eslint-config-custom": "0.0.0-next.d8f8da8f5b333be4a20563a1a15cd61350139956",
83
+ "eslint-config-custom": "0.0.0-next.daa3d4c4db6322f58233f0ccb757d80dbd1b48e9",
84
84
  "rimraf": "5.0.5"
85
85
  },
86
86
  "engines": {