@azure/eventgrid 5.0.0-alpha.20231206.1 → 5.0.0-alpha.20231218.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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10174,11 +10174,11 @@ function isSystemEvent(eventType, event) {
10174
10174
  }
10175
10175
  }
10176
10176
 
10177
- Object.defineProperty(exports, 'AzureKeyCredential', {
10177
+ Object.defineProperty(exports, "AzureKeyCredential", {
10178
10178
  enumerable: true,
10179
10179
  get: function () { return coreAuth.AzureKeyCredential; }
10180
10180
  });
10181
- Object.defineProperty(exports, 'AzureSASCredential', {
10181
+ Object.defineProperty(exports, "AzureSASCredential", {
10182
10182
  enumerable: true,
10183
10183
  get: function () { return coreAuth.AzureSASCredential; }
10184
10184
  });
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": "5.0.0-alpha.20231206.1",
6
+ "version": "5.0.0-alpha.20231218.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",