@azure-rest/ai-inference 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251015.3

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.
Files changed (1) hide show
  1. package/package.json +12 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-inference",
3
- "version": "1.0.0-alpha.20251013.1",
3
+ "version": "1.0.0-alpha.20251015.3",
4
4
  "description": "Inference API for Azure-supported AI models",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
@@ -101,17 +101,22 @@
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",
109
114
  "@azure-tools/test-credential": "^2.1.2",
110
115
  "@azure-tools/test-recorder": "^4.1.1",
111
116
  "@azure-tools/test-utils-vitest": "^2.0.1",
117
+ "@azure/core-util": "^1.13.1",
112
118
  "@azure/dev-tool": "^1.0.0",
113
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
114
- "@azure/core-util": "^1.13.1"
119
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
115
120
  },
116
121
  "//sampleConfiguration": {
117
122
  "productName": "Azure AI Inference",
@@ -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": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
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": "dev-tool run vendored rimraf review && dev-tool run extract-api",
134
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
135
- "generate": "dev-tool run vendored rimraf ./src/generated && dev-tool run vendored mkdirp ./src/generated && cp tsp-location.yaml ./src/generated && tsp-client update -o ./src/generated && dev-tool run vendored rimraf ./src/generated/tsp-location.yaml",
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",