@azure-rest/ai-inference 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250417.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-inference",
3
- "version": "1.0.0-alpha.20250411.1",
3
+ "version": "1.0.0-alpha.20250417.2",
4
4
  "description": "Inference API for Azure-supported AI models",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
@@ -130,7 +130,7 @@
130
130
  "lint": "eslint package.json api-extractor.json src test",
131
131
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
132
132
  "pack": "npm pack 2>&1",
133
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
133
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
134
134
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
135
135
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
136
136
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",