@pipedream/shopify_developer_app 0.13.0 → 0.13.1

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.
@@ -5,13 +5,14 @@ export default {
5
5
  key: "shopify_developer_app-create-order",
6
6
  name: "Create Order",
7
7
  description: "Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate)",
8
- version: "0.0.18",
8
+ version: "0.0.19",
9
9
  annotations: {
10
10
  destructiveHint: false,
11
11
  openWorldHint: true,
12
12
  readOnlyHint: false,
13
13
  },
14
14
  type: "action",
15
+ ai: "optimized",
15
16
  props: {
16
17
  shopify,
17
18
  lineItems: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/shopify_developer_app",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Pipedream Shopify (Developer App) Components",
5
5
  "main": "shopify_developer_app.app.mjs",
6
6
  "keywords": [