@bilig/headless 0.11.24 → 0.11.25

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 +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -74,7 +74,9 @@ pnpm --filter @bilig/headless build
74
74
  - Run the [clean npm sanity check](#clean-npm-sanity-check) before cloning, or
75
75
  the [quickstart](#quickstart) for a one-file formula and persistence
76
76
  smoke test.
77
- - Try the runnable examples:
77
+ - Try the
78
+ [five Node workbook automation examples](https://github.com/proompteng/bilig/blob/main/docs/workbook-automation-examples-node.md)
79
+ overview, then run
78
80
  [`examples/headless-workpaper`](https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper) and
79
81
  [`npm run json-records`](https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#json-records-input)
80
82
  for in-process records, or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/headless",
3
- "version": "0.11.24",
3
+ "version": "0.11.25",
4
4
  "description": "Headless spreadsheet engine for Node.js formulas, workbook JSON persistence, and service-side spreadsheet automation.",
5
5
  "keywords": [
6
6
  "agent",
@@ -66,9 +66,9 @@
66
66
  "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
67
67
  },
68
68
  "dependencies": {
69
- "@bilig/core": "0.11.24",
70
- "@bilig/formula": "0.11.24",
71
- "@bilig/protocol": "0.11.24"
69
+ "@bilig/core": "0.11.25",
70
+ "@bilig/formula": "0.11.25",
71
+ "@bilig/protocol": "0.11.25"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=24.0.0"