@azure-rest/ai-document-translator 1.0.0-alpha.20250819.2 → 1.0.0-alpha.20250825.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.52.10"
8
+ "packageVersion": "7.52.11"
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": "An isomorphic rest level client library for the Azure Document Translator service.",
6
- "version": "1.0.0-alpha.20250819.2",
6
+ "version": "1.0.0-alpha.20250825.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -54,24 +54,6 @@
54
54
  "Azure Cognitive Services instance": "https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"
55
55
  }
56
56
  },
57
- "scripts": {
58
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
59
- "build:samples": "echo skipped.",
60
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
61
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
62
- "execute:samples": "dev-tool samples run samples-dev",
63
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
64
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
65
- "generate:client": "autorest --typescript swagger/README.md && npm run format",
66
- "lint": "eslint package.json src test",
67
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
68
- "pack": "npm pack 2>&1",
69
- "test": "npm run test:node && npm run test:browser",
70
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
71
- "test:node": "dev-tool run test:vitest",
72
- "test:node:esm": "dev-tool run test:vitest --esm",
73
- "update-snippets": "dev-tool run update-snippets"
74
- },
75
57
  "sideEffects": false,
76
58
  "autoPublish": false,
77
59
  "dependencies": {
@@ -85,20 +67,20 @@
85
67
  "tslib": "^2.8.1"
86
68
  },
87
69
  "devDependencies": {
88
- "@azure-tools/test-credential": "^2.0.0",
89
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
90
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
91
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
92
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
93
- "@azure/identity": "^4.6.0",
94
- "@types/node": "^20.0.0",
95
- "@vitest/browser": "^3.0.9",
96
- "@vitest/coverage-istanbul": "^3.0.9",
70
+ "@azure/identity": "4.11.1",
71
+ "@types/node": "^20.19.0",
72
+ "@vitest/browser": "^3.2.3",
73
+ "@vitest/coverage-istanbul": "^3.2.3",
97
74
  "dotenv": "^16.0.0",
98
- "eslint": "^9.9.0",
75
+ "eslint": "^9.33.0",
99
76
  "playwright": "^1.50.1",
100
- "typescript": "~5.8.2",
101
- "vitest": "^3.0.9"
77
+ "typescript": "~5.8.3",
78
+ "vitest": "^3.2.3",
79
+ "@azure-tools/test-recorder": "^4.1.0-alpha.20250825.1",
80
+ "@azure-tools/test-credential": "^2.1.1",
81
+ "@azure-tools/test-utils-vitest": "^2.0.0",
82
+ "@azure/dev-tool": "^1.0.0",
83
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
102
84
  },
103
85
  "type": "module",
104
86
  "tshy": {
@@ -139,5 +121,22 @@
139
121
  }
140
122
  }
141
123
  },
142
- "react-native": "./dist/react-native/index.js"
143
- }
124
+ "react-native": "./dist/react-native/index.js",
125
+ "scripts": {
126
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
127
+ "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",
130
+ "execute:samples": "dev-tool samples run samples-dev",
131
+ "extract-api": "dev-tool run build-package && 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}\"",
133
+ "generate:client": "autorest --typescript swagger/README.md && npm run format",
134
+ "lint": "eslint package.json src test",
135
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
136
+ "pack": "pnpm pack 2>&1",
137
+ "test": "npm run test:node && npm run test:browser",
138
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
139
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
140
+ "update-snippets": "dev-tool run update-snippets"
141
+ }
142
+ }