@pipedream/upkeep 0.0.3 → 0.0.4

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": "@pipedream/upkeep",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Pipedream Upkeep Components",
5
5
  "main": "upkeep.app.mjs",
6
6
  "keywords": [
@@ -4,7 +4,7 @@ export default {
4
4
  key: "upkeep-purchase-order-status-change",
5
5
  name: "New Purchase Order Status Change Event",
6
6
  description: "Emit new event when a purchase order status is changed.",
7
- version: "0.0.2",
7
+ version: "0.0.3",
8
8
  type: "source",
9
9
  dedupe: "unique",
10
10
  ...common,