@v1nvn/rm 0.14.0 → 0.14.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v1nvn/rm",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "Beam a Markdown reply to a reMarkable as EPUB — the rm-send CLI behind the rm plugin.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "node": ">=22"
34
34
  },
35
35
  "dependencies": {
36
- "@v1nvn/agentic-core": "^0.14.0"
36
+ "@v1nvn/agentic-core": "^0.14.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "vite": "^8.1.4",