n8n-nodes-simple 0.5.0 → 0.5.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.
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Subagent = void 0;
4
- const deactivated_description_1 = require("./deactivated-description");
4
+ const description_1 = require("./description");
5
5
  const router_1 = require("../shared/actions/router");
6
6
  const tool_1 = require("../shared/actions/tool");
7
7
  const methods_1 = require("../shared/methods");
8
8
  class Subagent {
9
9
  constructor() {
10
- this.description = deactivated_description_1.description;
10
+ this.description = description_1.description;
11
11
  this.methods = {
12
12
  listSearch: methods_1.listSearch,
13
13
  };
@@ -20,4 +20,4 @@ class Subagent {
20
20
  }
21
21
  }
22
22
  exports.Subagent = Subagent;
23
- //# sourceMappingURL=Subagent.deactivated-node.js.map
23
+ //# sourceMappingURL=Subagent.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Subagent.node.js","sourceRoot":"","sources":["../../../nodes/Subagent/Subagent.node.ts"],"names":[],"mappings":";;;AAOA,+CAA4C;AAC5C,qDAAkD;AAClD,iDAAuD;AACvD,+CAA+C;AAE/C,MAAa,QAAQ;IAArB;QACC,gBAAW,GAAG,yBAAW,CAAC;QAE1B,YAAO,GAAG;YACT,UAAU,EAAV,oBAAU;SACV,CAAC;IAWH,CAAC;IARA,KAAK,CAAC,OAAO;QACZ,OAAO,MAAM,eAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;IAGD,KAAK,CAAC,UAAU,CAA6B,SAAiB;QAC7D,OAAO,MAAM,oBAAa,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAClD,CAAC;CACD;AAhBD,4BAgBC"}
@@ -19,4 +19,4 @@ exports.description = (0, descriptionGenerator_1.generateDescription)('subAgent'
19
19
  },
20
20
  },
21
21
  });
22
- //# sourceMappingURL=deactivated-description.js.map
22
+ //# sourceMappingURL=description.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description.js","sourceRoot":"","sources":["../../../nodes/Subagent/description.ts"],"names":[],"mappings":";;;AAAA,yEAAqE;AAGxD,QAAA,WAAW,GAAyB,IAAA,0CAAmB,EACnE,UAAU,EACV;IACC,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE;IACjC,WAAW,EAAE,gDAAgD;IAC7D,KAAK,EAAE,CAAC,QAAQ,CAAC;IACjB,KAAK,EAAE;QACN,KAAK,EAAE;YACN,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS;YACpE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,OAAO,EAAE,OAAO;SACnG;QACD,UAAU,EAAE,CAAC,IAAI,CAAC;QAClB,aAAa,EAAE;YACd,EAAE,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC;YAC9B,KAAK,EAAE,CAAC,mBAAmB,EAAE,aAAa,CAAC;SAC3C;KACD;CACD,CACD,CAAC"}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-simple",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Simple",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
@@ -36,8 +36,7 @@
36
36
  "dist/credentials/SimpleOpenAiApi.credentials.js"
37
37
  ],
38
38
  "nodes": [
39
- "dist/nodes/CoreAgent/CoreAgent.node.js",
40
- "dist/nodes/Subagent/Subagent.node.js"
39
+ "dist/nodes/CoreAgent/CoreAgent.node.js"
41
40
  ]
42
41
  },
43
42
  "devDependencies": {