@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 CHANGED
@@ -20,8 +20,6 @@ Key links:
20
20
 
21
21
  ### Currently supported environments
22
22
 
23
- ### Currently supported environments
24
-
25
23
  - [LTS versions of Node.js](https://nodejs.org/about/releases/)
26
24
  - Latest versions of Safari, Chrome, Edge, and Firefox.
27
25
 
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.20210826.1",
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": ">=1.0.0-alpha <1.0.0-alphb",
105
- "@microsoft/api-extractor": "7.7.11",
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": "^9.0.0",
147
+ "ts-node": "^10.0.0",
148
148
  "typescript": "~4.2.0",
149
149
  "typedoc": "0.15.2"
150
150
  }
@@ -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
  /**