@azure/abort-controller
Advanced tools
Comparing version 1.1.0-alpha.20220118.4 to 1.1.0-alpha.20220131.3
{ | ||
"name": "@azure/abort-controller", | ||
"sdk-type": "client", | ||
"version": "1.1.0-alpha.20220118.4", | ||
"version": "1.1.0-alpha.20220131.3", | ||
"description": "Microsoft Azure SDK for JavaScript - Aborter", | ||
@@ -11,5 +11,5 @@ "main": "./dist/index.js", | ||
"build:samples": "echo Obsolete", | ||
"build:test": "tsc -p . && rollup -c 2>&1", | ||
"build:test": "tsc -p . && dev-tool run bundle", | ||
"build:types": "downlevel-dts types/src types/3.1", | ||
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -28,3 +28,3 @@ "clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test", | ||
"test": "npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", | ||
"unit-test:browser": "karma start --single-run", | ||
@@ -103,3 +103,2 @@ "unit-test:node": "mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.16.3", | ||
"ts-node": "^10.0.0", | ||
@@ -106,0 +105,0 @@ "typescript": "~4.2.0" |
Sorry, the diff of this file is not supported yet
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
28
64508