@backstage/cli-common
Advanced tools
Comparing version 0.0.0-nightly-20230314021848 to 0.0.0-nightly-20230921021021
# @backstage/cli-common | ||
## 0.0.0-nightly-20230314021848 | ||
## 0.0.0-nightly-20230921021021 | ||
### Patch Changes | ||
- de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`. | ||
## 0.1.12 | ||
### Patch Changes | ||
- 482dae5de1c: Updated link to docs. | ||
@@ -8,0 +14,0 @@ |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
declare type ResolveFunc = (...paths: string[]) => string; | ||
type ResolveFunc = (...paths: string[]) => string; | ||
/** | ||
@@ -15,3 +15,3 @@ * Common paths and resolve functions used by the cli. | ||
*/ | ||
declare type Paths = { | ||
type Paths = { | ||
ownDir: string; | ||
@@ -18,0 +18,0 @@ ownRoot: string; |
{ | ||
"name": "@backstage/cli-common", | ||
"description": "Common functionality used by cli, backend, and create-app", | ||
"version": "0.0.0-nightly-20230314021848", | ||
"version": "0.0.0-nightly-20230921021021", | ||
"main": "dist/index.cjs.js", | ||
@@ -35,4 +35,4 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230314021848", | ||
"@types/node": "^16.0.0" | ||
"@backstage/cli": "^0.0.0-nightly-20230921021021", | ||
"@types/node": "^18.17.8" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
17365