Add dependency on @actions/cache

This commit is contained in:
Edoardo Pirovano 2022-08-03 13:36:23 +01:00
parent 9990b406c2
commit 38c2c091e8
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
1693 changed files with 204435 additions and 23 deletions

27
node_modules/@azure/logger/CHANGELOG.md generated vendored Normal file
View file

@ -0,0 +1,27 @@
# Release History
## 1.0.3 (2021-09-30)
### Other Changes
- Updates package to work with the react native bundler. [PR #17783](https://github.com/Azure/azure-sdk-for-js/pull/17783)
## 1.0.2 (2021-03-04)
- When logging in the browser, the default log function will now log messages to the corresponding console log function (e.g. `info` level is sent to `console.info()`.) PR [#14103](https://github.com/Azure/azure-sdk-for-js/pull/14103)
## 1.0.1 (2021-01-07)
- Updates the `tslib` dependency to version 2.x.
## 1.0.0 (2019-10-29)
This release marks the general availability of the `@azure/logging` package.
- Removed the browser bundle. A browser-compatible library can still be created through the use of a bundler such as Rollup, Webpack, or Parcel.
([#5860](https://github.com/Azure/azure-sdk-for-js/pull/5860))
## 1.0.0-preview.1 (2019-10-22)
Provides methods to set log levels that enable logs in Azure SDKs that support logging.
Also supports redirecting log outputs via a method override.