@carbon/upgrade 11.13.0-rc.0 → 11.13.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
|
@@ -53929,7 +53929,7 @@ var upgrades = [
|
|
|
53929
53929
|
var package_default = {
|
|
53930
53930
|
name: "@carbon/upgrade",
|
|
53931
53931
|
description: "A tool for upgrading Carbon versions",
|
|
53932
|
-
version: "11.13.0
|
|
53932
|
+
version: "11.13.0",
|
|
53933
53933
|
license: "Apache-2.0",
|
|
53934
53934
|
bin: {
|
|
53935
53935
|
"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.13.0
|
|
4
|
+
"version": "11.13.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.2.1",
|
|
62
62
|
"jscodeshift": "^0.13.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "7920f5261d5867837e0b7e6092c98a6597ac0771"
|
|
65
65
|
}
|