nestjs-slack-webhook
Advanced tools
Comparing version 1.0.2 to 1.1.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.0.2", | ||
"version": "1.1.0", | ||
"description": "Nest.js + slack-webhook", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
}, | ||
"homepage": "https://github.com/g59/nestjs-plugins/tree/master/packages/nestjs-slack-webhook", | ||
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-slack-webhook", | ||
"bugs": { | ||
@@ -17,3 +17,3 @@ "url": "https://github.com/g59/nestjs-plugins/issues" | ||
"scripts": { | ||
"build": "yarn clean && tsc -p .", | ||
"build": "npm run clean && tsc -p .", | ||
"clean": "rimraf lib", | ||
@@ -28,13 +28,8 @@ "lint": "tsc -p . --noEmit" | ||
"@nestjs/common": "^7.0.0", | ||
"@slack/webhook": "^5.0.0" | ||
"@slack/webhook": "^5.0.0 || ^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "7.4.2", | ||
"@nestjs/core": "7.4.2", | ||
"@nestjs/testing": "7.4.2", | ||
"@slack/webhook": "5.0.3", | ||
"reflect-metadata": "0.1.13", | ||
"rxjs": "6.6.2" | ||
"@nestjs/testing": "7.6.15" | ||
}, | ||
"types": "lib/index.d.ts" | ||
} |
@@ -6,3 +6,3 @@ # nestjs-slack-webhook | ||
Nest.js + [Slack Incoming Webhook](https://github.com/slackapi/node-slack-sdk/tree/master/packages/webhook) | ||
Nest.js + [Slack Incoming Webhook](https://github.com/slackapi/node-slack-sdk/tree/main/packages/webhook) | ||
@@ -21,5 +21,5 @@ ## Install | ||
SlackModule.forRoot({ | ||
url: "SLACK_WEBHOOK_URL" // ref: https://api.slack.com/messaging/webhooks#posting_with_webhooks | ||
}) | ||
] | ||
url: "SLACK_WEBHOOK_URL", // ref: https://api.slack.com/messaging/webhooks#posting_with_webhooks | ||
}), | ||
], | ||
}) | ||
@@ -47,2 +47,2 @@ export class AppModule {} | ||
[MIT](https://github.com/g59/nestjs-plugins/blob/master/LICENSE) © g59 | ||
[MIT](https://github.com/g59/nestjs-plugins/blob/main/LICENSE) © g59 |
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
1
23471