@azure/core-lro 3.3.1-alpha.20250820.1 → 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.20250820.1",
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": {
@@ -66,23 +66,6 @@
66
66
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
67
67
  },
68
68
  "sideEffects": false,
69
- "scripts": {
70
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
71
- "build:samples": "echo Obsolete",
72
- "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
73
- "clean": "rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js",
74
- "execute:samples": "echo skipped",
75
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
76
- "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}\"",
77
- "lint": "eslint package.json src test ",
78
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
79
- "pack": "npm pack 2>&1",
80
- "test": "npm run test:node && npm run test:browser",
81
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
82
- "test:node": "dev-tool run test:vitest --no-test-proxy",
83
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
84
- "update-snippets": "dev-tool run update-snippets"
85
- },
86
69
  "dependencies": {
87
70
  "@azure/abort-controller": "^2.0.0",
88
71
  "@azure/core-util": "^1.2.0",
@@ -90,18 +73,18 @@
90
73
  "tslib": "^2.6.2"
91
74
  },
92
75
  "devDependencies": {
93
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
94
- "@azure/core-rest-pipeline": "^1.1.0",
95
- "@azure/core-util": "^1.11.0",
96
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
97
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
98
- "@types/node": "^20.0.0",
99
- "@vitest/browser": "^3.0.9",
100
- "@vitest/coverage-istanbul": "^3.0.9",
101
- "eslint": "^9.9.0",
102
- "playwright": "^1.41.2",
103
- "typescript": "~5.8.2",
104
- "vitest": "^3.0.9"
76
+ "@types/node": "^20.19.0",
77
+ "@vitest/browser": "^3.2.3",
78
+ "@vitest/coverage-istanbul": "^3.2.3",
79
+ "eslint": "^9.33.0",
80
+ "playwright": "^1.50.1",
81
+ "typescript": "~5.8.3",
82
+ "vitest": "^3.2.3",
83
+ "@azure-tools/test-utils-vitest": "^2.0.0",
84
+ "@azure/core-util": "^1.13.0",
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"
105
88
  },
106
89
  "//metadata": {
107
90
  "migrationDate": "2023-03-08T18:36:03.000Z",
@@ -129,5 +112,21 @@
129
112
  "selfLink": false,
130
113
  "project": "../../../tsconfig.src.build.json"
131
114
  },
132
- "module": "./dist/esm/index.js"
133
- }
115
+ "module": "./dist/esm/index.js",
116
+ "scripts": {
117
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
118
+ "build:samples": "tsc -p tsconfig.samples.json",
119
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
120
+ "clean": "rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js",
121
+ "execute:samples": "echo skipped",
122
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
123
+ "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}\"",
124
+ "lint": "eslint package.json src test ",
125
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
126
+ "pack": "pnpm pack 2>&1",
127
+ "test": "npm run test:node && npm run test:browser",
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 build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
130
+ "update-snippets": "dev-tool run update-snippets"
131
+ }
132
+ }