@azure/core-amqp 4.4.0-alpha.20240808.1 → 4.4.0-alpha.20240813.2

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 +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/core-amqp",
3
3
  "sdk-type": "client",
4
- "version": "4.4.0-alpha.20240808.1",
4
+ "version": "4.4.0-alpha.20240813.2",
5
5
  "description": "Common library for amqp based azure sdks like @azure/event-hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -92,21 +92,21 @@
92
92
  "devDependencies": {
93
93
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
94
94
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
95
+ "@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
95
96
  "@microsoft/api-extractor": "^7.43.1",
97
+ "@rollup/plugin-inject": "^5.0.5",
96
98
  "@types/debug": "^4.1.12",
97
99
  "@types/node": "^18.0.0",
98
100
  "@types/ws": "^8.5.10",
99
- "@vitest/browser": "^1.6.0",
100
- "@vitest/coverage-istanbul": "^1.6.0",
101
+ "@vitest/browser": "^2.0.5",
102
+ "@vitest/coverage-istanbul": "^2.0.5",
101
103
  "debug": "^4.3.4",
102
104
  "eslint": "^8.57.0",
103
105
  "playwright": "^1.43.1",
104
106
  "rimraf": "^5.0.7",
105
107
  "tshy": "^1.17.0",
106
108
  "typescript": "~5.5.3",
107
- "vite": "^5.2.11",
108
- "vite-plugin-node-polyfills": "^0.22.0",
109
- "vitest": "^1.6.0",
109
+ "vitest": "^2.0.5",
110
110
  "ws": "^8.17.0"
111
111
  },
112
112
  "//metadata": {