@azure/core-paging 1.6.3-alpha.20250822.4 → 1.6.3-alpha.20250904.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-paging",
3
3
  "author": "Microsoft Corporation",
4
4
  "sdk-type": "client",
5
- "version": "1.6.3-alpha.20250822.4",
5
+ "version": "1.6.3-alpha.20250904.2",
6
6
  "description": "Core types for paging async iterable iterators",
7
7
  "type": "module",
8
8
  "main": "./dist/commonjs/index.js",
@@ -68,8 +68,8 @@
68
68
  "playwright": "^1.50.1",
69
69
  "typescript": "~5.8.3",
70
70
  "vitest": "^3.2.3",
71
- "@azure/dev-tool": "^1.0.0",
72
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
71
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
72
+ "@azure/dev-tool": "^1.0.0"
73
73
  },
74
74
  "//metadata": {
75
75
  "sampleConfiguration": {
@@ -112,8 +112,7 @@
112
112
  "pack": "pnpm pack 2>&1",
113
113
  "test": "npm run test:node && npm run test:browser",
114
114
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
115
- "test:node": "dev-tool run test:vitest --no-test-proxy",
116
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
115
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
117
116
  "update-snippets": "dev-tool run update-snippets"
118
117
  }
119
118
  }