@azure/eventgrid 4.5.0-alpha.20210826.1 → 4.5.0-alpha.20210930.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.
- package/README.md +0 -2
- package/package.json +4 -4
- package/types/eventgrid.d.ts +2 -0
package/README.md
CHANGED
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "client",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "An isomorphic client library for the Azure Event Grid service.",
|
6
|
-
"version": "4.5.0-alpha.
|
6
|
+
"version": "4.5.0-alpha.20210930.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -101,8 +101,8 @@
|
|
101
101
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
102
102
|
"@azure/service-bus": "^7.0.0",
|
103
103
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
104
|
-
"@azure-tools/test-recorder": "
|
105
|
-
"@microsoft/api-extractor": "7.
|
104
|
+
"@azure-tools/test-recorder": "^1.0.0",
|
105
|
+
"@microsoft/api-extractor": "^7.18.11",
|
106
106
|
"@rollup/plugin-commonjs": "11.0.2",
|
107
107
|
"@rollup/plugin-json": "^4.0.0",
|
108
108
|
"@rollup/plugin-multi-entry": "^3.0.0",
|
@@ -144,7 +144,7 @@
|
|
144
144
|
"rollup-plugin-visualizer": "^4.0.4",
|
145
145
|
"sinon": "^9.0.2",
|
146
146
|
"source-map-support": "^0.5.9",
|
147
|
-
"ts-node": "^
|
147
|
+
"ts-node": "^10.0.0",
|
148
148
|
"typescript": "~4.2.0",
|
149
149
|
"typedoc": "0.15.2"
|
150
150
|
}
|
package/types/eventgrid.d.ts
CHANGED
@@ -351,7 +351,9 @@ export declare interface AppServicePlanEventTypeDetail {
|
|
351
351
|
* **Failed**: Async operation failed to complete.
|
352
352
|
*/
|
353
353
|
export declare type AsyncStatus = string;
|
354
|
+
|
354
355
|
export { AzureKeyCredential }
|
356
|
+
|
355
357
|
export { AzureSASCredential }
|
356
358
|
|
357
359
|
/**
|