ms-teams-webhook
Advanced tools
Comparing version 2.0.2 to 2.0.3
/// <reference lib="es2017" /> | ||
export { IncomingWebhook, } from './IncommingWebhook'; | ||
export { IncomingWebhook, } from './IncomingWebhook'; | ||
export { IncomingWebhookResult, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
exports.IncomingWebhook = void 0; | ||
var IncommingWebhook_1 = require("./IncommingWebhook"); | ||
Object.defineProperty(exports, "IncomingWebhook", { enumerable: true, get: function () { return IncommingWebhook_1.IncomingWebhook; } }); | ||
var IncomingWebhook_1 = require("./IncomingWebhook"); | ||
Object.defineProperty(exports, "IncomingWebhook", { enumerable: true, get: function () { return IncomingWebhook_1.IncomingWebhook; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ms-teams-webhook", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Library for using the Microsoft Teams Incomming Webhooks", | ||
@@ -11,3 +11,3 @@ "main": "out/index.js", | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
"axios": "^1.6.7" | ||
}, | ||
@@ -39,2 +39,2 @@ "scripts": { | ||
} | ||
} | ||
} |
> :warning: Version under 2.0.x is not compatible with the new Microsoft Teams Incoming Webhooks. Please upgrade to 2.0.x | ||
> | ||
> `npm install ms-teams-webhook@2.0.0` | ||
> `npm install ms-teams-webhook@2.0.2` | ||
@@ -5,0 +5,0 @@ # Microsoft Incoming Webhooks |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
19647
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@^1.6.7