@pipedream/skyvern 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,13 +5,14 @@ export default {
5
5
  key: "skyvern-create-run-task",
6
6
  name: "Create and Run Task",
7
7
  description: "Create a new task and run it instantly in Skyvern. Useful for one-off automations. [See the documentation](https://docs.skyvern.com/)",
8
- version: "0.0.2",
8
+ version: "0.0.3",
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
  skyvern,
17
18
  url: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/skyvern",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Pipedream Skyvern Components",
5
5
  "main": "skyvern.app.mjs",
6
6
  "keywords": [