@carbon/upgrade 11.34.0-rc.0 → 11.34.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
|
@@ -44386,7 +44386,7 @@ var upgrades = [
|
|
|
44386
44386
|
var package_default = {
|
|
44387
44387
|
name: "@carbon/upgrade",
|
|
44388
44388
|
description: "A tool for upgrading Carbon versions",
|
|
44389
|
-
version: "11.34.0
|
|
44389
|
+
version: "11.34.0",
|
|
44390
44390
|
license: "Apache-2.0",
|
|
44391
44391
|
bin: {
|
|
44392
44392
|
"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.34.0
|
|
4
|
+
"version": "11.34.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": "8f9dd77c8055a1a1ce36af55298c19c9f8966ab9"
|
|
64
64
|
}
|