@carbon/upgrade 11.20.0-rc.0 → 11.20.0

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/cli.js +13 -13
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -40483,9 +40483,9 @@ var require_braces = __commonJS({
40483
40483
  }
40484
40484
  });
40485
40485
 
40486
- // ../../node_modules/picomatch/lib/constants.js
40486
+ // ../../node_modules/micromatch/node_modules/picomatch/lib/constants.js
40487
40487
  var require_constants3 = __commonJS({
40488
- "../../node_modules/picomatch/lib/constants.js"(exports2, module2) {
40488
+ "../../node_modules/micromatch/node_modules/picomatch/lib/constants.js"(exports2, module2) {
40489
40489
  "use strict";
40490
40490
  var path3 = require("path");
40491
40491
  var WIN_SLASH = "\\\\/";
@@ -40680,9 +40680,9 @@ var require_constants3 = __commonJS({
40680
40680
  }
40681
40681
  });
40682
40682
 
40683
- // ../../node_modules/picomatch/lib/utils.js
40683
+ // ../../node_modules/micromatch/node_modules/picomatch/lib/utils.js
40684
40684
  var require_utils5 = __commonJS({
40685
- "../../node_modules/picomatch/lib/utils.js"(exports2) {
40685
+ "../../node_modules/micromatch/node_modules/picomatch/lib/utils.js"(exports2) {
40686
40686
  "use strict";
40687
40687
  var path3 = require("path");
40688
40688
  var win32 = process.platform === "win32";
@@ -40741,9 +40741,9 @@ var require_utils5 = __commonJS({
40741
40741
  }
40742
40742
  });
40743
40743
 
40744
- // ../../node_modules/picomatch/lib/scan.js
40744
+ // ../../node_modules/micromatch/node_modules/picomatch/lib/scan.js
40745
40745
  var require_scan2 = __commonJS({
40746
- "../../node_modules/picomatch/lib/scan.js"(exports2, module2) {
40746
+ "../../node_modules/micromatch/node_modules/picomatch/lib/scan.js"(exports2, module2) {
40747
40747
  "use strict";
40748
40748
  var utils = require_utils5();
40749
40749
  var {
@@ -41071,9 +41071,9 @@ var require_scan2 = __commonJS({
41071
41071
  }
41072
41072
  });
41073
41073
 
41074
- // ../../node_modules/picomatch/lib/parse.js
41074
+ // ../../node_modules/micromatch/node_modules/picomatch/lib/parse.js
41075
41075
  var require_parse4 = __commonJS({
41076
- "../../node_modules/picomatch/lib/parse.js"(exports2, module2) {
41076
+ "../../node_modules/micromatch/node_modules/picomatch/lib/parse.js"(exports2, module2) {
41077
41077
  "use strict";
41078
41078
  var constants = require_constants3();
41079
41079
  var utils = require_utils5();
@@ -41844,9 +41844,9 @@ var require_parse4 = __commonJS({
41844
41844
  }
41845
41845
  });
41846
41846
 
41847
- // ../../node_modules/picomatch/lib/picomatch.js
41847
+ // ../../node_modules/micromatch/node_modules/picomatch/lib/picomatch.js
41848
41848
  var require_picomatch = __commonJS({
41849
- "../../node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
41849
+ "../../node_modules/micromatch/node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
41850
41850
  "use strict";
41851
41851
  var path3 = require("path");
41852
41852
  var scan = require_scan2();
@@ -41985,9 +41985,9 @@ var require_picomatch = __commonJS({
41985
41985
  }
41986
41986
  });
41987
41987
 
41988
- // ../../node_modules/picomatch/index.js
41988
+ // ../../node_modules/micromatch/node_modules/picomatch/index.js
41989
41989
  var require_picomatch2 = __commonJS({
41990
- "../../node_modules/picomatch/index.js"(exports2, module2) {
41990
+ "../../node_modules/micromatch/node_modules/picomatch/index.js"(exports2, module2) {
41991
41991
  "use strict";
41992
41992
  module2.exports = require_picomatch();
41993
41993
  }
@@ -52691,7 +52691,7 @@ var upgrades = [
52691
52691
  var package_default = {
52692
52692
  name: "@carbon/upgrade",
52693
52693
  description: "A tool for upgrading Carbon versions",
52694
- version: "11.20.0-rc.0",
52694
+ version: "11.20.0",
52695
52695
  license: "Apache-2.0",
52696
52696
  bin: {
52697
52697
  "carbon-upgrade": "./bin/carbon-upgrade.js"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/upgrade",
3
3
  "description": "A tool for upgrading Carbon versions",
4
- "version": "11.20.0-rc.0",
4
+ "version": "11.20.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -61,5 +61,5 @@
61
61
  "@ibm/telemetry-js": "^1.5.0",
62
62
  "jscodeshift": "^17.0.0"
63
63
  },
64
- "gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
64
+ "gitHead": "3141442e5ef367667c8f1d379a1b4a23f67992ad"
65
65
  }