@meridiona/meridian 1.43.0 → 1.47.0

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 (2) hide show
  1. package/bin/meridian.js +1 -1
  2. package/package.json +2 -2
package/bin/meridian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // meridian normalises screenpipe activity into structured app sessions
2
+ //ambient dev tool that watches what you do and updates your PM tickets automatically, boosting developer productivity
3
3
  //
4
4
  // Thin launcher for the `@meridiona/meridian` npm package. The prebuilt app
5
5
  // (daemon binary + dashboard + Python services + scripts) lives in the per-arch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meridiona/meridian",
3
- "version": "1.43.0",
3
+ "version": "1.47.0",
4
4
  "description": "Your project management, written by your work — local-first PM automation from real dev activity (macOS, Apple Silicon).",
5
5
  "homepage": "https://github.com/Meridiona/meridian",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "node": ">=18"
25
25
  },
26
26
  "optionalDependencies": {
27
- "@meridiona/meridian-darwin-arm64": "1.43.0"
27
+ "@meridiona/meridian-darwin-arm64": "1.47.0"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"