skillwatch 0.1.7 → 0.1.8

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import { fileURLToPath } from "node:url";
9
9
  //#region src/cli.ts
10
10
  var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
11
11
  const PACKAGE_NAME = "skillwatch";
12
- const PACKAGE_VERSION = "0.1.7";
12
+ const PACKAGE_VERSION = "0.1.8";
13
13
  const ENTRYPOINT_PATH = fileURLToPath(import.meta.url);
14
14
  const PACKAGE_DIR = dirname(ENTRYPOINT_PATH);
15
15
  const CHECKER_SOURCE_PATH = join(PACKAGE_DIR, "checker.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwatch",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Daily macOS notifications when installed GitHub-backed skills have updates.",
5
5
  "keywords": [
6
6
  "agent-skills",