bilig-workpaper 0.119.4 → 0.119.6
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/SKILL.md +1 -1
- package/package.json +2 -2
package/SKILL.md
CHANGED
|
@@ -43,7 +43,7 @@ If the host supports installable skills, first check that the public skill
|
|
|
43
43
|
package is discoverable:
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
|
-
npx --yes skills@latest add https://proompteng.
|
|
46
|
+
npx --yes skills@latest add https://bilig.proompteng.ai --list
|
|
47
47
|
npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list
|
|
48
48
|
```
|
|
49
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bilig-workpaper",
|
|
3
|
-
"version": "0.119.
|
|
3
|
+
"version": "0.119.6",
|
|
4
4
|
"description": "Bilig WorkPaper runtime for Node.js services, agent tools, and server-side spreadsheet formulas.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-tools",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"build": "pnpm --dir ../.. --filter @bilig/headless build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@bilig/headless": "0.119.
|
|
84
|
+
"@bilig/headless": "0.119.6"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=22.0.0"
|