@azure-rest/ai-translation-document 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251020.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DocumentTranslationClient.",
6
- "version": "1.0.0-alpha.20251013.1",
6
+ "version": "1.0.0-alpha.20251020.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -53,32 +53,36 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@azure-rest/core-client": "^2.0.0",
57
- "@azure/abort-controller": "^2.1.2",
58
- "@azure/core-auth": "^1.9.0",
59
- "@azure/core-lro": "^3.0.0",
60
- "@azure/core-paging": "^1.6.2",
61
- "@azure/core-rest-pipeline": "^1.19.0",
62
- "@azure/logger": "^1.1.4",
56
+ "@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
57
+ "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
58
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
59
+ "@azure/core-lro": ">=3.3.1-alpha <3.3.1-alphb",
60
+ "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
61
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
62
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
63
63
  "tslib": "^2.8.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@azure/arm-cognitiveservices": "7.6.0",
67
67
  "@azure/identity": "4.11.1",
68
- "@azure/storage-blob": "^12.26.0",
68
+ "@azure/storage-blob": ">=12.29.1-alpha <12.29.1-alphb",
69
69
  "@types/node": "^20.19.0",
70
70
  "@vitest/browser": "^3.2.3",
71
71
  "@vitest/coverage-istanbul": "^3.2.3",
72
72
  "autorest": "latest",
73
+ "cross-env": "^7.0.3",
73
74
  "dotenv": "^16.0.0",
74
75
  "eslint": "^9.33.0",
75
76
  "playwright": "^1.50.1",
77
+ "prettier": "^3.6.2",
78
+ "rimraf": "^6.0.1",
79
+ "tshy": "^3.0.0",
76
80
  "typescript": "~5.9.3",
77
81
  "vitest": "^3.2.3",
78
- "@azure-tools/test-recorder": "^4.1.1",
79
82
  "@azure-tools/test-credential": "^2.1.2",
80
- "@azure/dev-tool": "^1.0.0",
81
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
83
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
84
+ "@azure-tools/test-recorder": "^4.1.1",
85
+ "@azure/dev-tool": "^1.0.0"
82
86
  },
83
87
  "sideEffects": false,
84
88
  "autoPublish": false,
@@ -125,11 +129,11 @@
125
129
  "scripts": {
126
130
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
127
131
  "build:samples": "tsc -p tsconfig.samples.json",
128
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
129
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
132
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
133
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
130
134
  "execute:samples": "dev-tool samples run samples-dev",
131
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
132
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
135
+ "extract-api": "rimraf review && dev-tool run extract-api",
136
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
133
137
  "generate:client": "echo skipped",
134
138
  "lint": "eslint package.json src test",
135
139
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",