@pipedream/supabase 0.3.4 → 0.3.5

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.
@@ -6,7 +6,7 @@ export default {
6
6
  key: "supabase-batch-insert-rows",
7
7
  name: "Batch Insert Rows",
8
8
  description: "Inserts new rows into a database. [See the documentation](https://supabase.com/docs/reference/javascript/insert)",
9
- version: "0.0.6",
9
+ version: "0.0.7",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
@@ -53,6 +53,7 @@ export default {
53
53
  type: "string",
54
54
  label: "File Path or URL",
55
55
  description: "Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf).",
56
+ format: "file-ref",
56
57
  };
57
58
  }
58
59
  return props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/supabase",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Pipedream Supabase Components",
5
5
  "main": "supabase.app.mjs",
6
6
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.1",
16
+ "@pipedream/platform": "^3.2.5",
17
17
  "@supabase/supabase-js": "^2.45.6",
18
18
  "csv-parse": "^5.5.6"
19
19
  }