+1
-1
| { | ||
| "name": "daybrain", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Private local memory for your AI. Gives Claude, Cursor, and ChatGPT context about your workday — no cloud required.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
+2
-2
@@ -68,3 +68,3 @@ #!/usr/bin/env python3 | ||
| changed = new_app != current_app or (new_title and new_title != current_title) | ||
| changed = new_app != current_app or new_title != current_title | ||
@@ -94,3 +94,3 @@ if changed and current_app: | ||
| last_emit = time.time() | ||
| elif current_app and current_title and (time.time() - last_emit) >= emit_interval: | ||
| elif current_app and (time.time() - last_emit) >= emit_interval: | ||
| duration = time.time() - current_start | ||
@@ -97,0 +97,0 @@ print( |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
281536
-0.01%