@backstage/repo-tools
Advanced tools
Comparing version 0.0.0-nightly-20221129023337 to 0.0.0-nightly-20221130023322
# @backstage/repo-tools | ||
## 0.0.0-nightly-20221129023337 | ||
## 0.0.0-nightly-20221130023322 | ||
@@ -8,3 +8,7 @@ ### Minor Changes | ||
- 99713fd671: Introducing repo-tools package | ||
- 03843259b4: Api reference documentation improvements | ||
- breadcrumbs links semantics as code spans | ||
- new `@config` annotation to describe related config keys | ||
### Patch Changes | ||
@@ -14,4 +18,19 @@ | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20221129023337 | ||
- @backstage/errors@0.0.0-nightly-20221130023322 | ||
## 0.1.0-next.1 | ||
### Minor Changes | ||
- 03843259b4: Api reference documentation improvements | ||
- breadcrumbs links semantics as code spans | ||
- new `@config` annotation to describe related config keys | ||
### Patch Changes | ||
- 71f80eb354: add the command type-deps to the repo tool package. | ||
- Updated dependencies | ||
- @backstage/errors@1.1.4-next.1 | ||
## 0.1.0-next.0 | ||
@@ -18,0 +37,0 @@ |
@@ -42,3 +42,3 @@ 'use strict'; | ||
program.command("api-reports [path...]").option("--ci", "CI run checks that there is no changes on API reports").option("--tsc", "executes the tsc compilation before extracting the APIs").option("--docs", "generates the api documentation").description("Generate an API report for selected packages").action( | ||
lazy(() => Promise.resolve().then(function () { return require('./cjs/api-reports-3c013a5f.cjs.js'); }).then((m) => m.default)) | ||
lazy(() => Promise.resolve().then(function () { return require('./cjs/api-reports-b4f0424b.cjs.js'); }).then((m) => m.default)) | ||
); | ||
@@ -45,0 +45,0 @@ program.command("type-deps").description("Find inconsistencies in types of all packages and plugins").action(lazy(() => Promise.resolve().then(function () { return require('./cjs/type-deps-fba15630.cjs.js'); }).then((m) => m.default))); |
{ | ||
"name": "@backstage/repo-tools", | ||
"description": "CLI for Backstage repo tooling ", | ||
"version": "0.0.0-nightly-20221129023337", | ||
"version": "0.0.0-nightly-20221130023322", | ||
"publishConfig": { | ||
@@ -33,3 +33,3 @@ "access": "public" | ||
"dependencies": { | ||
"@backstage/errors": "^0.0.0-nightly-20221129023337", | ||
"@backstage/errors": "^0.0.0-nightly-20221130023322", | ||
"@manypkg/get-packages": "^1.1.3", | ||
@@ -36,0 +36,0 @@ "@microsoft/api-documenter": "^7.17.11", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47379
1326
2