@bilig/headless 0.10.16 → 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.
- package/README.md +3 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -133,7 +133,9 @@ Repository:
|
|
|
133
133
|
[`docs/show-hn-launch-pack.md`](../../docs/show-hn-launch-pack.md)
|
|
134
134
|
- Community launch pack:
|
|
135
135
|
[`docs/community-launch-pack.md`](../../docs/community-launch-pack.md)
|
|
136
|
-
- DEV
|
|
136
|
+
- published DEV article:
|
|
137
|
+
<https://dev.to/gregkonush/why-agents-need-workbook-apis-instead-of-spreadsheet-screenshots-3d61>
|
|
138
|
+
- DEV article source:
|
|
137
139
|
[`docs/dev-to-workbook-apis-post.md`](../../docs/dev-to-workbook-apis-post.md)
|
|
138
140
|
|
|
139
141
|
Inside this monorepo:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/headless",
|
|
3
|
-
"version": "0.10.
|
|
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.
|
|
62
|
-
"@bilig/formula": "0.10.
|
|
63
|
-
"@bilig/protocol": "0.10.
|
|
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"
|