@backstage/cli-common
Advanced tools
Comparing version 0.0.0-nightly-20218921925 to 0.0.0-nightly-202192722215
# @backstage/cli-common | ||
## 0.0.0-nightly-20218921925 | ||
## 0.0.0-nightly-202192722215 | ||
### Patch Changes | ||
- c2d50a0073: Add docs to the last export of cli-common | ||
## 0.1.4 | ||
### 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 +20,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 = () => { |
@@ -1,2 +0,7 @@ | ||
/** @public */ | ||
/** | ||
* A function that takes a set of path fragments and resolves them into a | ||
* single complete path, relative to some root. | ||
* | ||
* @public | ||
*/ | ||
declare type ResolveFunc = (...paths: string[]) => string; | ||
@@ -3,0 +8,0 @@ /** |
{ | ||
"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-202192722215", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "dist/index.cjs.js", |
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
14111
129