@bilig/headless 0.11.2 → 0.11.5
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ Repository links:
|
|
|
120
120
|
- GitHub: <https://github.com/proompteng/bilig>
|
|
121
121
|
- Star or bookmark: <https://github.com/proompteng/bilig>
|
|
122
122
|
- Feedback discussion:
|
|
123
|
-
<https://github.com/proompteng/bilig/discussions/
|
|
123
|
+
<https://github.com/proompteng/bilig/discussions/157>
|
|
124
124
|
- Good first issues:
|
|
125
125
|
<https://github.com/proompteng/bilig/blob/main/docs/starter-issues.md>
|
|
126
126
|
- First-timers-only issues:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/headless",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5",
|
|
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.
|
|
70
|
-
"@bilig/formula": "0.11.
|
|
71
|
-
"@bilig/protocol": "0.11.
|
|
69
|
+
"@bilig/core": "0.11.5",
|
|
70
|
+
"@bilig/formula": "0.11.5",
|
|
71
|
+
"@bilig/protocol": "0.11.5"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=24.0.0"
|