@bilig/headless 0.10.16 → 0.10.18
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 +5 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -133,7 +133,11 @@ 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
|
-
-
|
|
136
|
+
- Product Hunt launch assets:
|
|
137
|
+
[`docs/product-hunt-launch-assets.md`](../../docs/product-hunt-launch-assets.md)
|
|
138
|
+
- published DEV article:
|
|
139
|
+
<https://dev.to/gregkonush/why-agents-need-workbook-apis-instead-of-spreadsheet-screenshots-3d61>
|
|
140
|
+
- DEV article source:
|
|
137
141
|
[`docs/dev-to-workbook-apis-post.md`](../../docs/dev-to-workbook-apis-post.md)
|
|
138
142
|
|
|
139
143
|
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.18",
|
|
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.18",
|
|
62
|
+
"@bilig/formula": "0.10.18",
|
|
63
|
+
"@bilig/protocol": "0.10.18"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=24.0.0"
|