@brocan/bouncer-github
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "@brocan/bouncer-github", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "GitHub plugin for the Bouncer gateway.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -36,13 +36,12 @@ # Bouncer GitHub Plugin | ||
#### NATS | ||
#### NATS - Act | ||
##### Build transform request | ||
* **Topic**: `build` | ||
* **Role**: `transform` | ||
* **Type**: `req/repl` | ||
* **Topic**: `build.transform` | ||
* **Type**: `pub/sub` | ||
* **Payload**: | ||
* `origin` - Always `github`. | ||
* `payload` - The payload received as part of the original GitHub request. | ||
* `origin` - `github`. | ||
* `webhookRequest` - The payload received as part of the original GitHub request. | ||
* **Description** | ||
* A build transformation and initiation request. |
@@ -12,6 +12,5 @@ const Joi = require('joi'); | ||
reply.messaging.act({ | ||
topic: 'build', | ||
role: 'transform', | ||
topic: 'build.transform', | ||
origin: 'github', | ||
payload: request.payload, | ||
webhookRequest: request.payload, | ||
@@ -18,0 +17,0 @@ pubsub$: true |
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
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
3351
44
1
47