@runeya/runeya 1.33.31 → 1.33.32

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.31",
3
+ "version": "1.33.32",
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
@@ -3355,6 +3355,7 @@ var require_stack = __commonJS({
3355
3355
  let environments = [];
3356
3356
  try {
3357
3357
  services = await PromiseB2.map(dbsRootPath, (id) => Service.load(id, Stack));
3358
+ services = services.filter((service) => service.label);
3358
3359
  environments = await EnvironmentModel.all();
3359
3360
  } catch (error) {
3360
3361
  console.error(error);