@azure/service-bus 7.10.0-alpha.20250409.1 → 7.10.0-alpha.20250416.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 -6
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.20250409.1",
5
+ "version": "7.10.0-alpha.20250416.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",
@@ -102,7 +100,8 @@
102
100
  "long": "^5.3.1",
103
101
  "process": "^0.11.10",
104
102
  "rhea-promise": "^3.0.3",
105
- "tslib": "^2.8.1"
103
+ "tslib": "^2.8.1",
104
+ "util": "^0.12.5"
106
105
  },
107
106
  "devDependencies": {
108
107
  "@azure-tools/test-credential": "^2.1.0",