@azure/abort-controller
Advanced tools
Comparing version 1.1.0-alpha.20210816.6 to 1.1.0-alpha.20210830.2
{ | ||
"name": "@azure/abort-controller", | ||
"sdk-type": "client", | ||
"version": "1.1.0-alpha.20210816.6", | ||
"version": "1.1.0-alpha.20210830.2", | ||
"description": "Microsoft Azure SDK for JavaScript - Aborter", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"build:types": "downlevel-dts types/src types/3.1", | ||
"build": "tsc -p . && rollup -c 2>&1 && npm run build:types", | ||
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && npm run build:types", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -27,3 +27,2 @@ "clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"pack": "npm pack 2>&1", | ||
"prebuild": "npm run clean", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
@@ -30,0 +29,0 @@ "test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63677