@azure/keyvault-common
Advanced tools
Comparing version 1.0.1-alpha.20240919.1 to 1.0.1-alpha.20241003.1
{ | ||
"name": "@azure/keyvault-common", | ||
"version": "1.0.1-alpha.20240919.1", | ||
"version": "1.0.1-alpha.20241003.1", | ||
"description": "Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript", | ||
@@ -14,22 +14,23 @@ "sdk-type": "client", | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"build:samples": "echo skipped", | ||
"build:test": "npm run clean && tshy", | ||
"build": "npm run clean && tshy && dev-tool run extract-api", | ||
"build:test": "npm run clean && dev-tool run build-package", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tshy && dev-tool run extract-api", | ||
"extract-api": "dev-tool run build-package && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint": "eslint README.md package.json api-extractor.json src test", | ||
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint README.md package.json api-extractor.json src test", | ||
"pack": "npm pack 2>&1", | ||
"test": "npm run build:test && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", | ||
"test:browser": "npm run clean && npm run build:test && npm run integration-test:browser", | ||
"test:node": "npm run clean && tsc -p . && npm run integration-test:node", | ||
"test": "npm run build:test && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "echo skipped", | ||
"unit-test:node": "dev-tool run test:vitest --no-test-proxy", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
"update-snippets": "echo skipped" | ||
}, | ||
@@ -57,7 +58,7 @@ "files": [ | ||
"dependencies": { | ||
"@azure/abort-controller": "^2.0.0", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-client": "^1.5.0", | ||
"@azure/core-rest-pipeline": "^1.8.0", | ||
"@azure/core-tracing": "^1.0.0", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/abort-controller": "^2.0.0", | ||
"tslib": "^2.2.0" | ||
@@ -77,4 +78,3 @@ }, | ||
"rimraf": "^5.0.5", | ||
"tshy": "^3.0.2", | ||
"typescript": "~5.5.3", | ||
"typescript": "~5.6.2", | ||
"vitest": "^2.0.5" | ||
@@ -81,0 +81,0 @@ }, |
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
93290
13