@carbon/upgrade 11.29.0-rc.0 → 11.29.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
|
@@ -53013,7 +53013,7 @@ var upgrades = [
|
|
|
53013
53013
|
var package_default = {
|
|
53014
53014
|
name: "@carbon/upgrade",
|
|
53015
53015
|
description: "A tool for upgrading Carbon versions",
|
|
53016
|
-
version: "11.29.0
|
|
53016
|
+
version: "11.29.0",
|
|
53017
53017
|
license: "Apache-2.0",
|
|
53018
53018
|
bin: {
|
|
53019
53019
|
"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.29.0
|
|
4
|
+
"version": "11.29.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": "
|
|
64
|
+
"gitHead": "f6debacbfe06fa5c31f70809e15762dc30096d70"
|
|
65
65
|
}
|