@pond-ts/process 0.64.0 → 0.66.0

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 (3) hide show
  1. package/API.md +181 -13
  2. package/CHANGELOG.md +1113 -1
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pond-ts/process",
3
- "version": "0.64.0",
3
+ "version": "0.66.0",
4
4
  "description": "Computations as data over pond-ts: processing graphs authored fluently or composed as JSON, resolved against a declared op vocabulary with content-addressed caching, provenance, and per-node timings. Experimental, pre-1.0.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "verify": "npm run format:check && npm run build && npm test"
43
43
  },
44
44
  "peerDependencies": {
45
- "pond-ts": "^0.64.0"
45
+ "pond-ts": "^0.66.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "typescript": "^5.6.3",