@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.
- package/dist/index.js +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,
|
10177
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
10178
10178
|
enumerable: true,
|
10179
10179
|
get: function () { return coreAuth.AzureKeyCredential; }
|
10180
10180
|
});
|
10181
|
-
Object.defineProperty(exports,
|
10181
|
+
Object.defineProperty(exports, "AzureSASCredential", {
|
10182
10182
|
enumerable: true,
|
10183
10183
|
get: function () { return coreAuth.AzureSASCredential; }
|
10184
10184
|
});
|
package/package.json
CHANGED