mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-01-14 17:28:19 +00:00
* Add license metadata for various npm dependencies * fix: correct license type for @actions/http-client to mit * chore: update dependencies and version in package.json - Bump version from 5.0.0 to 5.0.1 - Upgrade @actions/cache from ^4.0.3 to ^5.0.0 - Upgrade @actions/core from ^1.10.0 to ^2.0.0 - Upgrade @actions/exec from ^1.1.1 to ^2.0.0 - Upgrade @actions/http-client from ^2.2.3 to ^3.0.0 Add license files for @actions/http-client versions 2.2.3 and 3.0.0 * dist updates * upgrade cache to 5.0.1 * check failure fix --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
24 lines
895 B
YAML
Generated
24 lines
895 B
YAML
Generated
---
|
|
name: tslib
|
|
version: 2.8.1
|
|
type: npm
|
|
summary: Runtime library for TypeScript helper functions
|
|
homepage: https://www.typescriptlang.org/
|
|
license: 0bsd
|
|
licenses:
|
|
- sources: LICENSE.txt
|
|
text: |-
|
|
Copyright (c) Microsoft Corporation.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
PERFORMANCE OF THIS SOFTWARE.
|
|
notices: []
|