@bilig/headless 0.9.2 → 0.9.3

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 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -74,6 +74,7 @@ pnpm add @bilig/headless
74
74
 
75
75
  Repository:
76
76
 
77
+ - Website: <https://proompteng.github.io/bilig/>
77
78
  - GitHub: <https://github.com/proompteng/bilig>
78
79
  - npm: <https://www.npmjs.com/package/@bilig/headless>
79
80
  - runnable example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/headless",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
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",
@@ -17,7 +17,7 @@
17
17
  "spreadsheet-engine",
18
18
  "workbook"
19
19
  ],
20
- "homepage": "https://github.com/proompteng/bilig/tree/main/packages/headless#readme",
20
+ "homepage": "https://proompteng.github.io/bilig/",
21
21
  "bugs": {
22
22
  "url": "https://github.com/proompteng/bilig/issues"
23
23
  },
@@ -49,9 +49,9 @@
49
49
  "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
50
50
  },
51
51
  "dependencies": {
52
- "@bilig/core": "0.9.2",
53
- "@bilig/formula": "0.9.2",
54
- "@bilig/protocol": "0.9.2"
52
+ "@bilig/core": "0.9.3",
53
+ "@bilig/formula": "0.9.3",
54
+ "@bilig/protocol": "0.9.3"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=24.0.0"