@azure/service-bus 7.10.0-alpha.20251013.1 → 7.10.0-alpha.20251014.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 +11 -7
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.20251013.1",
5
+ "version": "7.10.0-alpha.20251014.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/",
@@ -94,20 +94,24 @@
94
94
  "chai": "^6.2.0",
95
95
  "chai-as-promised": "^8.0.1",
96
96
  "chai-exclude": "^3.0.0",
97
+ "cross-env": "^7.0.3",
97
98
  "debug": "^4.1.1",
98
99
  "dotenv": "^16.0.0",
99
100
  "eslint": "^9.33.0",
100
101
  "events": "^3.0.0",
101
102
  "https-proxy-agent": "^7.0.0",
102
103
  "playwright": "^1.50.1",
104
+ "prettier": "^3.6.2",
105
+ "rimraf": "^6.0.1",
106
+ "tshy": "^3.0.0",
103
107
  "typescript": "~5.9.3",
104
108
  "vitest": "^3.2.3",
105
109
  "ws": "^8.0.0",
106
- "@azure-tools/test-credential": "^2.1.2",
107
110
  "@azure-tools/test-recorder": "^4.1.1",
108
- "@azure-tools/test-utils-vitest": "^2.0.1",
111
+ "@azure/dev-tool": "^1.0.0",
112
+ "@azure-tools/test-credential": "^2.1.2",
109
113
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
110
- "@azure/dev-tool": "^1.0.0"
114
+ "@azure-tools/test-utils-vitest": "^2.0.1"
111
115
  },
112
116
  "type": "module",
113
117
  "tshy": {
@@ -170,11 +174,11 @@
170
174
  "scripts": {
171
175
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
172
176
  "build:samples": "tsc -p tsconfig.samples.json",
173
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
174
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output *.tsbuildinfo",
177
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
178
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output *.tsbuildinfo",
175
179
  "execute:samples": "dev-tool samples run samples-dev",
176
180
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
177
- "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}\"",
181
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"samples/**/*.{ts,js}\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
178
182
  "lint": "eslint package.json src test",
179
183
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
180
184
  "pack": "pnpm pack 2>&1",