@pipedream/shopify_developer_app 0.6.2 → 0.6.3

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/shopify_developer_app",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Pipedream Shopify (Developer App) Components",
5
5
  "main": "shopify_developer_app.app.mjs",
6
6
  "keywords": [
@@ -13,8 +13,8 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.0.0",
17
- "@pipedream/shopify": "^0.6.5",
18
- "shopify-api-node": "^3.12.5"
16
+ "@pipedream/platform": "^3.0.3",
17
+ "@pipedream/shopify": "^0.6.8",
18
+ "shopify-api-node": "^3.14.2"
19
19
  }
20
20
  }
@@ -7,7 +7,7 @@ export default {
7
7
  name: "New Event Emitted (Instant)",
8
8
  type: "source",
9
9
  description: "Emit new event for each new Shopify event.",
10
- version: "0.0.7",
10
+ version: "0.0.8",
11
11
  dedupe: "unique",
12
12
  props: {
13
13
  ...common.props,