nestjs-slack-webhook
Advanced tools
Comparing version 1.2.0 to 8.0.0
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "nestjs-slack-webhook", | ||
"version": "1.2.0", | ||
"version": "8.0.0", | ||
"description": "Nest.js + slack-webhook", | ||
@@ -25,9 +25,9 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@nestjs/common": "^7.0.0", | ||
"@slack/webhook": "^5.0.0 || ^6.0.0" | ||
"@nestjs/common": "^8.0.0", | ||
"@slack/webhook": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/testing": "7.6.15" | ||
"@nestjs/testing": "8.0.6" | ||
}, | ||
"types": "lib/index.d.ts" | ||
} |
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
23470