n8n-nodes-run-dat-sheesh 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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RunDatsheesh = void 0;
|
|
4
|
+
// Backwards-compatible alias for historical path/name typos.
|
|
5
|
+
// Some installs still try to load:
|
|
6
|
+
// dist/nodes/RunDatsheesh/RunDatsheesh.node.js
|
|
7
|
+
// This file re-exports the actual node implementation.
|
|
8
|
+
var RunDatSeesh_node_1 = require("../RunDatSeesh/RunDatSeesh.node");
|
|
9
|
+
Object.defineProperty(exports, "RunDatsheesh", { enumerable: true, get: function () { return RunDatSeesh_node_1.RunDatsheesh; } });
|
|
10
|
+
//# sourceMappingURL=RunDatsheesh.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunDatsheesh.node.js","sourceRoot":"","sources":["../../../nodes/RunDatsheesh/RunDatsheesh.node.ts"],"names":[],"mappings":";;;AAAA,6DAA6D;AAC7D,mCAAmC;AACnC,iDAAiD;AACjD,uDAAuD;AACvD,oEAA+D;AAAtD,gHAAA,YAAY,OAAA"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-run-dat-sheesh",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "n8n community nodes for run-dat-sheesh manager API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/your-org/run-dat-sheesh",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc -p tsconfig.json && npm run copy-assets",
|
|
24
|
-
"copy-assets": "mkdir -p dist/nodes/RunDatSeesh && cp nodes/RunDatSeesh/runDatSeesh.svg dist/nodes/RunDatSeesh/ && cp ../logo.png dist/nodes/RunDatSeesh/logo.png",
|
|
24
|
+
"copy-assets": "mkdir -p dist/nodes/RunDatSeesh dist/nodes/RunDatsheesh && cp nodes/RunDatSeesh/runDatSeesh.svg dist/nodes/RunDatSeesh/ && cp ../logo.png dist/nodes/RunDatSeesh/logo.png && cp ../logo.png dist/nodes/RunDatsheesh/logo.png",
|
|
25
25
|
"prepare": "npm run build"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|