@ascenda-one/github-collector 0.1.13 → 0.1.14

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/dist/cli.js +3 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1642,6 +1642,7 @@ var require_liveBus = __commonJS({
1642
1642
  var path = __importStar(__require("path"));
1643
1643
  var WRITE_TIMEOUT_MS = 50;
1644
1644
  var APP_BUNDLE_ID = "one.ascenda.ascendaMissionControl";
1645
+ var SAVER_HOST_BUNDLE_ID = "com.apple.ScreenSaver.Engine.legacyScreenSaver";
1645
1646
  function liveBusSocketCandidates() {
1646
1647
  const override = process.env.ASCENDA_LIVE_BUS_SOCKET;
1647
1648
  if (override)
@@ -1649,7 +1650,8 @@ var require_liveBus = __commonJS({
1649
1650
  const home = os.homedir();
1650
1651
  return [
1651
1652
  path.join(home, ".ascenda", "live.sock"),
1652
- path.join(home, "Library", "Containers", APP_BUNDLE_ID, "Data", ".ascenda", "live.sock")
1653
+ path.join(home, "Library", "Containers", APP_BUNDLE_ID, "Data", ".ascenda", "live.sock"),
1654
+ path.join(home, "Library", "Containers", SAVER_HOST_BUNDLE_ID, "Data", "l.sock")
1653
1655
  ];
1654
1656
  }
1655
1657
  function liveBusSocketPath() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "publishConfig": { "access": "public" },
3
3
  "name": "@ascenda-one/github-collector",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "description": "Code-forge collaboration collector for Ascenda work telemetry — first-person review and pull-request signals.",
6
6
  "repository": {
7
7
  "type": "git",