@azure/core-paging 1.6.3-alpha.20250820.1 → 1.6.3-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-paging",
3
3
  "author": "Microsoft Corporation",
4
4
  "sdk-type": "client",
5
- "version": "1.6.3-alpha.20250820.1",
5
+ "version": "1.6.3-alpha.20250825.2",
6
6
  "description": "Core types for paging async iterable iterators",
7
7
  "type": "module",
8
8
  "main": "./dist/commonjs/index.js",
@@ -57,36 +57,19 @@
57
57
  },
58
58
  "sideEffects": false,
59
59
  "private": false,
60
- "scripts": {
61
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
62
- "build:samples": "echo Obsolete",
63
- "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
64
- "clean": "rimraf --glob dist dist-* temp *.tgz types *.log",
65
- "execute:samples": "echo skipped",
66
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
67
- "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
68
- "lint": "eslint package.json src test",
69
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
70
- "pack": "npm pack 2>&1",
71
- "test": "npm run test:node && npm run test:browser",
72
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
73
- "test:node": "dev-tool run test:vitest --no-test-proxy",
74
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
75
- "update-snippets": "dev-tool run update-snippets"
76
- },
77
60
  "dependencies": {
78
61
  "tslib": "^2.6.2"
79
62
  },
80
63
  "devDependencies": {
81
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
82
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
83
- "@types/node": "^20.0.0",
84
- "@vitest/browser": "^3.0.9",
85
- "@vitest/coverage-istanbul": "^3.0.9",
86
- "eslint": "^9.9.0",
87
- "playwright": "^1.41.2",
88
- "typescript": "~5.8.2",
89
- "vitest": "^3.0.9"
64
+ "@types/node": "^20.19.0",
65
+ "@vitest/browser": "^3.2.3",
66
+ "@vitest/coverage-istanbul": "^3.2.3",
67
+ "eslint": "^9.33.0",
68
+ "playwright": "^1.50.1",
69
+ "typescript": "~5.8.3",
70
+ "vitest": "^3.2.3",
71
+ "@azure/dev-tool": "^1.0.0",
72
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
90
73
  },
91
74
  "//metadata": {
92
75
  "sampleConfiguration": {
@@ -115,5 +98,21 @@
115
98
  "selfLink": false,
116
99
  "project": "../../../tsconfig.src.build.json"
117
100
  },
118
- "module": "./dist/esm/index.js"
119
- }
101
+ "module": "./dist/esm/index.js",
102
+ "scripts": {
103
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
104
+ "build:samples": "tsc -p tsconfig.samples.json",
105
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
106
+ "clean": "rimraf --glob dist dist-* temp *.tgz types *.log",
107
+ "execute:samples": "echo skipped",
108
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
109
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
110
+ "lint": "eslint package.json src test",
111
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
112
+ "pack": "pnpm pack 2>&1",
113
+ "test": "npm run test:node && npm run test:browser",
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 build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
116
+ "update-snippets": "dev-tool run update-snippets"
117
+ }
118
+ }