@azure/keyvault-keys
Advanced tools
Comparing version 4.8.1-alpha.20240919.1 to 4.8.1-alpha.20241003.1
@@ -283,3 +283,5 @@ // Copyright (c) Microsoft Corporation. | ||
*/ | ||
signData(algorithm, data, options = {}) { | ||
signData(algorithm, data, | ||
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options | ||
options = {}) { | ||
return tracingClient.withSpan("CryptographyClient.signData", options, async (updatedOptions) => { | ||
@@ -312,3 +314,5 @@ this.ensureValid(await this.fetchKey(updatedOptions), KnownKeyOperations.Sign); | ||
*/ | ||
verifyData(algorithm, data, signature, options = {}) { | ||
verifyData(algorithm, data, signature, | ||
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options | ||
options = {}) { | ||
return tracingClient.withSpan("CryptographyClient.verifyData", options, async (updatedOptions) => { | ||
@@ -315,0 +319,0 @@ this.ensureValid(await this.fetchKey(updatedOptions), KnownKeyOperations.Verify); |
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "4.8.1-alpha.20240919.1", | ||
"version": "4.8.1-alpha.20241003.1", | ||
"license": "MIT", | ||
@@ -46,8 +46,8 @@ "description": "Isomorphic client library for Azure KeyVault's keys.", | ||
"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": "npm run clean && tsc -p . && npm run build:nodebrowser && dev-tool run extract-api", | ||
"build:browser": "tsc -p . && npm run bundle", | ||
"build:node": "tsc -p . && npm run bundle", | ||
"build:browser": "tsc -p . && npm run bundle", | ||
"build:nodebrowser": "npm run bundle", | ||
"build:samples": "echo Obsolete.", | ||
"build:test": "tsc -p . && npm run bundle", | ||
"build": "npm run clean && tsc -p . && npm run build:nodebrowser && dev-tool run extract-api", | ||
"bundle": "dev-tool run bundle", | ||
@@ -60,16 +60,17 @@ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"generate:client": "autorest --typescript swagger/README.md", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "dev-tool run test:browser", | ||
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/**/*.spec.js'", | ||
"integration-test:node:no-timeout": "dev-tool run test:node-js-input -- --timeout 9999999 'dist-esm/**/*.spec.js'", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint": "eslint package.json api-extractor.json src test", | ||
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test", | ||
"pack": "npm pack 2>&1", | ||
"test": "npm run clean && npm run build:test && npm run unit-test", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser", | ||
"test:node": "npm run clean && npm run build:test && npm run unit-test:node", | ||
"test": "npm run clean && npm run build:test && npm run unit-test", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "dev-tool run test:browser", | ||
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'", | ||
"unit-test:node:no-timeout": "dev-tool run test:node-ts-input -- --timeout 9999999 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
"update-snippets": "echo skipped" | ||
}, | ||
@@ -108,10 +109,10 @@ "sideEffects": false, | ||
"@azure/abort-controller": "^2.0.0", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-client": "^1.5.0", | ||
"@azure/core-http-compat": "^2.0.1", | ||
"@azure/core-rest-pipeline": "^1.8.1", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-util": "^1.0.0", | ||
"@azure/core-lro": "^2.2.0", | ||
"@azure/core-paging": "^1.1.1", | ||
"@azure/core-rest-pipeline": "^1.8.1", | ||
"@azure/core-tracing": "^1.0.0", | ||
"@azure/core-util": "^1.0.0", | ||
"@azure/keyvault-common": "^1.0.0", | ||
@@ -122,8 +123,8 @@ "@azure/logger": "^1.0.0", | ||
"devDependencies": { | ||
"@azure-tools/test-credential": "^1.0.0", | ||
"@azure-tools/test-recorder": "^3.0.0", | ||
"@azure-tools/test-utils": "^1.0.1", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"@azure/identity": "^4.0.1", | ||
"@azure-tools/test-utils": "^1.0.1", | ||
"@azure-tools/test-credential": "^1.0.0", | ||
"@azure-tools/test-recorder": "^3.0.0", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
@@ -154,5 +155,5 @@ "@types/mocha": "^10.0.0", | ||
"source-map-support": "^0.5.9", | ||
"typescript": "~5.5.3", | ||
"ts-node": "^10.0.0" | ||
"ts-node": "^10.0.0", | ||
"typescript": "~5.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1224773
11195