@sweet-search/bg-priority 2.6.1 → 2.6.4

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sweet-search/bg-priority",
3
- "version": "2.6.1",
3
+ "version": "2.6.4",
4
4
  "description": "Optional napi-rs addon: process/thread background OS scheduling (macOS QOS_CLASS_BACKGROUND) for the sweet-search index-maintainer daemon. Per-platform prebuilt binaries ship as optionalDependencies (darwin + linux); a missing/failed native build is non-fatal — os-priority.mjs falls back to spawn-based taskpolicy/ionice/chrt + os.setPriority.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",
@@ -19,10 +19,10 @@
19
19
  ]
20
20
  },
21
21
  "optionalDependencies": {
22
- "@sweet-search/bg-priority-darwin-arm64": "2.6.1",
23
- "@sweet-search/bg-priority-darwin-x64": "2.6.1",
24
- "@sweet-search/bg-priority-linux-x64-gnu": "2.6.1",
25
- "@sweet-search/bg-priority-linux-arm64-gnu": "2.6.1"
22
+ "@sweet-search/bg-priority-darwin-arm64": "2.6.4",
23
+ "@sweet-search/bg-priority-darwin-x64": "2.6.4",
24
+ "@sweet-search/bg-priority-linux-x64-gnu": "2.6.4",
25
+ "@sweet-search/bg-priority-linux-arm64-gnu": "2.6.4"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "napi build --platform --release",