@uwmd/batch 0.8.1 → 0.8.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @uwmd/batch
2
2
 
3
- A local, deterministic collection indexer for `.uw.md` files. It validates every deal, records a semantic digest, and emits `uwmd-collection.json` plus a spreadsheet-safe CSV index.
3
+ A local, deterministic collection indexer for `.uwx.md` records. It validates every deal, records a semantic digest, and emits `uwmd-collection.json` plus a spreadsheet-safe CSV index.
4
4
 
5
5
  ```bash
6
6
  npx @uwmd/batch deals --out batch-output
7
7
  ```
8
8
 
9
- The index is a projection over canonical deal files, not a storage protocol. A host may import it into any database without changing `.uw.md` semantics.
9
+ The index is a projection over canonical deal files, not a storage protocol. A host may import it into any database without changing `.uwx.md` semantics.
10
10
 
11
11
  ## Read-only workflow projections
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwmd/batch",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Deterministic local batch indexing for UW Markdown deal files.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  "test": "vitest run",
19
19
  "typecheck:tests": "tsc -p tsconfig.test.json"
20
20
  },
21
- "dependencies": { "@uwmd/core": "2.4.0" },
21
+ "dependencies": { "@uwmd/core": "2.5.0" },
22
22
  "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.4.0", "vitest": "^3.2.6" },
23
23
  "engines": { "node": ">=18.0.0" },
24
24
  "license": "MIT"