@azure/service-bus 7.10.0-alpha.20250616.1 → 7.10.0-alpha.20250617.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 +3 -3
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.20250616.1",
5
+ "version": "7.10.0-alpha.20250617.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/",
@@ -37,8 +37,8 @@
37
37
  "execute:samples": "dev-tool samples run samples-dev",
38
38
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
39
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}\"",
40
- "lint": "eslint package.json api-extractor.json src test",
41
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
40
+ "lint": "eslint package.json src test",
41
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
42
42
  "pack": "npm pack 2>&1",
43
43
  "perf-test:node": "dev-tool run build-package --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
44
44
  "test": "npm run test:node && npm run test:browser",