@azure/core-lro 3.2.1-alpha.20250505.2 → 3.2.1-alpha.20250507.1

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.
Files changed (1) hide show
  1. package/package.json +5 -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.2.1-alpha.20250505.2",
5
+ "version": "3.2.1-alpha.20250507.1",
6
6
  "type": "module",
7
7
  "description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
8
8
  "exports": {
@@ -69,24 +69,18 @@
69
69
  "scripts": {
70
70
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
71
71
  "build:samples": "echo Obsolete",
72
- "build:test": "echo skipped. actual commands inlined in browser test scripts",
73
72
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
74
73
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js",
75
74
  "execute:samples": "echo skipped",
76
75
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
77
76
  "format": "dev-tool run vendored 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}\"",
78
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
79
- "integration-test:browser": "echo skipped",
80
- "integration-test:node": "echo skipped",
81
77
  "lint": "eslint README.md package.json api-extractor.json src test ",
82
78
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
83
79
  "pack": "npm pack 2>&1",
84
- "test": "npm run unit-test",
85
- "test:browser": "npm run unit-test:browser && npm run integration-test:browser",
86
- "test:node": "npm run unit-test:node && npm run integration-test:node",
87
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
88
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
89
- "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
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",
90
84
  "update-snippets": "dev-tool run update-snippets"
91
85
  },
92
86
  "dependencies": {