@azure/core-lro
Advanced tools
Comparing version 1.0.3-dev.20200728.1 to 1.0.3-dev.20200806.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.3-dev.20200728.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.3-dev.20200806.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.3-dev.20200728.1", | ||
"version": "1.0.3-dev.20200806.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -76,7 +76,7 @@ "tags": [ | ||
"build:test": "npm run build:es6 && rollup -c rollup.test.config.js 2>&1", | ||
"check-format": "prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"", | ||
"clean": "rimraf dist dist-esm dist-test types *.log browser statistics.html coverage src/**/*.js test/**/*.js", | ||
"execute:samples": "echo skipped", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\" \"samples/**/*.ts\"", | ||
"integration-test:browser": "echo skipped", | ||
@@ -105,3 +105,3 @@ "integration-test:node": "echo skipped", | ||
"devDependencies": { | ||
"@opentelemetry/api": "^0.6.1", | ||
"@opentelemetry/api": "^0.10.2", | ||
"@microsoft/api-extractor": "7.7.11", | ||
@@ -108,0 +108,0 @@ "@rollup/plugin-commonjs": "11.0.2", |
221287