@pipedream/platerecognizer 0.2.1 → 0.2.2

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,12 @@ 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.1",
8
+ version: "0.1.3",
9
+ annotations: {
10
+ destructiveHint: false,
11
+ openWorldHint: true,
12
+ readOnlyHint: false,
13
+ },
9
14
  type: "action",
10
15
  props: {
11
16
  platerecognizer,
@@ -13,6 +18,7 @@ export default {
13
18
  type: "string",
14
19
  label: "Image Path or URL",
15
20
  description: "The image to be recognized. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myImage.jpg`)",
21
+ format: "file-ref",
16
22
  },
17
23
  regions: {
18
24
  type: "string[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/platerecognizer",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Pipedream Plate Recognizer Components",
5
5
  "main": "platerecognizer.app.mjs",
6
6
  "keywords": [
@@ -13,6 +13,6 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.0"
16
+ "@pipedream/platform": "^3.2.5"
17
17
  }
18
18
  }