@carbon/upgrade 11.38.0-rc.0 → 11.38.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
|
@@ -44545,7 +44545,7 @@ const upgrades = [
|
|
|
44545
44545
|
//#endregion
|
|
44546
44546
|
//#region package.json
|
|
44547
44547
|
var name = "@carbon/upgrade";
|
|
44548
|
-
var version = "11.38.0
|
|
44548
|
+
var version = "11.38.0";
|
|
44549
44549
|
//#endregion
|
|
44550
44550
|
//#region ../../node_modules/y18n/build/index.cjs
|
|
44551
44551
|
var require_build$3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
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.38.0
|
|
4
|
+
"version": "11.38.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": "5e89339998bd16c8ddd42e1cc6a2d0c15b3b0af5"
|
|
64
64
|
}
|