@azure/core-amqp 4.3.5-alpha.20250205.1 → 4.3.5
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.
- package/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -120,5 +120,3 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
120
120
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
121
121
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
122
122
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
123
|
-
|
|
124
|
-

|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-amqp",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.3.5
|
|
4
|
+
"version": "4.3.5",
|
|
5
5
|
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"tslib": "^2.6.2"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
92
|
-
"@azure/dev-tool": "
|
|
93
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
91
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
92
|
+
"@azure/dev-tool": "^1.0.0",
|
|
93
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
94
94
|
"@rollup/plugin-inject": "^5.0.5",
|
|
95
95
|
"@types/debug": "^4.1.12",
|
|
96
96
|
"@types/node": "^18.0.0",
|