@pipedream/supabase 0.3.2 → 0.3.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.
@@ -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.3",
9
+ version: "0.0.4",
10
10
  type: "action",
11
11
  props: {
12
12
  supabase,
@@ -27,6 +27,12 @@ export default {
27
27
  ],
28
28
  reloadProps: true,
29
29
  },
30
+ syncDir: {
31
+ type: "dir",
32
+ accessMode: "read",
33
+ sync: true,
34
+ optional: true,
35
+ },
30
36
  },
31
37
  async additionalProps() {
32
38
  const props = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/supabase",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Pipedream Supabase Components",
5
5
  "main": "supabase.app.mjs",
6
6
  "keywords": [