@azure/eventgrid
Advanced tools
Comparing version 4.3.1-alpha.20210628.2 to 4.4.0-alpha.20210629.1
# Release History | ||
## 4.3.1 (Unreleased) | ||
## 4.4.0 (Unreleased) | ||
### Features Added | ||
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details. | ||
### Breaking Changes | ||
### Key Bugs Fixed | ||
## 4.3.0 (2021-06-08) | ||
@@ -7,0 +13,0 @@ |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "4.3.1"; | ||
export const SDK_VERSION = "4.4.0"; | ||
export const DEFAULT_API_VERSION = "2018-01-01"; | ||
//# sourceMappingURL=constants.js.map |
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "4.3.1-alpha.20210628.2", | ||
"version": "4.4.0-alpha.20210629.1", | ||
"keywords": [ | ||
@@ -26,3 +26,3 @@ "node", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -116,3 +116,3 @@ "files": [ | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^8.0.0", | ||
"@types/node": "^12.0.0", | ||
"@types/sinon": "^9.0.4", | ||
@@ -119,0 +119,0 @@ "@types/uuid": "^8.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1422685