@backstage/cli-common
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @backstage/cli-common | ||
## 0.1.4 | ||
### Patch Changes | ||
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead. | ||
## 0.1.3 | ||
@@ -4,0 +10,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.1.3", | ||
"version": "0.1.4", | ||
"private": false, | ||
@@ -38,3 +38,3 @@ "main": "dist/index.cjs.js", | ||
], | ||
"gitHead": "a1ef801ab9bc07d6c51eac247a6c67301299a36f" | ||
"gitHead": "16279cb3284369941e2eaf8b8968da207232cd6d" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24621