@azure-rest/ai-inference 1.0.0-alpha.20250617.1 → 1.0.0-alpha.20250618.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 +3 -3
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.20250618.1",
|
|
4
4
|
"description": "Inference API for Azure-supported AI models",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./package.json": "./package.json",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
124
124
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
125
125
|
"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",
|
|
126
|
-
"lint": "eslint package.json
|
|
127
|
-
"lint:fix": "eslint package.json
|
|
126
|
+
"lint": "eslint package.json src test",
|
|
127
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
128
128
|
"pack": "npm pack 2>&1",
|
|
129
129
|
"test": "npm run test:node && npm run test:browser",
|
|
130
130
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|