@opencode-ai/util 0.0.0-dev-18625 → 0.0.0-dev-18628

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/npm.js +2 -0
  2. package/package.json +1 -1
package/dist/npm.js CHANGED
@@ -150,6 +150,8 @@ const layer = Layer.effect(Service, Effect.gen(function* () {
150
150
  return resolveEntryPoint(name, path.join(dir, "node_modules", name), options?.subpaths);
151
151
  }
152
152
  const tree = yield* reify({ dir, add: [pkg] });
153
+ if (isMutable(parsed))
154
+ refreshed.add(pkg);
153
155
  const first = tree.edgesOut.values().next().value?.to;
154
156
  if (!first) {
155
157
  const installed = yield* installedName(pkg, dir, parsedName);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/util",
4
- "version": "0.0.0-dev-18625",
4
+ "version": "0.0.0-dev-18628",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {