@carbon/upgrade 11.3.0-rc.0 → 11.3.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.
- package/cli.js +1 -1
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -55647,7 +55647,7 @@ var upgrades = [
|
|
|
55647
55647
|
var package_default = {
|
|
55648
55648
|
name: "@carbon/upgrade",
|
|
55649
55649
|
description: "A tool for upgrading Carbon versions",
|
|
55650
|
-
version: "11.3.0
|
|
55650
|
+
version: "11.3.0",
|
|
55651
55651
|
license: "Apache-2.0",
|
|
55652
55652
|
bin: {
|
|
55653
55653
|
"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.3.0
|
|
4
|
+
"version": "11.3.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"jscodeshift": "^0.13.1"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "e3e4c8ce2fba7e4510764c70205b8cb57ccba8e1"
|
|
61
61
|
}
|