@azure/core-lro
Advanced tools
Comparing version 1.0.1-dev.20200212.1 to 1.0.1-dev.20200221.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200212.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.1-dev.20200221.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.1-dev.20200212.1", | ||
"version": "1.0.1-dev.20200221.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -42,3 +42,2 @@ "tags": [ | ||
"browser": { | ||
"./dist/index.js": "./browser/azure-core-lro.min.js", | ||
"os": false, | ||
@@ -87,5 +86,5 @@ "process": false | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint:fix": "eslint -c ../../.eslintrc.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint -c ../../.eslintrc.json src test --ext .ts -f html -o core-lro-lintReport.html || exit 0", | ||
"lint:terminal": "eslint -c ../../.eslintrc.json src test --ext .ts", | ||
"lint:fix": "eslint -c ../../.eslintrc.old.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint -c ../../.eslintrc.old.json src test --ext .ts -f html -o core-lro-lintReport.html || exit 0", | ||
"lint:terminal": "eslint -c ../../.eslintrc.old.json src test --ext .ts", | ||
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
@@ -92,0 +91,0 @@ "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", |
@@ -124,3 +124,3 @@ # Azure Core LRO client library for JavaScript | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/cf85e5bce9e5a2fc76ad2da3230770bf9dfa9142/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -165,3 +165,3 @@ A more advanced use allows passing in a `fireProgress` function, which, if called, is responsible for triggering the | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/cf85e5bce9e5a2fc76ad2da3230770bf9dfa9142/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
It only optionally receives an object with an `abortSignal` property, from [@azure/abort-controller](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/abort-controller)'s `AbortSignalLike`. | ||
@@ -357,3 +357,3 @@ It returns a promise that should be resolved with an updated version of the poller's operation. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/cf85e5bce9e5a2fc76ad2da3230770bf9dfa9142/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/18e99c89c10b4447ff7e680f353973668969201c/sdk/core/core-lro/samples) directory for detailed examples on how to use this library. | ||
@@ -360,0 +360,0 @@ ## Contributing |
202032