opencode-yul 0.0.12 → 0.0.13

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import { join } from "node:path";
18
18
  // Bumped in lockstep with .claude-plugin/plugin.json and this package's own
19
19
  // package.json version by the release workflow — it's what pins which yul
20
20
  // binary this plugin downloads and runs.
21
- const YUL_VERSION = "0.0.12";
21
+ const YUL_VERSION = "0.0.13";
22
22
  const CACHE_ROOT = join(process.env.XDG_CACHE_HOME ?? join(homedir(), ".cache"), "yul");
23
23
  const CACHE_DIR = join(CACHE_ROOT, `v${YUL_VERSION}`);
24
24
  const BIN_PATH = join(CACHE_DIR, "yul");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-yul",
4
- "version": "0.0.12",
4
+ "version": "0.0.13",
5
5
  "description": "Forces models to use the latest versions of dependencies instead of outdated versions from model training data.",
6
6
  "repository": {
7
7
  "type": "git",