@azure-rest/ai-translation-text
Advanced tools
Comparing version 1.0.0-alpha.20240205.1 to 1.0.0-alpha.20240308.1
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "1.0.0-alpha.20240205.1", | ||
"version": "1.0.0-alpha.20240308.1", | ||
"description": "An isomorphic client library for the Azure Cognitive Translator Service", | ||
@@ -57,3 +57,3 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-text-rest/README.md", | ||
"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 dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
@@ -93,3 +93,3 @@ "extract-api": "rimraf review && mkdirp ./review && api-extractor run --local", | ||
"mkdirp": "^2.1.2", | ||
"rimraf": "^3.0.0", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.9", | ||
@@ -96,0 +96,0 @@ "typescript": "~5.3.3", |
133378