Skip to content

Commit

Permalink
fix: fix detection of failed package download (#276)
Browse files Browse the repository at this point in the history
* fix: detection of failed package download

Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 authored Jun 7, 2024
1 parent 6d39c84 commit 60e6ce0
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 172 deletions.
21 changes: 11 additions & 10 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
## JavaScript
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|@oclif/core|3.26.2|MIT|
|@oclif/test|3.2.8|MIT|
|@types/chai|4.3.14|MIT|
|@oclif/core|3.27.0|MIT|
|@oclif/test|3.2.15|MIT|
|@types/chai|4.3.16|MIT|
|@types/fs-extra|11.0.4|MIT|
|@types/mocha|10.0.6|MIT|
|@types/node|20.12.7|MIT|
|@typescript-eslint/eslint-plugin|7.6.0|MIT|
|@typescript-eslint/parser|7.6.0|unknown|
|@types/node|20.14.2|MIT|
|@types/semver|7.5.8|MIT|
|@typescript-eslint/eslint-plugin|7.12.0|MIT|
|@typescript-eslint/parser|7.12.0|unknown|
|@yao-pkg/pkg|5.11.5|MIT|
|chai|4.4.1|MIT|
|eslint|8.57.0|ISC<br/>MIT|
Expand All @@ -19,17 +20,17 @@
|mocha|10.4.0|ISC<br/>MIT|
|node-pty|1.0.0|MIT|
|nyc|15.1.0|ISC<br/>MIT|
|prettier|3.2.5|Apache 2.0|
|prettier|3.3.1|Apache 2.0|
|prettier-plugin-organize-imports|3.2.4|MIT|
|recursive-copy|2.0.14|ISC<br/>MIT|
|semver|7.6.0|ISC|
|semver|7.6.2|ISC|
|shx|0.3.4|MIT|
|simple-git|3.24.0|unknown|
|sinon|17.0.1|MIT<br/>New BSD|
|ts-node|10.9.2|MIT|
|typescript|5.4.4|Apache 2.0|
|typescript|5.4.5|Apache 2.0|
|velocitas-cli|0.0.0|Apache 2.0|
|yaml|2.4.1|ISC|
|yaml|2.4.3|ISC|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down
Loading

0 comments on commit 60e6ce0

Please sign in to comment.