@bilig/headless 0.11.34 → 0.11.35

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 -4
package/README.md CHANGED
@@ -23,7 +23,7 @@ validated WorkPaper model once data is in workbook form.
23
23
  - Live growth snapshot:
24
24
  <https://proompteng.github.io/bilig/community-growth-snapshot.html>
25
25
  - Latest checked-in snapshot: `24` GitHub stars, `13,427` npm downloads in the
26
- last week, `30` open `good first issue` tickets, `5` GitHub Discussions, and
26
+ last week, `32` open `good first issue` tickets, `7` GitHub Discussions, and
27
27
  `393` recent repository views.
28
28
  - Benchmark evidence:
29
29
  [`46/46` comparable WorkPaper mean wins](https://github.com/proompteng/bilig/blob/main/docs/what-workpaper-benchmark-proves.md),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/headless",
3
- "version": "0.11.34",
3
+ "version": "0.11.35",
4
4
  "description": "Headless spreadsheet engine for Node.js formulas, agent tools, workbook JSON persistence, and service-side spreadsheet automation.",
5
5
  "keywords": [
6
6
  "agent",
@@ -79,9 +79,9 @@
79
79
  "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
80
80
  },
81
81
  "dependencies": {
82
- "@bilig/core": "0.11.34",
83
- "@bilig/formula": "0.11.34",
84
- "@bilig/protocol": "0.11.34"
82
+ "@bilig/core": "0.11.35",
83
+ "@bilig/formula": "0.11.35",
84
+ "@bilig/protocol": "0.11.35"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=24.0.0"