financialclaw 1.0.8 → 1.0.10
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.es.md +4 -0
- package/README.md +4 -0
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
package/README.es.md
CHANGED
|
@@ -75,6 +75,10 @@ npm run test:integration
|
|
|
75
75
|
npm run build
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
+
## Blog
|
|
79
|
+
|
|
80
|
+
- [Construyendo financialclaw: un plugin de finanzas personales para OpenClaw](https://ricardolara.dev/es/blog/financialclaw-openclaw-finanzas-personales/)
|
|
81
|
+
|
|
78
82
|
## Documentación
|
|
79
83
|
|
|
80
84
|
- [docs/setup.es.md](docs/setup.es.md): instalación y troubleshooting — [English](docs/setup.md)
|
package/README.md
CHANGED
|
@@ -67,6 +67,10 @@ npx financialclaw financialclaw-setup --config /path/to/openclaw.json
|
|
|
67
67
|
|
|
68
68
|
Node.js 24+ is required. The plugin uses `node:sqlite`, the built-in SQLite module available since Node.js 24 — no native addons or compilation needed.
|
|
69
69
|
|
|
70
|
+
## Blog
|
|
71
|
+
|
|
72
|
+
- [Building financialclaw: a personal finance plugin for OpenClaw](https://ricardolara.dev/blog/financialclaw-openclaw-personal-finance/)
|
|
73
|
+
|
|
70
74
|
## Documentation
|
|
71
75
|
|
|
72
76
|
- [README.es.md](README.es.md): documentación en español
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const PACKAGE_NAME = "financialclaw";
|
|
2
|
-
export declare const PACKAGE_VERSION = "1.0.
|
|
2
|
+
export declare const PACKAGE_VERSION = "1.0.10";
|
package/dist/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const PACKAGE_NAME = "financialclaw";
|
|
2
|
-
export const PACKAGE_VERSION = "1.0.
|
|
2
|
+
export const PACKAGE_VERSION = "1.0.10"; // x-release-please-version
|