@azure/service-bus 7.10.0-alpha.20250430.1 → 7.10.0-alpha.20250514.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
8
+ "packageVersion": "7.52.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/service-bus",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "7.10.0-alpha.20250430.1",
5
+ "version": "7.10.0-alpha.20250514.1",
6
6
  "license": "MIT",
7
7
  "description": "Azure Service Bus SDK for JavaScript",
8
8
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus/",
@@ -32,25 +32,19 @@
32
32
  "scripts": {
33
33
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
34
34
  "build:samples": "echo skipped.",
35
- "build:test": "echo skipped.",
36
35
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
37
36
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output *.tsbuildinfo",
38
37
  "execute:samples": "dev-tool samples run samples-dev",
39
38
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
40
39
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"samples/**/*.{ts,js}\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
41
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
42
- "integration-test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
43
- "integration-test:node": "dev-tool run test:vitest --no-test-proxy --esm",
44
40
  "lint": "eslint package.json api-extractor.json README.md src test",
45
41
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
46
42
  "pack": "npm pack 2>&1",
47
43
  "perf-test:node": "dev-tool run build-package --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
48
44
  "test": "npm run test:node && npm run test:browser",
49
- "test:browser": "npm run clean && npm run integration-test:browser",
50
- "test:node": "npm run clean && npm run integration-test:node",
51
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
52
- "unit-test:browser": "echo skipped",
53
- "unit-test:node": "dev-tool run test:vitest --no-test-proxy -- -c vitest.unit.config.ts",
45
+ "test:browser": "echo skipped",
46
+ "test:node": "dev-tool run test:vitest --no-test-proxy -- -c vitest.unit.config.ts",
47
+ "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
54
48
  "update-snippets": "dev-tool run update-snippets"
55
49
  },
56
50
  "sideEffects": false,