@azure/core-client 1.10.1-alpha.20250822.4 → 1.10.1-alpha.20250825.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.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.10.1-alpha.20250822.4",
3
+ "version": "1.10.1-alpha.20250825.2",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -105,8 +105,7 @@
105
105
  "pack": "pnpm pack 2>&1",
106
106
  "test": "npm run test:node && npm run test:browser",
107
107
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
108
- "test:node": "dev-tool run test:vitest --no-test-proxy",
109
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
108
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
110
109
  "update-snippets": "dev-tool run update-snippets"
111
110
  }
112
111
  }