@lucasschirm/devin-session-sync 0.1.3-0 → 0.2.41
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/.devin-plugin/plugin.json +1 -1
- package/bin/devin-sync +130 -128
- package/bin/hook +25 -25
- package/bin/session-end +22 -22
- package/bin/session-start +25 -25
- package/bin/watcher +22 -22
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucasschirm/devin-session-sync",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.41",
|
|
4
|
+
"private": false,
|
|
4
5
|
"type": "module",
|
|
5
6
|
"license": "ISC",
|
|
6
7
|
"description": "Devin CLI plugin adapter for the @lucasschirm/sal-sync session data sync engine (SQLite->JSONL extractor, devin-sync CLI, and sessions.db-watermark watcher).",
|