@beseif-solutions/prow-core 0.0.16 → 0.0.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beseif-solutions/prow-core",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Zapdos core functionalities and classes",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -159,6 +159,7 @@ export const immediateTriggerSchema = () =>
159
159
  functions: Joi.object({
160
160
  mount: Joi.function(),
161
161
  unmount: Joi.function(),
162
+ fire: Joi.function(),
162
163
  handle: Joi.function().required(),
163
164
  poll: Joi.function(),
164
165
  }).required(),