@azure/core-lro
Advanced tools
Comparing version 2.2.1-alpha.20210913.3 to 2.2.1-alpha.20210930.2
# Release History | ||
## 2.2.1 (Unreleased) | ||
## 2.2.1 (2021-09-30) | ||
### Features Added | ||
### Breaking Changes | ||
### Bugs Fixed | ||
@@ -15,2 +11,4 @@ | ||
- Updates package to work with the react native bundler. [PR #17783](https://github.com/Azure/azure-sdk-for-js/pull/17783) | ||
## 2.2.0 (2021-08-05) | ||
@@ -17,0 +15,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "2.2.1-alpha.20210913.3", | ||
"version": "2.2.1-alpha.20210930.2", | ||
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.", | ||
@@ -45,2 +45,5 @@ "tags": [ | ||
}, | ||
"react-native": { | ||
"./dist/index.js": "./dist-esm/src/index.js" | ||
}, | ||
"license": "MIT", | ||
@@ -104,3 +107,3 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@microsoft/api-extractor": "7.7.11", | ||
"@microsoft/api-extractor": "^7.18.11", | ||
"@types/chai": "^4.1.6", | ||
@@ -107,0 +110,0 @@ "@types/mocha": "^7.0.2", |
214643