@carbon/upgrade 11.15.0-rc.0 → 11.15.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
|
@@ -53118,7 +53118,7 @@ var upgrades = [
|
|
|
53118
53118
|
var package_default = {
|
|
53119
53119
|
name: "@carbon/upgrade",
|
|
53120
53120
|
description: "A tool for upgrading Carbon versions",
|
|
53121
|
-
version: "11.15.0
|
|
53121
|
+
version: "11.15.0",
|
|
53122
53122
|
license: "Apache-2.0",
|
|
53123
53123
|
bin: {
|
|
53124
53124
|
"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.15.0
|
|
4
|
+
"version": "11.15.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": "^0.13.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "574070ef9eef05d6e1e5899354bbadc77ba5f3ee"
|
|
65
65
|
}
|