Revert "Update licenses"

This reverts commit 0d4e6b9f57.
This commit is contained in:
David Hadka 2021-04-09 16:19:54 -05:00
parent 0d4e6b9f57
commit f49cafd8e8
17 changed files with 80 additions and 94 deletions

View File

@ -1,9 +1,9 @@
---
name: "@actions/cache"
version: 1.0.7
version: 1.0.6
type: npm
summary:
homepage:
summary: Actions cache lib
homepage: https://github.com/actions/toolkit/tree/main/packages/cache
license: mit
licenses:
- sources: LICENSE.md

View File

@ -1,9 +1,9 @@
---
name: "@actions/http-client"
version: 1.0.11
version: 1.0.9
type: npm
summary:
homepage:
summary: Actions Http Client
homepage: https://github.com/actions/http-client#readme
license: mit
licenses:
- sources: LICENSE

View File

@ -1,16 +1,16 @@
---
name: "@azure/abort-controller"
version: 1.0.4
version: 1.0.2
type: npm
summary:
homepage:
summary: Microsoft Azure SDK for JavaScript - Aborter
homepage: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/abort-controller/README.md
license: mit
licenses:
- sources: LICENSE
text: |2
MIT License
text: |
The MIT License (MIT)
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) 2020 Microsoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -28,5 +28,5 @@ licenses:
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
SOFTWARE.
notices: []

View File

@ -1,9 +1,10 @@
---
name: "@azure/core-auth"
version: 1.3.0
version: 1.1.4
type: npm
summary:
homepage:
summary: Provides low-level interfaces and helper methods for authentication in Azure
SDK
homepage: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-auth/README.md
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +1,10 @@
---
name: "@azure/core-http"
version: 1.2.4
version: 1.2.2
type: npm
summary:
homepage:
summary: Isomorphic client Runtime for Typescript/node.js/browser javascript client
libraries generated using AutoRest
homepage: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +1,9 @@
---
name: "@azure/core-lro"
version: 1.0.4
version: 1.0.3
type: npm
summary:
homepage:
summary: LRO Polling strtegy for the Azure SDK in TypeScript
homepage: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-lro/README.md
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +0,0 @@
---
name: "@azure/core-tracing"
version: 1.0.0-preview.11
type: npm
summary:
homepage:
license: none
licenses: []
notices: []

View File

@ -1,9 +1,9 @@
---
name: "@azure/core-tracing"
version: 1.0.0-preview.10
version: 1.0.0-preview.9
type: npm
summary:
homepage:
summary: Provides low-level interfaces and helper methods for tracing in Azure SDK
homepage: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-tracing/README.md
license: mit
licenses:
- sources: LICENSE

View File

@ -1,16 +1,16 @@
---
name: "@azure/logger"
version: 1.0.2
version: 1.0.1
type: npm
summary:
homepage:
summary: Microsoft Azure SDK for JavaScript - Logger
homepage: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/logger/README.md
license: mit
licenses:
- sources: LICENSE
text: |2
MIT License
text: |
The MIT License (MIT)
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) 2020 Microsoft
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -28,5 +28,5 @@ licenses:
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
SOFTWARE.
notices: []

View File

@ -1,9 +1,10 @@
---
name: "@azure/ms-rest-js"
version: 2.3.0
version: 2.2.0
type: npm
summary:
homepage:
summary: Isomorphic client Runtime for Typescript/node.js/browser javascript client
libraries generated using AutoRest
homepage: https://github.com/Azure/ms-rest-js
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +1,9 @@
---
name: "@azure/storage-blob"
version: 12.5.0
version: 12.4.0
type: npm
summary:
homepage:
summary: Microsoft Azure Storage SDK for JavaScript - Blob
homepage: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +0,0 @@
---
name: "@opentelemetry/api"
version: 1.0.0-rc.0
type: npm
summary:
homepage:
license: none
licenses: []
notices: []

View File

@ -1,9 +1,9 @@
---
name: "@types/node-fetch"
version: 2.5.10
version: 2.5.8
type: npm
summary:
homepage:
summary: TypeScript definitions for node-fetch
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +1,9 @@
---
name: events
version: 3.3.0
version: 3.2.0
type: npm
summary:
homepage:
summary: Node's event emitter for all engines.
homepage: https://github.com/Gozala/events#readme
license: mit
licenses:
- sources: LICENSE

View File

@ -1,9 +1,10 @@
---
name: form-data
version: 3.0.1
version: 3.0.0
type: npm
summary:
homepage:
summary: A library to create readable "multipart/form-data" streams. Can be used to
submit forms and file uploads to other web applications.
homepage: https://github.com/form-data/form-data#readme
license: mit
licenses:
- sources: License

View File

@ -1,6 +1,6 @@
---
name: tslib
version: 2.2.0
version: 2.1.0
type: npm
summary: Runtime library for TypeScript helper functions
homepage: https://www.typescriptlang.org/