@azure-rest/ai-inference 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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.
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.20251014.1",
|
|
4
4
|
"description": "Inference API for Azure-supported AI models",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./package.json": "./package.json",
|
|
@@ -101,16 +101,21 @@
|
|
|
101
101
|
"@vitest/browser": "^3.2.3",
|
|
102
102
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
103
103
|
"autorest": "latest",
|
|
104
|
+
"cross-env": "^7.0.3",
|
|
104
105
|
"dotenv": "^16.0.0",
|
|
105
106
|
"eslint": "^9.33.0",
|
|
107
|
+
"mkdirp": "^3.0.1",
|
|
106
108
|
"playwright": "^1.50.1",
|
|
109
|
+
"prettier": "^3.6.2",
|
|
110
|
+
"rimraf": "^6.0.1",
|
|
111
|
+
"tshy": "^3.0.0",
|
|
107
112
|
"typescript": "~5.9.3",
|
|
108
113
|
"vitest": "^3.2.3",
|
|
114
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
109
115
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
110
|
-
"@azure/core-util": "^1.13.1",
|
|
111
116
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
117
|
+
"@azure/core-util": "^1.13.1",
|
|
112
118
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
113
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
114
119
|
"@azure/dev-tool": "^1.0.0"
|
|
115
120
|
},
|
|
116
121
|
"//sampleConfiguration": {
|
|
@@ -127,12 +132,12 @@
|
|
|
127
132
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
128
133
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
129
134
|
"check-format": "echo skipped",
|
|
130
|
-
"clean": "
|
|
135
|
+
"clean": "rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
131
136
|
"customize": "dev-tool customization apply -s ./generated -c ./src && npm run format",
|
|
132
137
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
133
|
-
"extract-api": "
|
|
134
|
-
"format": "
|
|
135
|
-
"generate": "
|
|
138
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
139
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
140
|
+
"generate": "rimraf ./src/generated && mkdirp ./src/generated && cp tsp-location.yaml ./src/generated && tsp-client update -o ./src/generated && rimraf ./src/generated/tsp-location.yaml",
|
|
136
141
|
"lint": "eslint package.json src test",
|
|
137
142
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
138
143
|
"pack": "pnpm pack 2>&1",
|