@azure/core-lro 3.3.1-alpha.20250822.4 → 3.3.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
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/core-lro",
3
3
  "author": "Microsoft Corporation",
4
4
  "sdk-type": "client",
5
- "version": "3.3.1-alpha.20250822.4",
5
+ "version": "3.3.1-alpha.20250825.2",
6
6
  "type": "module",
7
7
  "description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
8
8
  "exports": {
@@ -80,11 +80,11 @@
80
80
  "playwright": "^1.50.1",
81
81
  "typescript": "~5.8.3",
82
82
  "vitest": "^3.2.3",
83
- "@azure-tools/test-utils-vitest": "^1.0.0",
84
- "@azure/dev-tool": "^1.0.0",
85
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
83
+ "@azure-tools/test-utils-vitest": "^2.0.0",
86
84
  "@azure/core-util": "^1.13.0",
87
- "@azure/core-rest-pipeline": "^1.22.1-alpha.20250822.4"
85
+ "@azure/dev-tool": "^1.0.0",
86
+ "@azure/core-rest-pipeline": "^1.22.1-alpha.20250825.2",
87
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
88
88
  },
89
89
  "//metadata": {
90
90
  "migrationDate": "2023-03-08T18:36:03.000Z",
@@ -126,8 +126,7 @@
126
126
  "pack": "pnpm pack 2>&1",
127
127
  "test": "npm run test:node && npm run test:browser",
128
128
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
129
- "test:node": "dev-tool run test:vitest --no-test-proxy",
130
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
129
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
131
130
  "update-snippets": "dev-tool run update-snippets"
132
131
  }
133
132
  }