@runeya/runeya 1.33.25 → 1.33.26
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/node-red-contrib-runeya.tar +0 -0
- package/package.json +1 -1
- package/www.js +0 -2
- package/www.js.map +1 -1
|
Binary file
|
package/package.json
CHANGED
package/www.js
CHANGED
|
@@ -3948,9 +3948,7 @@ var require_plugins2 = __commonJS({
|
|
|
3948
3948
|
if (insert) await dbConfig.alasql.delete(`name='${config.name}'`);
|
|
3949
3949
|
const diskPath = path.resolve(pluginsPath, config.name);
|
|
3950
3950
|
if (existsSync(diskPath)) await rm(diskPath, { recursive: true, force: true });
|
|
3951
|
-
console.log("Copying plugin to", diskPath, plugin.name);
|
|
3952
3951
|
await cp(path.resolve(packageTmpPath), diskPath, { recursive: true });
|
|
3953
|
-
console.log("Copying done", diskPath, plugin.name);
|
|
3954
3952
|
if (insert) {
|
|
3955
3953
|
await dbConfig.alasql.insertOne({
|
|
3956
3954
|
name: config.name,
|