@azure-rest/ai-translation-text
Advanced tools
Comparing version 1.0.1-alpha.20241023.1 to 1.0.1-alpha.20241024.1
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "1.0.1-alpha.20241023.1", | ||
"version": "1.0.1-alpha.20241024.1", | ||
"description": "An isomorphic client library for the Azure Cognitive Translator Service", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-text-rest/README.md", | ||
"scripts": { | ||
"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 && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api", | ||
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api", | ||
"build:browser": "tsc -p . && dev-tool run bundle", | ||
@@ -59,5 +59,5 @@ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api", | ||
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
@@ -94,3 +94,2 @@ "generate:client": "echo skipped", | ||
"@azure/identity": "^4.0.1", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
"@types/chai": "^4.2.8", | ||
@@ -114,6 +113,4 @@ "@types/mocha": "^10.0.0", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"mkdirp": "^3.0.1", | ||
"mocha": "^10.0.0", | ||
"nyc": "^17.0.0", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.9", | ||
@@ -120,0 +117,0 @@ "ts-node": "^10.0.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
167790
28