@2en/clawly-plugins 1.34.0-beta.1 → 1.34.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -51,6 +51,7 @@ import {setupConfig} from './config-setup'
51
51
  import {registerCronHistory} from './cron-history'
52
52
  import {registerCronHook} from './cron-hook'
53
53
  import {registerEmail} from './email'
54
+ import {registerGitHub} from './github'
54
55
  import {registerGateway} from './gateway'
55
56
  import {getGatewayConfig} from './gateway-fetch'
56
57
  import {
@@ -99,6 +100,7 @@ export default {
99
100
  if (gw.baseUrl && gw.token) {
100
101
  registerEmail(api, gw)
101
102
  registerCalendar(api, gw)
103
+ registerGitHub(api, gw)
102
104
  }
103
105
 
104
106
  api.logger.info(`Loaded ${api.id} plugin. (debug-instrumented build)`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2en/clawly-plugins",
3
- "version": "1.34.0-beta.1",
3
+ "version": "1.34.0-beta.2",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "repository": {