@azure-rest/ai-inference 1.0.0-alpha.20251112.1 → 1.0.0-alpha.20251114.2
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/ai-inference",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251114.2",
|
|
4
4
|
"description": "Inference API for Azure-supported AI models",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./package.json": "./package.json",
|
|
@@ -97,26 +97,26 @@
|
|
|
97
97
|
"@opentelemetry/api": "^1.9.0",
|
|
98
98
|
"@opentelemetry/instrumentation": "^0.200.0",
|
|
99
99
|
"@opentelemetry/sdk-trace-node": "^2.0.0",
|
|
100
|
-
"@types/node": "^20.19.
|
|
101
|
-
"@vitest/browser-playwright": "^4.0.
|
|
102
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
100
|
+
"@types/node": "^20.19.25",
|
|
101
|
+
"@vitest/browser-playwright": "^4.0.8",
|
|
102
|
+
"@vitest/coverage-istanbul": "^4.0.8",
|
|
103
103
|
"autorest": "latest",
|
|
104
104
|
"cross-env": "^7.0.3",
|
|
105
|
-
"dotenv": "^16.
|
|
106
|
-
"eslint": "^9.
|
|
105
|
+
"dotenv": "^16.6.1",
|
|
106
|
+
"eslint": "^9.39.1",
|
|
107
107
|
"mkdirp": "^3.0.1",
|
|
108
|
-
"playwright": "^1.
|
|
108
|
+
"playwright": "^1.56.1",
|
|
109
109
|
"prettier": "^3.6.2",
|
|
110
|
-
"rimraf": "^6.0
|
|
111
|
-
"tshy": "^3.0.
|
|
110
|
+
"rimraf": "^6.1.0",
|
|
111
|
+
"tshy": "^3.0.3",
|
|
112
112
|
"typescript": "~5.9.3",
|
|
113
|
-
"vitest": "^4.0.
|
|
114
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
113
|
+
"vitest": "^4.0.8",
|
|
115
114
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
116
|
-
"@azure/
|
|
115
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
117
116
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
118
|
-
"@azure/
|
|
119
|
-
"@azure/dev-tool": "^1.0.0"
|
|
117
|
+
"@azure/core-util": "^1.13.2-alpha.20251114.2",
|
|
118
|
+
"@azure/dev-tool": "^1.0.0",
|
|
119
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
120
120
|
},
|
|
121
121
|
"//sampleConfiguration": {
|
|
122
122
|
"productName": "Azure AI Inference",
|