n8n-nodes-outplay 0.2.4 → 0.2.6

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.
package/dist/index.d.ts CHANGED
@@ -1 +1,5 @@
1
- export {};
1
+ import { OutplayApi } from './credentials/OutplayApi.credentials';
2
+ import { OutplayTrigger } from './nodes/Outplay/OutplayTrigger.node';
3
+ import { Outplay } from './nodes/Outplay/Outplay.node';
4
+ export declare const credentialTypes: (typeof OutplayApi)[];
5
+ export declare const nodes: (typeof Outplay | typeof OutplayTrigger)[];
package/dist/index.js CHANGED
@@ -1,3 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.nodes = exports.credentialTypes = void 0;
4
+ const OutplayApi_credentials_1 = require("./credentials/OutplayApi.credentials");
5
+ const OutplayTrigger_node_1 = require("./nodes/Outplay/OutplayTrigger.node");
6
+ const Outplay_node_1 = require("./nodes/Outplay/Outplay.node");
7
+ exports.credentialTypes = [OutplayApi_credentials_1.OutplayApi];
8
+ exports.nodes = [Outplay_node_1.Outplay, OutplayTrigger_node_1.OutplayTrigger];
3
9
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,iFAAkE;AAClE,6EAAqE;AACrE,+DAAuD;AAE1C,QAAA,eAAe,GAAG,CAAC,mCAAU,CAAC,CAAC;AAC/B,QAAA,KAAK,GAAG,CAAC,sBAAO,EAAE,oCAAc,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-outplay",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "n8n nodes for Outplay API integration",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://gitlab-lt.jungleworks.com/outplay-public/n8n-nodes-outplay.git"
23
+ "url": "https://gitlab-lt.jungleworks.com/outplay-public/n8n-nodes-outplay"
24
24
  },
25
25
  "scripts": {
26
26
  "clean": "rimraf dist",