@azure-rest/ai-translation-text
Advanced tools
Comparing version 1.0.0-alpha.20231010.1 to 1.0.0-alpha.20231020.1
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "1.0.0-alpha.20231010.1", | ||
"version": "1.0.0-alpha.20231020.1", | ||
"description": "An isomorphic client library for the Azure Cognitive Translator Service", | ||
@@ -51,4 +51,4 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-text-rest/README.md", | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1", | ||
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", | ||
"build:browser": "tsc -p . && dev-tool run bundle", | ||
"build:node": "tsc -p . && dev-tool run bundle --browser-test false", | ||
"build:samples": "echo Obsolete.", | ||
@@ -55,0 +55,0 @@ "build:test": "tsc -p . && dev-tool run bundle", |
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
133345