@bilig/headless 0.10.15 → 0.10.17

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 +5 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -94,6 +94,8 @@ Repository:
94
94
  - Website: <https://proompteng.github.io/bilig/>
95
95
  - GitHub: <https://github.com/proompteng/bilig>
96
96
  - Star or bookmark: <https://github.com/proompteng/bilig/stargazers>
97
+ - Feedback discussion:
98
+ <https://github.com/proompteng/bilig/discussions/115>
97
99
  - Good first issues:
98
100
  <https://github.com/proompteng/bilig/blob/main/docs/starter-issues.md>
99
101
  - npm: <https://www.npmjs.com/package/@bilig/headless>
@@ -131,7 +133,9 @@ Repository:
131
133
  [`docs/show-hn-launch-pack.md`](../../docs/show-hn-launch-pack.md)
132
134
  - Community launch pack:
133
135
  [`docs/community-launch-pack.md`](../../docs/community-launch-pack.md)
134
- - DEV-ready article:
136
+ - published DEV article:
137
+ <https://dev.to/gregkonush/why-agents-need-workbook-apis-instead-of-spreadsheet-screenshots-3d61>
138
+ - DEV article source:
135
139
  [`docs/dev-to-workbook-apis-post.md`](../../docs/dev-to-workbook-apis-post.md)
136
140
 
137
141
  Inside this monorepo:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/headless",
3
- "version": "0.10.15",
3
+ "version": "0.10.17",
4
4
  "description": "Headless spreadsheet engine and WorkPaper workbook facade for Node services, coding agents, and HyperFormula-style workflows.",
5
5
  "keywords": [
6
6
  "agent",
@@ -58,9 +58,9 @@
58
58
  "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
59
59
  },
60
60
  "dependencies": {
61
- "@bilig/core": "0.10.15",
62
- "@bilig/formula": "0.10.15",
63
- "@bilig/protocol": "0.10.15"
61
+ "@bilig/core": "0.10.17",
62
+ "@bilig/formula": "0.10.17",
63
+ "@bilig/protocol": "0.10.17"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=24.0.0"