@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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runeya/runeya",
3
- "version": "1.33.25",
3
+ "version": "1.33.26",
4
4
  "description": "Monitor processes as a stack",
5
5
  "git": "https://github.com/runeya/runeya",
6
6
  "repository": "https://github.com/runeya/runeya",
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,