@savvy-web/silk 3.8.1 → 3.8.3

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.
@@ -2339,7 +2339,7 @@ var GlobSet = class GlobSet extends effect.Schema.Class("GlobSet")(effect.Schema
2339
2339
  }
2340
2340
  };
2341
2341
  //#endregion
2342
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/BunExtension.js
2342
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/BunExtension.js
2343
2343
  /**
2344
2344
  * Extension data specific to bun lockfiles, attached to `Lockfile.extension`
2345
2345
  * when the format is `"bun"`.
@@ -2360,7 +2360,7 @@ var BunExtension = class extends effect.Schema.Class("BunExtension")({
2360
2360
  trustedDependencies: effect.Schema.optionalKey(effect.Schema.Array(effect.Schema.String))
2361
2361
  }) {};
2362
2362
  //#endregion
2363
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/CatalogResolver.js
2363
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/CatalogResolver.js
2364
2364
  /**
2365
2365
  * Contract for resolving pnpm `catalog:` dependency specifiers to concrete
2366
2366
  * version ranges.
@@ -2406,7 +2406,7 @@ var CatalogResolver = class CatalogResolver extends effect.Context.Service()("@e
2406
2406
  static noop = effect.Layer.succeed(CatalogResolver, { rangeOf: () => effect.Effect.succeed(effect.Option.none()) });
2407
2407
  };
2408
2408
  //#endregion
2409
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/WorkspaceResolver.js
2409
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/WorkspaceResolver.js
2410
2410
  /**
2411
2411
  * Raised when a `catalog:` or `workspace:` specifier cannot be resolved
2412
2412
  * because the resolution mechanism itself failed — not for an ordinary
@@ -2467,7 +2467,7 @@ var WorkspaceResolver = class WorkspaceResolver extends effect.Context.Service()
2467
2467
  static noop = effect.Layer.succeed(WorkspaceResolver, { versionOf: () => effect.Effect.succeed(effect.Option.none()) });
2468
2468
  };
2469
2469
  //#endregion
2470
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/CatalogAssemblyError.js
2470
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/CatalogAssemblyError.js
2471
2471
  /**
2472
2472
  * Raised when a workspace's catalogs cannot be assembled — a `pnpm-workspace.yaml`
2473
2473
  * that is unreadable or not valid YAML, a root `package.json` `workspaces` field
@@ -2511,7 +2511,7 @@ var CatalogAssemblyError = class extends effect.Schema.TaggedError()("CatalogAss
2511
2511
  }
2512
2512
  };
2513
2513
  //#endregion
2514
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/DependencySection.js
2514
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/DependencySection.js
2515
2515
  /**
2516
2516
  * The short dependency kind: which dependency map an entry came from, named the
2517
2517
  * way consumers branch on it.
@@ -4126,7 +4126,7 @@ const isComparatorSetSubset = (sub, sup) => {
4126
4126
  return true;
4127
4127
  };
4128
4128
  //#endregion
4129
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/DependencySpecifier.js
4129
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/DependencySpecifier.js
4130
4130
  /**
4131
4131
  * Indicates that a string could not be parsed as a valid dependency specifier.
4132
4132
  *
@@ -4143,7 +4143,7 @@ input: effect.Schema.String }) {
4143
4143
  }
4144
4144
  };
4145
4145
  const CATALOG_PREFIX = "catalog:";
4146
- const WORKSPACE_PREFIX = "workspace:";
4146
+ const WORKSPACE_PREFIX$1 = "workspace:";
4147
4147
  const isBarePath = (value) => value.startsWith("./") || value.startsWith("../") || value.startsWith("~/") || value.startsWith("/");
4148
4148
  const isGitHubShorthand = (value) => !value.startsWith(".") && !value.startsWith("~") && !value.startsWith("/") && /^[a-zA-Z0-9_.-]+\/[a-zA-Z0-9_.-]+(#.*)?$/.test(value);
4149
4149
  const isGit = (value) => value.startsWith("git+") || value.startsWith("git://") || value.startsWith("github:") || value.startsWith("gist:") || value.startsWith("bitbucket:") || value.startsWith("gitlab:") || isGitHubShorthand(value);
@@ -4151,7 +4151,7 @@ const isLocal = (value) => value.startsWith("file:") || value.startsWith("link:"
4151
4151
  const isLink = (value) => value.startsWith("link:");
4152
4152
  const isPortal = (value) => value.startsWith("portal:");
4153
4153
  const isCatalog = (value) => value.startsWith(CATALOG_PREFIX);
4154
- const isWorkspace = (value) => value.startsWith(WORKSPACE_PREFIX);
4154
+ const isWorkspace = (value) => value.startsWith(WORKSPACE_PREFIX$1);
4155
4155
  const isUrl$1 = (value) => value.startsWith("http://") || value.startsWith("https://");
4156
4156
  const parseRange = (value) => {
4157
4157
  const exit = effect.Schema.decodeUnknownExit(Range$2.FromString)(value);
@@ -4160,7 +4160,7 @@ const parseRange = (value) => {
4160
4160
  const isRange = (value) => effect.Option.isSome(parseRange(value));
4161
4161
  const protocolOf = (value) => {
4162
4162
  if (value.startsWith(CATALOG_PREFIX)) return "catalog";
4163
- if (value.startsWith(WORKSPACE_PREFIX)) return "workspace";
4163
+ if (value.startsWith(WORKSPACE_PREFIX$1)) return "workspace";
4164
4164
  if (value.startsWith("link:")) return "link";
4165
4165
  if (value.startsWith("portal:")) return "portal";
4166
4166
  if (value.startsWith("file:") || isBarePath(value)) return "file";
@@ -4333,7 +4333,7 @@ const DependencySpecifier = Object.assign(brandedSpecifier, {
4333
4333
  FromString: fromString
4334
4334
  });
4335
4335
  //#endregion
4336
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/IntegrityHash.js
4336
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/IntegrityHash.js
4337
4337
  const SRI_RE = /^(sha1|sha256|sha384|sha512)-[A-Za-z0-9+/]+={0,2}$/;
4338
4338
  const COREPACK_RE = /^(sha1|sha224|sha256|sha384|sha512)\.[0-9a-f]+$/;
4339
4339
  const YARN_RE = /^[0-9]+(c[0-9]+)?\/[0-9a-f]+$/;
@@ -4387,6 +4387,13 @@ const IntegrityHash = Object.assign(brandedIntegrity, {
4387
4387
  });
4388
4388
  const corepackRestricted = brandedIntegrity.pipe(effect.Schema.check(effect.Schema.makeFilter((value) => isCorepack(value) ? void 0 : "Expected a corepack (<algo>.<hex>) integrity hash")));
4389
4389
  const BASE64_ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
4390
+ const BASE64_INVALID = 255;
4391
+ const BASE64_INDEX = (() => {
4392
+ const table = new Uint8Array("z".charCodeAt(0) + 1);
4393
+ table.fill(BASE64_INVALID);
4394
+ for (let index = 0; index < 64; index += 1) table[BASE64_ALPHABET.charCodeAt(index)] = index;
4395
+ return table;
4396
+ })();
4390
4397
  const decodeBase64 = (value) => {
4391
4398
  const firstPad = value.indexOf("=");
4392
4399
  const body = firstPad === -1 ? value : value.slice(0, firstPad);
@@ -4398,9 +4405,11 @@ const decodeBase64 = (value) => {
4398
4405
  let buffer = 0;
4399
4406
  let bits = 0;
4400
4407
  const bytes = [];
4401
- for (const char of body) {
4402
- const sextet = BASE64_ALPHABET.indexOf(char);
4403
- if (sextet < 0) return void 0;
4408
+ for (let index = 0; index < body.length; index += 1) {
4409
+ const code = body.charCodeAt(index);
4410
+ if (code >= BASE64_INDEX.length) return void 0;
4411
+ const sextet = BASE64_INDEX[code];
4412
+ if (sextet === BASE64_INVALID) return void 0;
4404
4413
  buffer = buffer << 6 | sextet;
4405
4414
  bits += 6;
4406
4415
  if (bits >= 8) {
@@ -5403,7 +5412,7 @@ var Run = class {
5403
5412
  static REDACTED = "***";
5404
5413
  };
5405
5414
  //#endregion
5406
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/ReleaseAgeGate.js
5415
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/ReleaseAgeGate.js
5407
5416
  const MS_PER_MINUTE = 6e4;
5408
5417
  /**
5409
5418
  * A source's partial contribution to a {@link ReleaseAgeGate}: the effective
@@ -5573,7 +5582,7 @@ var ReleaseAgeGate = class ReleaseAgeGate extends effect.Schema.Class("ReleaseAg
5573
5582
  }
5574
5583
  };
5575
5584
  //#endregion
5576
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/ImporterDependency.js
5585
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/ImporterDependency.js
5577
5586
  /**
5578
5587
  * One declared dependency of one workspace importer, as the lockfile records it.
5579
5588
  *
@@ -5611,7 +5620,7 @@ var ImporterDependency = class extends effect.Schema.Class("ImporterDependency")
5611
5620
  depType: DependencyField
5612
5621
  }) {};
5613
5622
  //#endregion
5614
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/LockfileImporter.js
5623
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/LockfileImporter.js
5615
5624
  /**
5616
5625
  * One workspace importer's declared dependencies, as the lockfile records them.
5617
5626
  *
@@ -5635,7 +5644,7 @@ var LockfileImporter = class extends effect.Schema.Class("LockfileImporter")({
5635
5644
  dependencies: effect.Schema.Array(ImporterDependency)
5636
5645
  }) {};
5637
5646
  //#endregion
5638
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/ResolvedPackage.js
5647
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/ResolvedPackage.js
5639
5648
  const EMPTY_DEPENDENCIES = {};
5640
5649
  const EMPTY_PEER_META = {};
5641
5650
  const EMPTY_EDGE_NAMES = [];
@@ -5725,7 +5734,7 @@ var ResolvedPackage = class extends effect.Schema.Class("ResolvedPackage")({
5725
5734
  unresolvedEdges: effect.Schema.Array(effect.Schema.String).pipe(effect.Schema.withDecodingDefaultKey(effect.Effect.succeed(EMPTY_EDGE_NAMES)), effect.Schema.withConstructorDefault(effect.Effect.succeed(EMPTY_EDGE_NAMES)))
5726
5735
  }) {};
5727
5736
  //#endregion
5728
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/WorkspaceDependency.js
5737
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/WorkspaceDependency.js
5729
5738
  /**
5730
5739
  * A directed dependency edge between two workspace packages as recorded in
5731
5740
  * the lockfile.
@@ -5747,7 +5756,7 @@ var WorkspaceDependency = class extends effect.Schema.Class("WorkspaceDependency
5747
5756
  constraint: effect.Schema.String
5748
5757
  }) {};
5749
5758
  //#endregion
5750
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/PnpmExtension.js
5759
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/PnpmExtension.js
5751
5760
  /**
5752
5761
  * Extension data specific to pnpm lockfiles, attached to `Lockfile.extension`
5753
5762
  * when the format is `"pnpm"`.
@@ -5772,7 +5781,7 @@ var PnpmExtension = class extends effect.Schema.Class("PnpmExtension")({
5772
5781
  }))
5773
5782
  }) {};
5774
5783
  //#endregion
5775
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/LockfileFormat.js
5784
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/LockfileFormat.js
5776
5785
  /**
5777
5786
  * The lockfile formats this package parses: bun's `bun.lock` (JSONC), npm's
5778
5787
  * `package-lock.json` (JSON), pnpm's `pnpm-lock.yaml` and yarn Berry's
@@ -5814,7 +5823,7 @@ const FILENAMES = {
5814
5823
  */
5815
5824
  const filenameFor = (format) => FILENAMES[format][0];
5816
5825
  //#endregion
5817
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/shared.js
5826
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/shared.js
5818
5827
  /**
5819
5828
  * The four dependency sections of a manifest, in a stable order — the shared
5820
5829
  * dependency-sections table (v3's `DEP_SECTIONS`). Each entry is both the
@@ -7816,7 +7825,7 @@ var JsoncModifier = class {
7816
7825
  });
7817
7826
  };
7818
7827
  //#endregion
7819
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/bun.js
7828
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/bun.js
7820
7829
  const DepRecord$2 = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
7821
7830
  const OptionalPeers = effect.Schema.optionalKey(effect.Schema.Array(effect.Schema.String));
7822
7831
  const BunWorkspaceEntry = effect.Schema.Struct({
@@ -7993,7 +8002,7 @@ const toFields$3 = (raw) => effect.Effect.gen(function* () {
7993
8002
  };
7994
8003
  });
7995
8004
  //#endregion
7996
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/npm.js
8005
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/npm.js
7997
8006
  const DepRecord$1 = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
7998
8007
  const PeerMetaRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.Struct({ optional: effect.Schema.optionalKey(effect.Schema.Boolean) })));
7999
8008
  const NpmPackageEntry = effect.Schema.Struct({
@@ -15861,7 +15870,7 @@ function deepEqualValues(a, b) {
15861
15870
  return false;
15862
15871
  }
15863
15872
  //#endregion
15864
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/documents.js
15873
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/documents.js
15865
15874
  /**
15866
15875
  * An empty YAML document composes to `null` (`Yaml.parseAll("")` is `[null]`,
15867
15876
  * and the trailing document of an env-only `pnpm-lock.yaml` is `null` too).
@@ -15931,7 +15940,7 @@ const selectSoleDocument = (content) => effect.Effect.gen(function* () {
15931
15940
  };
15932
15941
  });
15933
15942
  //#endregion
15934
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/pnpm.js
15943
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/pnpm.js
15935
15944
  const PnpmImporterDeps = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.Struct({
15936
15945
  specifier: effect.Schema.String,
15937
15946
  version: effect.Schema.String
@@ -16061,6 +16070,31 @@ const resolveLinkTarget = (importerPath, target) => {
16061
16070
  }
16062
16071
  return segments.length === 0 ? void 0 : segments.join("/");
16063
16072
  };
16073
+ /** The specifier protocol pnpm resolves through the workspace itself. @internal */
16074
+ const WORKSPACE_PREFIX = "workspace:";
16075
+ /**
16076
+ * The importer a `link:` target lands INSIDE, longest path first.
16077
+ *
16078
+ * pnpm's `publishConfig.linkDirectory` makes a workspace link point at the
16079
+ * package's publish directory rather than its root — `link:../bundler/dist/dev/pkg`
16080
+ * where `packages/bundler` is the importer — so the target itself is a build
16081
+ * output that is no importer and never will be. The owning importer is the
16082
+ * longest ancestor of the target that IS one; longest-first so a nested importer
16083
+ * beats its parent.
16084
+ *
16085
+ * The root importer (`"."`) is deliberately unreachable here: it is an ancestor
16086
+ * of every path in the workspace, so admitting it would resolve every stray link
16087
+ * to the root rather than leaving it unnamed.
16088
+ *
16089
+ * @internal
16090
+ */
16091
+ const owningImporter = (target, importerPaths) => {
16092
+ const segments = target.split("/");
16093
+ for (let end = segments.length - 1; end > 0; end--) {
16094
+ const candidate = segments.slice(0, end).join("/");
16095
+ if (importerPaths.has(candidate)) return candidate;
16096
+ }
16097
+ };
16064
16098
  /**
16065
16099
  * Resolve one importer's outgoing edges. pnpm records `{ specifier, version }`
16066
16100
  * per importer dependency, where the version is either a registry version (the
@@ -16068,9 +16102,22 @@ const resolveLinkTarget = (importerPath, target) => {
16068
16102
  * naming another importer — normalized against this importer's own path. Both
16069
16103
  * are checked against the lockfile's instance ids before being emitted.
16070
16104
  *
16105
+ * A `link:` target that is no importer gets one further chance, and only under
16106
+ * a `workspace:` SPECIFIER: pnpm resolved that edge through the workspace, so
16107
+ * the target directory is known to belong to a workspace package, and
16108
+ * {@link owningImporter} names it. The specifier is what makes this a
16109
+ * resolution rather than a guess — a hand-written `link:../vendor/stub`
16110
+ * specifier names a directory pnpm never claimed was a workspace package, and
16111
+ * attributing it to whichever importer happens to contain it would answer with
16112
+ * the wrong package's peers instead of admitting it could not name the edge.
16113
+ *
16114
+ * The snapshot path ({@link resolveEdges}) deliberately does NOT do this: a
16115
+ * snapshot body records `name: link:<path>` with no specifier beside it, so the
16116
+ * evidence this rule turns on is not available there.
16117
+ *
16071
16118
  * @internal
16072
16119
  */
16073
- const resolveImporterEdges = (importer, importerPath, instanceIds) => {
16120
+ const resolveImporterEdges = (importer, importerPath, instanceIds, importerPaths) => {
16074
16121
  const edges = /* @__PURE__ */ new Map();
16075
16122
  const unnameable = /* @__PURE__ */ new Set();
16076
16123
  for (const group of importerDepGroups(importer)) {
@@ -16079,7 +16126,8 @@ const resolveImporterEdges = (importer, importerPath, instanceIds) => {
16079
16126
  if (name === "") continue;
16080
16127
  if (info.version.startsWith(LINK_PREFIX)) {
16081
16128
  const target = resolveLinkTarget(importerPath, info.version.slice(5));
16082
- if (target !== void 0 && instanceIds.has(target)) edges.set(name, target);
16129
+ const owner = target === void 0 ? void 0 : instanceIds.has(target) ? target : info.specifier.startsWith(WORKSPACE_PREFIX) ? owningImporter(target, importerPaths) : void 0;
16130
+ if (owner !== void 0) edges.set(name, owner);
16083
16131
  else unnameable.add(name);
16084
16132
  continue;
16085
16133
  }
@@ -16139,6 +16187,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16139
16187
  ...raw.packages ? Object.keys(raw.packages) : [],
16140
16188
  ...Object.keys(raw.importers)
16141
16189
  ]);
16190
+ const importerPaths = new Set(Object.keys(raw.importers).filter((path) => path !== "." && path !== ""));
16142
16191
  const emitted = /* @__PURE__ */ new Set();
16143
16192
  for (const [importerPath, importer] of Object.entries(raw.importers)) {
16144
16193
  if (importerPath === "." || importerPath === "") continue;
@@ -16148,7 +16197,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16148
16197
  instanceId: importerPath,
16149
16198
  isWorkspace: true,
16150
16199
  relativePath: importerPath,
16151
- ...resolveImporterEdges(importer, importerPath, instanceIds)
16200
+ ...resolveImporterEdges(importer, importerPath, instanceIds, importerPaths)
16152
16201
  }));
16153
16202
  }
16154
16203
  const emit = (instanceId, meta, edges) => effect.Effect.gen(function* () {
@@ -16193,7 +16242,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16193
16242
  };
16194
16243
  });
16195
16244
  //#endregion
16196
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/internal/yarn.js
16245
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/internal/yarn.js
16197
16246
  const YarnLockfileRaw = effect.Schema.Record(effect.Schema.String, effect.Schema.Unknown);
16198
16247
  const DepRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
16199
16248
  const YarnEntry = effect.Schema.Struct({
@@ -16369,7 +16418,7 @@ const cleanYarnDeps = (deps) => {
16369
16418
  return Object.fromEntries(Object.entries(deps).map(([name, value]) => [name, value.startsWith("npm:") ? value.slice(4) : value]));
16370
16419
  };
16371
16420
  //#endregion
16372
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/Lockfile.js
16421
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/Lockfile.js
16373
16422
  const EMPTY_IMPORTERS = [];
16374
16423
  /**
16375
16424
  * Failure of `Lockfile.parse`: the given content is not a valid lockfile of
@@ -16618,7 +16667,7 @@ var Lockfile = class Lockfile extends effect.Schema.Class("Lockfile")({
16618
16667
  }
16619
16668
  };
16620
16669
  //#endregion
16621
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/LockfileIntegrity.js
16670
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/LockfileIntegrity.js
16622
16671
  /**
16623
16672
  * The minimal manifest shape {@link LockfileIntegrity.compare} checks a
16624
16673
  * lockfile against: a package name plus the four optional dependency maps.
@@ -19431,7 +19480,7 @@ var Package = class Package extends effect.Schema.Class("Package")({
19431
19480
  }
19432
19481
  };
19433
19482
  //#endregion
19434
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspacePackage.js
19483
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspacePackage.js
19435
19484
  const EMPTY$1 = Object.freeze(Object.create(null));
19436
19485
  const EMPTY_MANIFEST = Object.freeze(Object.create(null));
19437
19486
  /**
@@ -20029,7 +20078,7 @@ var Walker$1 = class {
20029
20078
  static findRoot = findRoot$1;
20030
20079
  };
20031
20080
  //#endregion
20032
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceRoot.js
20081
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceRoot.js
20033
20082
  /**
20034
20083
  * The marker filenames {@link WorkspaceRoot} probes for, in priority order.
20035
20084
  *
@@ -20216,7 +20265,7 @@ var WorkspaceRoot = class WorkspaceRoot extends effect.Context.Service()("@effec
20216
20265
  static layerTest = (root) => effect.Layer.effect(WorkspaceRoot, WorkspaceRoot.makeTest(root)).pipe(effect.Layer.provide(effect.Path.layer));
20217
20266
  };
20218
20267
  //#endregion
20219
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/limits.js
20268
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/limits.js
20220
20269
  /**
20221
20270
  * Hard ceiling on directories the enumerator will visit for one pattern set.
20222
20271
  * Guards the pathological case a depth cap alone does not: a wide, shallow
@@ -20234,7 +20283,7 @@ const MAX_ENUMERATION_ENTRIES = 1e5;
20234
20283
  */
20235
20284
  const PRUNED_DIRECTORIES = /* @__PURE__ */ new Set([".git", "node_modules"]);
20236
20285
  //#endregion
20237
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/traverse.js
20286
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/traverse.js
20238
20287
  /** Directory names never descended into. */
20239
20288
  const isPruned = (entry) => PRUNED_DIRECTORIES.has(entry);
20240
20289
  /** Join root-relative POSIX segments; `""` is the root itself. */
@@ -20324,7 +20373,7 @@ var Traversal = class {
20324
20373
  }
20325
20374
  };
20326
20375
  //#endregion
20327
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/enumerate.js
20376
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/enumerate.js
20328
20377
  /** Strip a trailing slash from `GlobPattern.enumerationPrefix` to get a relative directory. */
20329
20378
  const baseOf = (pattern) => pattern.enumerationPrefix.replace(/\/$/, "");
20330
20379
  /**
@@ -20394,7 +20443,7 @@ const enumerate = (root, globs, options) => effect.Effect.gen(function* () {
20394
20443
  return results;
20395
20444
  });
20396
20445
  //#endregion
20397
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/patterns.js
20446
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/patterns.js
20398
20447
  const stringsOf = (value) => Array.isArray(value) ? value.filter((entry) => typeof entry === "string") : void 0;
20399
20448
  /** The `packages:` list of a `pnpm-workspace.yaml` document. Total on a parsed document. */
20400
20449
  const pnpmPatternsOf = (document) => {
@@ -20451,7 +20500,7 @@ const readPatterns = (root) => effect.Effect.gen(function* () {
20451
20500
  return manifestPatternsOf(manifest);
20452
20501
  });
20453
20502
  //#endregion
20454
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceDiscovery.js
20503
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceDiscovery.js
20455
20504
  /**
20456
20505
  * Raised when a workspace member's `package.json` cannot be read, parsed, or
20457
20506
  * used — it is missing, malformed, or lacks a `name` or `version`.
@@ -20907,7 +20956,7 @@ var WorkspaceDiscovery = class WorkspaceDiscovery extends effect.Context.Service
20907
20956
  };
20908
20957
  const isStringRecord$2 = (value) => value !== null && typeof value === "object" && !Array.isArray(value) && Object.values(value).every((entry) => typeof entry === "string");
20909
20958
  //#endregion
20910
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/DependencyGraph.js
20959
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/DependencyGraph.js
20911
20960
  /**
20912
20961
  * Raised when the workspace dependency graph cannot be topologically ordered
20913
20962
  * because it contains a cycle.
@@ -24603,7 +24652,7 @@ var Git = class Git extends effect.Context.Service()("@effected/git/Git") {
24603
24652
  static layerTest = (overrides = {}) => effect.Layer.succeed(Git, Git.makeTest(overrides));
24604
24653
  };
24605
24654
  //#endregion
24606
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/ChangeDetector.js
24655
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/ChangeDetector.js
24607
24656
  /**
24608
24657
  * Which git refs to compare, and whether to fold in the working tree.
24609
24658
  *
@@ -24859,7 +24908,7 @@ function resolveFromCatalog(catalogs, wantedDependency) {
24859
24908
  };
24860
24909
  }
24861
24910
  //#endregion
24862
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/catalogs.js
24911
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/catalogs.js
24863
24912
  /** Project a pnpm-workspace manifest's `catalog` / `catalogs` fields into a `Catalogs` map. */
24864
24913
  const inlineCatalogs = (manifest) => {
24865
24914
  if (manifest.catalog === void 0 && manifest.catalogs === void 0) return {};
@@ -25388,7 +25437,7 @@ var ConfigDependencyHooks = class ConfigDependencyHooks extends effect.Context.S
25388
25437
  }));
25389
25438
  };
25390
25439
  //#endregion
25391
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/PackageManagerName.js
25440
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/PackageManagerName.js
25392
25441
  /**
25393
25442
  * The four package managers this package understands.
25394
25443
  *
@@ -25763,7 +25812,7 @@ var PackageManagerDetector = class PackageManagerDetector extends effect.Context
25763
25812
  static layerTest = (overrides = {}) => effect.Layer.succeed(PackageManagerDetector, PackageManagerDetector.makeTest(overrides));
25764
25813
  };
25765
25814
  //#endregion
25766
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/LockfileReader.js
25815
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/LockfileReader.js
25767
25816
  /**
25768
25817
  * Raised when the workspace's lockfile cannot be read off disk.
25769
25818
  *
@@ -25943,7 +25992,7 @@ var LockfileReader = class LockfileReader extends effect.Context.Service()("@eff
25943
25992
  static layerTest = (overrides = {}) => effect.Layer.succeed(LockfileReader, LockfileReader.makeTest(overrides));
25944
25993
  };
25945
25994
  //#endregion
25946
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/Publishability.js
25995
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/Publishability.js
25947
25996
  /** The public npm registry, used when `publishConfig.registry` says nothing. */
25948
25997
  const DEFAULT_REGISTRY = "https://registry.npmjs.org/";
25949
25998
  /**
@@ -26102,7 +26151,7 @@ var PublishabilityDetector = class extends effect.Context.Service()("@effected/w
26102
26151
  static layerNone = effect.Layer.succeed(this, this.none);
26103
26152
  };
26104
26153
  //#endregion
26105
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/importerVersions.js
26154
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/internal/importerVersions.js
26106
26155
  /**
26107
26156
  * Strip pnpm's peer-disambiguation suffix from a recorded importer version.
26108
26157
  *
@@ -26188,7 +26237,7 @@ const unanimousVersionOf = (index, dependency) => {
26188
26237
  return agreed;
26189
26238
  };
26190
26239
  //#endregion
26191
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceCatalogs.js
26240
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceCatalogs.js
26192
26241
  /**
26193
26242
  * An immutable, fully-normalized catalog collection — the one catalog
26194
26243
  * resolution semantic in the package.
@@ -26758,7 +26807,7 @@ var WorkspaceCatalogs = class WorkspaceCatalogs extends effect.Context.Service()
26758
26807
  }));
26759
26808
  };
26760
26809
  //#endregion
26761
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceStateSnapshot.js
26810
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceStateSnapshot.js
26762
26811
  const EMPTY = Object.freeze(Object.create(null));
26763
26812
  const DependencyMap = effect.Schema.Record(effect.Schema.String, effect.Schema.String).pipe(effect.Schema.withDecodingDefaultKey(effect.Effect.succeed(EMPTY)), effect.Schema.withConstructorDefault(effect.Effect.succeed(EMPTY)));
26764
26813
  /**
@@ -26981,7 +27030,7 @@ var WorkspaceStateSnapshot = class extends effect.Schema.Class("WorkspaceStateSn
26981
27030
  }
26982
27031
  };
26983
27032
  //#endregion
26984
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceSnapshots.js
27033
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/WorkspaceSnapshots.js
26985
27034
  /** Whether `value` is a non-null, non-array object. */
26986
27035
  const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
26987
27036
  /** Whether every value in a record is a string — a usable dependency map. */
@@ -27258,7 +27307,7 @@ var WorkspaceSnapshots = class WorkspaceSnapshots extends effect.Context.Service
27258
27307
  static layerTest = (overrides = {}) => effect.Layer.succeed(WorkspaceSnapshots, WorkspaceSnapshots.makeTest(overrides));
27259
27308
  };
27260
27309
  //#endregion
27261
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/Workspaces.js
27310
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/Workspaces.js
27262
27311
  const compose = (options, catalogsFactory) => {
27263
27312
  const roots = WorkspaceRoot.layer;
27264
27313
  const detector = PackageManagerDetector.layer;
@@ -5236,7 +5236,7 @@ declare class UnsatisfiableConstraintError extends UnsatisfiableConstraintError_
5236
5236
  get message(): string;
5237
5237
  }
5238
5238
  //#endregion
5239
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/index.d.ts
5239
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/index.d.ts
5240
5240
  //#region src/CatalogAssemblyError.d.ts
5241
5241
  declare const CatalogAssemblyError_base: Schema.Class<CatalogAssemblyError, Schema.TaggedStruct<"CatalogAssemblyError", {
5242
5242
  /**
@@ -5829,7 +5829,7 @@ declare class GlobPattern extends GlobPattern_base {
5829
5829
  static readonly FromString: Schema.Codec<GlobPattern, string>;
5830
5830
  }
5831
5831
  //#endregion
5832
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/index.d.ts
5832
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/index.d.ts
5833
5833
  //#region src/BunExtension.d.ts
5834
5834
  declare const BunExtension_base: Schema.Class<BunExtension, Schema.Struct<{
5835
5835
  readonly _tag: Schema.tag<"bun">;
@@ -6903,7 +6903,7 @@ declare class Package extends Package_base {
6903
6903
  toJsonString(options?: PackageFormatOptions): string;
6904
6904
  }
6905
6905
  //#endregion
6906
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/index.d.ts
6906
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/index.d.ts
6907
6907
  //#region src/WorkspacePackage.d.ts
6908
6908
  declare const PublishConfig_base: Schema.Class<PublishConfig, Schema.Struct<{
6909
6909
  /** Scoped-package visibility. Its presence overrides `private`. */
@@ -5236,7 +5236,7 @@ declare class UnsatisfiableConstraintError extends UnsatisfiableConstraintError_
5236
5236
  get message(): string;
5237
5237
  }
5238
5238
  //#endregion
5239
- //#region ../../node_modules/.pnpm/@effected+npm@0.11.0_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/index.d.ts
5239
+ //#region ../../node_modules/.pnpm/@effected+npm@0.11.1_@effected+semver@0.5.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/npm/index.d.ts
5240
5240
  //#region src/CatalogAssemblyError.d.ts
5241
5241
  declare const CatalogAssemblyError_base: Schema.Class<CatalogAssemblyError, Schema.TaggedStruct<"CatalogAssemblyError", {
5242
5242
  /**
@@ -5829,7 +5829,7 @@ declare class GlobPattern extends GlobPattern_base {
5829
5829
  static readonly FromString: Schema.Codec<GlobPattern, string>;
5830
5830
  }
5831
5831
  //#endregion
5832
- //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_060c8bbc0d868c806eb6e32fbf3c19ea/node_modules/@effected/lockfiles/index.d.ts
5832
+ //#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.11_dc2ae50ba9ac4d16371f19ff9a80bde5/node_modules/@effected/lockfiles/index.d.ts
5833
5833
  //#region src/BunExtension.d.ts
5834
5834
  declare const BunExtension_base: Schema.Class<BunExtension, Schema.Struct<{
5835
5835
  readonly _tag: Schema.tag<"bun">;
@@ -6903,7 +6903,7 @@ declare class Package extends Package_base {
6903
6903
  toJsonString(options?: PackageFormatOptions): string;
6904
6904
  }
6905
6905
  //#endregion
6906
- //#region ../../node_modules/.pnpm/@effected+workspaces@0.15.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/index.d.ts
6906
+ //#region ../../node_modules/.pnpm/@effected+workspaces@0.16.0_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__effect@4.0.0-rc.109/node_modules/@effected/workspaces/index.d.ts
6907
6907
  //#region src/WorkspacePackage.d.ts
6908
6908
  declare const PublishConfig_base: Schema.Class<PublishConfig, Schema.Struct<{
6909
6909
  /** Scoped-package visibility. Its presence overrides `private`. */