@devdogfish/jawfish 0.1.0 → 0.1.1

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.
package/dist/main.js CHANGED
@@ -6,7 +6,7 @@ import { homedir, tmpdir } from "node:os";
6
6
  import { basename, dirname, extname, isAbsolute, join, relative, resolve, } from "node:path";
7
7
  import { fileURLToPath } from "node:url";
8
8
  import { assertSupportedTool, destinationPath, supportedTools, typeFolder, } from "./tool-adapters.js";
9
- const version = "0.1.0";
9
+ const version = "0.1.1";
10
10
  const catalogFile = "catalog.json";
11
11
  const indexCatalogFile = "index.json";
12
12
  const projectManifestFile = "jawfish.json";
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devdogfish/jawfish",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Minimal CLI for syncing and scoping AI agent skills, agents, and prompts across tools, devices, and projects.",
5
5
  "type": "module",
6
6
  "repository": {