@azure/service-bus 7.10.0-alpha.20251015.2 → 7.10.0-alpha.20251017.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 +14 -14
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.20251015.2",
5
+ "version": "7.10.0-alpha.20251017.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/",
@@ -60,16 +60,16 @@
60
60
  ]
61
61
  },
62
62
  "dependencies": {
63
- "@azure/abort-controller": "^2.1.2",
64
- "@azure/core-amqp": "^4.3.2",
65
- "@azure/core-auth": "^1.9.0",
66
- "@azure/core-client": "^1.9.2",
67
- "@azure/core-paging": "^1.6.2",
68
- "@azure/core-rest-pipeline": "^1.19.0",
69
- "@azure/core-tracing": "^1.2.0",
70
- "@azure/core-util": "^1.11.0",
71
- "@azure/core-xml": "^1.4.3",
72
- "@azure/logger": "^1.1.4",
63
+ "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
64
+ "@azure/core-amqp": ">=4.4.1-alpha <4.4.1-alphb",
65
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
66
+ "@azure/core-client": ">=1.10.1-alpha <1.10.1-alphb",
67
+ "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
68
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
69
+ "@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
70
+ "@azure/core-util": ">=1.13.1-alpha <1.13.1-alphb",
71
+ "@azure/core-xml": ">=1.5.1-alpha <1.5.1-alphb",
72
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
73
73
  "buffer": "^6.0.3",
74
74
  "is-buffer": "^2.0.5",
75
75
  "jssha": "^3.3.1",
@@ -107,10 +107,10 @@
107
107
  "typescript": "~5.9.3",
108
108
  "vitest": "^3.2.3",
109
109
  "ws": "^8.0.0",
110
- "@azure-tools/test-utils-vitest": "^2.0.1",
111
110
  "@azure-tools/test-credential": "^2.1.2",
112
- "@azure/dev-tool": "^1.0.0",
113
111
  "@azure-tools/test-recorder": "^4.1.1",
112
+ "@azure-tools/test-utils-vitest": "^2.0.1",
113
+ "@azure/dev-tool": "^1.0.0",
114
114
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
115
115
  },
116
116
  "type": "module",
@@ -184,7 +184,7 @@
184
184
  "pack": "pnpm pack 2>&1",
185
185
  "perf-test:node": "dev-tool run build-package --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
186
186
  "test": "npm run test:node && npm run test:browser",
187
- "test:browser": "echo skipped",
187
+ "test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
188
188
  "test:node": "dev-tool run test:vitest --no-test-proxy -- -c vitest.unit.config.ts",
189
189
  "update-snippets": "dev-tool run update-snippets"
190
190
  }