@pipedream/platerecognizer 0.2.0 → 0.2.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,7 +5,7 @@ export default {
5
5
  key: "platerecognizer-run-recognition",
6
6
  name: "Run Recognition",
7
7
  description: "Triggers a recognition process using the Plate Recognizer SDK.",
8
- version: "0.1.0",
8
+ version: "0.1.1",
9
9
  type: "action",
10
10
  props: {
11
11
  platerecognizer,
@@ -38,6 +38,12 @@ export default {
38
38
  description: "Additional configuration. [See further details here](https://guides.platerecognizer.com/docs/snapshot/api-reference/#engine-configuration)",
39
39
  optional: true,
40
40
  },
41
+ syncDir: {
42
+ type: "dir",
43
+ accessMode: "read",
44
+ sync: true,
45
+ optional: true,
46
+ },
41
47
  },
42
48
  async run({ $ }) {
43
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/platerecognizer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Pipedream Plate Recognizer Components",
5
5
  "main": "platerecognizer.app.mjs",
6
6
  "keywords": [