@pipedream/statuspage 0.0.1 → 0.0.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.
- package/actions/create-incident/create-incident.mjs +1 -1
- package/actions/update-incident/update-incident.mjs +1 -1
- package/package.json +1 -1
- package/sources/incident-updated/incident-updated.mjs +1 -1
- package/sources/new-incident-created/new-incident-created.mjs +1 -1
- package/statuspage.app.mjs +1 -0
|
@@ -2,7 +2,7 @@ import statuspage from "../../statuspage.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
name: "Create Incident",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.2",
|
|
6
6
|
key: "statuspage-create-incident",
|
|
7
7
|
description: "Creates an incident. [See docs here](https://developer.statuspage.io/#create-an-incident)",
|
|
8
8
|
type: "action",
|
|
@@ -2,7 +2,7 @@ import statuspage from "../../statuspage.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
name: "Update Incident",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.2",
|
|
6
6
|
key: "statuspage-update-incident",
|
|
7
7
|
description: "Updates an existing incident. [See docs here](https://developer.statuspage.io/#update-an-incident)",
|
|
8
8
|
type: "action",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import common from "../common/common.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
...common,
|
|
5
5
|
name: "New Incident Created (Instant)",
|
|
6
|
-
version: "0.0.
|
|
6
|
+
version: "0.0.2",
|
|
7
7
|
key: "statuspage-new-incident-created",
|
|
8
8
|
description: "Emit new event on each created incident.",
|
|
9
9
|
type: "source",
|