n8n-nodes-daytona-tool 0.1.1 → 0.1.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.
@@ -15,6 +15,7 @@ class CreateSandbox {
15
15
  },
16
16
  inputs: ['main'],
17
17
  outputs: ['main'],
18
+ usableAsTool: true,
18
19
  credentials: [
19
20
  {
20
21
  name: 'daytonaApi',
@@ -15,6 +15,7 @@ class DisposeSandbox {
15
15
  },
16
16
  inputs: ['main'],
17
17
  outputs: ['main'],
18
+ usableAsTool: true,
18
19
  credentials: [
19
20
  {
20
21
  name: 'daytonaApi',
@@ -15,6 +15,7 @@ class RunCode {
15
15
  },
16
16
  inputs: ['main'],
17
17
  outputs: ['main'],
18
+ usableAsTool: true,
18
19
  credentials: [
19
20
  {
20
21
  name: 'daytonaApi',
@@ -15,6 +15,7 @@ class StartSandbox {
15
15
  },
16
16
  inputs: ['main'],
17
17
  outputs: ['main'],
18
+ usableAsTool: true,
18
19
  credentials: [
19
20
  {
20
21
  name: 'daytonaApi',
@@ -15,6 +15,7 @@ class StopSandbox {
15
15
  },
16
16
  inputs: ['main'],
17
17
  outputs: ['main'],
18
+ usableAsTool: true,
18
19
  credentials: [
19
20
  {
20
21
  name: 'daytonaApi',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-daytona-tool",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "n8n community nodes for running code in Daytona sandboxes.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",