@carbon/upgrade 11.36.0-rc.0 → 11.36.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
|
@@ -44298,7 +44298,7 @@ var upgrades = [
|
|
|
44298
44298
|
var package_default = {
|
|
44299
44299
|
name: "@carbon/upgrade",
|
|
44300
44300
|
description: "A tool for upgrading Carbon versions",
|
|
44301
|
-
version: "11.36.0
|
|
44301
|
+
version: "11.36.0",
|
|
44302
44302
|
license: "Apache-2.0",
|
|
44303
44303
|
bin: {
|
|
44304
44304
|
"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.36.0
|
|
4
|
+
"version": "11.36.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"@ibm/telemetry-js": "^1.5.0",
|
|
61
61
|
"jscodeshift": "^17.0.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f366448449df3d81c9bb63a8a842772d734c163a"
|
|
64
64
|
}
|