@femtomc/mu-issue 26.2.37 → 26.2.39

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @femtomc/mu-issue
2
2
 
3
- Issue store backed by a JSONL store, with dependency edges and DAG helpers (ready leaves, validate, deps).
3
+ Work item store used by mu, with dependency-aware scheduling helpers.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@femtomc/mu-issue",
3
- "version": "26.2.37",
3
+ "version": "26.2.39",
4
+ "description": "Work item store with dependency graph helpers for mu.",
5
+ "keywords": ["mu", "issues", "work-items", "dependencies", "dag"],
4
6
  "type": "module",
5
7
  "main": "./dist/index.js",
6
8
  "types": "./dist/index.d.ts",
@@ -14,6 +16,6 @@
14
16
  "dist/**"
15
17
  ],
16
18
  "dependencies": {
17
- "@femtomc/mu-core": "26.2.37"
19
+ "@femtomc/mu-core": "26.2.39"
18
20
  }
19
21
  }