@goodnesshq/opencode-notification 0.1.3 → 0.1.4

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/ocn.mjs +1 -3
  2. package/package.json +1 -1
package/bin/ocn.mjs CHANGED
@@ -111,9 +111,7 @@ async function setup() {
111
111
 
112
112
  await installAssets({ showNextSteps: false });
113
113
 
114
- console.log(`Configured OpenCode plugin and repo installer for ${repoName}.`);
115
-
116
- console.log("\nRunning repo installer...");
114
+ console.log("Running repo installer...");
117
115
  const notifyPath = join(cwd, ".opencode", "notify-init.mjs");
118
116
  const { spawnSync } = await import("node:child_process");
119
117
  const result = spawnSync("node", [notifyPath], { stdio: "inherit" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodnesshq/opencode-notification",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Per-repo notification plugin for OpenCode with macOS and ntfy delivery.",
5
5
  "type": "module",
6
6
  "bin": {