@h-rig/scheduler-plugin 0.0.6-alpha.158 → 0.0.6-alpha.160
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h-rig/scheduler-plugin",
|
|
3
|
-
"version": "0.0.6-alpha.
|
|
3
|
+
"version": "0.0.6-alpha.160",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "First-party task scheduler capability plugin for Rig (priority-queue ranking + worker fan-out over the isolation seam).",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"module": "./dist/src/index.js",
|
|
26
26
|
"types": "./dist/src/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.
|
|
28
|
+
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.160"
|
|
29
29
|
}
|
|
30
30
|
}
|