@azure/service-bus 7.10.0-alpha.20250410.2 → 7.10.0-alpha.20250417.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.3"
8
+ "packageVersion": "7.52.4"
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.20250410.2",
5
+ "version": "7.10.0-alpha.20250417.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/",
@@ -31,10 +31,8 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
34
- "build:browser": "npm run bundle",
35
- "build:node": "npm run bundle",
36
- "build:samples": "echo Obsolete.",
37
- "build:test": "echo skipped. actual commands inlined in browser test scripts",
34
+ "build:samples": "echo skipped.",
35
+ "build:test": "echo skipped.",
38
36
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
39
37
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output *.tsbuildinfo",
40
38
  "execute:samples": "dev-tool samples run samples-dev",