@kronos-integration/service-systemd 4.2.2 → 4.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-systemd",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": false
@@ -25,8 +25,8 @@
25
25
  "license": "0BSD",
26
26
  "scripts": {
27
27
  "test": "node --run test:ava",
28
- "test:ava": "ava-s --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
29
- "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava-s --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
28
+ "test:ava": "ava -s --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
29
+ "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava -s --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
30
30
  "docs": "documentation readme --section=API ./src**/*.mjs",
31
31
  "lint": "node --run lint:docs",
32
32
  "lint:docs": "documentation lint ./src**/*.mjs",
@@ -63,7 +63,7 @@
63
63
  "template": {
64
64
  "properties": {
65
65
  "ava": {
66
- "options": "-s --timeout 2m"
66
+ "options": " -s --timeout 2m"
67
67
  }
68
68
  },
69
69
  "inheritFrom": [
Binary file