@backstage/cli-common
Advanced tools
Comparing version 0.0.0-nightly-20218921925 to 0.0.0-nightly-20219522135
# @backstage/cli-common | ||
## 0.0.0-nightly-20218921925 | ||
## 0.0.0-nightly-20219522135 | ||
### Patch Changes | ||
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead. | ||
## 0.1.3 | ||
### Patch Changes | ||
- d1da88a19: Properly export all used types. | ||
@@ -8,0 +14,0 @@ |
@@ -44,3 +44,3 @@ 'use strict'; | ||
const ownDir = findOwnDir(searchDir); | ||
const targetDir = fs__default['default'].realpathSync(process.cwd()).replace(/^[a-z]:/, (str) => str.toUpperCase()); | ||
const targetDir = fs__default['default'].realpathSync(process.cwd()).replace(/^[a-z]:/, (str) => str.toLocaleUpperCase("en-US")); | ||
let ownRoot = ""; | ||
@@ -47,0 +47,0 @@ const getOwnRoot = () => { |
{ | ||
"name": "@backstage/cli-common", | ||
"description": "Common functionality used by cli, backend, and create-app", | ||
"version": "0.0.0-nightly-20218921925", | ||
"version": "0.0.0-nightly-20219522135", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is not supported yet
13760