@azure/core-paging
Advanced tools
Comparing version 1.1.4-alpha.20210702.4 to 1.1.4-alpha.20210713.1
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.1.4-alpha.20210702.4", | ||
"version": "1.1.4-alpha.20210713.1", | ||
"description": "Core types for paging async iterable iterators", | ||
@@ -47,8 +47,10 @@ "tags": [ | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build:samples": "echo Obsolete", | ||
"build:test": "echo skipped", | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json", | ||
"build:test": "echo skipped", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-esm", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src", | ||
"execute:samples": "echo skipped", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "echo skipped", | ||
@@ -61,10 +63,8 @@ "integration-test:node": "echo skipped", | ||
"prebuild": "npm run clean", | ||
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run build:test && npm run unit-test && npm run integration-test", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"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", | ||
"unit-test:browser": "echo skipped", | ||
"unit-test:node": "echo skipped", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"build:samples": "echo Skipped.", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src" | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
}, | ||
@@ -71,0 +71,0 @@ "sideEffects": true, |
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
9645