@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.
@@ -2335,7 +2335,7 @@ var GlobSet = class GlobSet extends effect.Schema.Class("GlobSet")(effect.Schema
2335
2335
  }
2336
2336
  };
2337
2337
  //#endregion
2338
- //#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
2338
+ //#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
2339
2339
  /**
2340
2340
  * Extension data specific to bun lockfiles, attached to `Lockfile.extension`
2341
2341
  * when the format is `"bun"`.
@@ -2356,7 +2356,7 @@ var BunExtension = class extends effect.Schema.Class("BunExtension")({
2356
2356
  trustedDependencies: effect.Schema.optionalKey(effect.Schema.Array(effect.Schema.String))
2357
2357
  }) {};
2358
2358
  //#endregion
2359
- //#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
2359
+ //#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
2360
2360
  /**
2361
2361
  * Contract for resolving pnpm `catalog:` dependency specifiers to concrete
2362
2362
  * version ranges.
@@ -2402,7 +2402,7 @@ var CatalogResolver = class CatalogResolver extends effect.Context.Service()("@e
2402
2402
  static noop = effect.Layer.succeed(CatalogResolver, { rangeOf: () => effect.Effect.succeed(effect.Option.none()) });
2403
2403
  };
2404
2404
  //#endregion
2405
- //#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
2405
+ //#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
2406
2406
  /**
2407
2407
  * Raised when a `catalog:` or `workspace:` specifier cannot be resolved
2408
2408
  * because the resolution mechanism itself failed — not for an ordinary
@@ -2463,7 +2463,7 @@ var WorkspaceResolver = class WorkspaceResolver extends effect.Context.Service()
2463
2463
  static noop = effect.Layer.succeed(WorkspaceResolver, { versionOf: () => effect.Effect.succeed(effect.Option.none()) });
2464
2464
  };
2465
2465
  //#endregion
2466
- //#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
2466
+ //#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
2467
2467
  /**
2468
2468
  * Raised when a workspace's catalogs cannot be assembled — a `pnpm-workspace.yaml`
2469
2469
  * that is unreadable or not valid YAML, a root `package.json` `workspaces` field
@@ -2507,7 +2507,7 @@ var CatalogAssemblyError = class extends effect.Schema.TaggedError()("CatalogAss
2507
2507
  }
2508
2508
  };
2509
2509
  //#endregion
2510
- //#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
2510
+ //#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
2511
2511
  /**
2512
2512
  * The short dependency kind: which dependency map an entry came from, named the
2513
2513
  * way consumers branch on it.
@@ -4122,7 +4122,7 @@ const isComparatorSetSubset = (sub, sup) => {
4122
4122
  return true;
4123
4123
  };
4124
4124
  //#endregion
4125
- //#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
4125
+ //#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
4126
4126
  /**
4127
4127
  * Indicates that a string could not be parsed as a valid dependency specifier.
4128
4128
  *
@@ -4139,7 +4139,7 @@ input: effect.Schema.String }) {
4139
4139
  }
4140
4140
  };
4141
4141
  const CATALOG_PREFIX = "catalog:";
4142
- const WORKSPACE_PREFIX = "workspace:";
4142
+ const WORKSPACE_PREFIX$1 = "workspace:";
4143
4143
  const isBarePath = (value) => value.startsWith("./") || value.startsWith("../") || value.startsWith("~/") || value.startsWith("/");
4144
4144
  const isGitHubShorthand = (value) => !value.startsWith(".") && !value.startsWith("~") && !value.startsWith("/") && /^[a-zA-Z0-9_.-]+\/[a-zA-Z0-9_.-]+(#.*)?$/.test(value);
4145
4145
  const isGit = (value) => value.startsWith("git+") || value.startsWith("git://") || value.startsWith("github:") || value.startsWith("gist:") || value.startsWith("bitbucket:") || value.startsWith("gitlab:") || isGitHubShorthand(value);
@@ -4147,7 +4147,7 @@ const isLocal = (value) => value.startsWith("file:") || value.startsWith("link:"
4147
4147
  const isLink = (value) => value.startsWith("link:");
4148
4148
  const isPortal = (value) => value.startsWith("portal:");
4149
4149
  const isCatalog = (value) => value.startsWith(CATALOG_PREFIX);
4150
- const isWorkspace = (value) => value.startsWith(WORKSPACE_PREFIX);
4150
+ const isWorkspace = (value) => value.startsWith(WORKSPACE_PREFIX$1);
4151
4151
  const isUrl$1 = (value) => value.startsWith("http://") || value.startsWith("https://");
4152
4152
  const parseRange = (value) => {
4153
4153
  const exit = effect.Schema.decodeUnknownExit(Range$2.FromString)(value);
@@ -4156,7 +4156,7 @@ const parseRange = (value) => {
4156
4156
  const isRange = (value) => effect.Option.isSome(parseRange(value));
4157
4157
  const protocolOf = (value) => {
4158
4158
  if (value.startsWith(CATALOG_PREFIX)) return "catalog";
4159
- if (value.startsWith(WORKSPACE_PREFIX)) return "workspace";
4159
+ if (value.startsWith(WORKSPACE_PREFIX$1)) return "workspace";
4160
4160
  if (value.startsWith("link:")) return "link";
4161
4161
  if (value.startsWith("portal:")) return "portal";
4162
4162
  if (value.startsWith("file:") || isBarePath(value)) return "file";
@@ -4329,7 +4329,7 @@ const DependencySpecifier = Object.assign(brandedSpecifier, {
4329
4329
  FromString: fromString
4330
4330
  });
4331
4331
  //#endregion
4332
- //#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
4332
+ //#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
4333
4333
  const SRI_RE = /^(sha1|sha256|sha384|sha512)-[A-Za-z0-9+/]+={0,2}$/;
4334
4334
  const COREPACK_RE = /^(sha1|sha224|sha256|sha384|sha512)\.[0-9a-f]+$/;
4335
4335
  const YARN_RE = /^[0-9]+(c[0-9]+)?\/[0-9a-f]+$/;
@@ -4383,6 +4383,13 @@ const IntegrityHash = Object.assign(brandedIntegrity, {
4383
4383
  });
4384
4384
  const corepackRestricted = brandedIntegrity.pipe(effect.Schema.check(effect.Schema.makeFilter((value) => isCorepack(value) ? void 0 : "Expected a corepack (<algo>.<hex>) integrity hash")));
4385
4385
  const BASE64_ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
4386
+ const BASE64_INVALID = 255;
4387
+ const BASE64_INDEX = (() => {
4388
+ const table = new Uint8Array("z".charCodeAt(0) + 1);
4389
+ table.fill(BASE64_INVALID);
4390
+ for (let index = 0; index < 64; index += 1) table[BASE64_ALPHABET.charCodeAt(index)] = index;
4391
+ return table;
4392
+ })();
4386
4393
  const decodeBase64 = (value) => {
4387
4394
  const firstPad = value.indexOf("=");
4388
4395
  const body = firstPad === -1 ? value : value.slice(0, firstPad);
@@ -4394,9 +4401,11 @@ const decodeBase64 = (value) => {
4394
4401
  let buffer = 0;
4395
4402
  let bits = 0;
4396
4403
  const bytes = [];
4397
- for (const char of body) {
4398
- const sextet = BASE64_ALPHABET.indexOf(char);
4399
- if (sextet < 0) return void 0;
4404
+ for (let index = 0; index < body.length; index += 1) {
4405
+ const code = body.charCodeAt(index);
4406
+ if (code >= BASE64_INDEX.length) return void 0;
4407
+ const sextet = BASE64_INDEX[code];
4408
+ if (sextet === BASE64_INVALID) return void 0;
4400
4409
  buffer = buffer << 6 | sextet;
4401
4410
  bits += 6;
4402
4411
  if (bits >= 8) {
@@ -5399,7 +5408,7 @@ var Run = class {
5399
5408
  static REDACTED = "***";
5400
5409
  };
5401
5410
  //#endregion
5402
- //#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
5411
+ //#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
5403
5412
  const MS_PER_MINUTE = 6e4;
5404
5413
  /**
5405
5414
  * A source's partial contribution to a {@link ReleaseAgeGate}: the effective
@@ -5569,7 +5578,7 @@ var ReleaseAgeGate = class ReleaseAgeGate extends effect.Schema.Class("ReleaseAg
5569
5578
  }
5570
5579
  };
5571
5580
  //#endregion
5572
- //#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
5581
+ //#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
5573
5582
  /**
5574
5583
  * One declared dependency of one workspace importer, as the lockfile records it.
5575
5584
  *
@@ -5607,7 +5616,7 @@ var ImporterDependency = class extends effect.Schema.Class("ImporterDependency")
5607
5616
  depType: DependencyField
5608
5617
  }) {};
5609
5618
  //#endregion
5610
- //#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
5619
+ //#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
5611
5620
  /**
5612
5621
  * One workspace importer's declared dependencies, as the lockfile records them.
5613
5622
  *
@@ -5631,7 +5640,7 @@ var LockfileImporter = class extends effect.Schema.Class("LockfileImporter")({
5631
5640
  dependencies: effect.Schema.Array(ImporterDependency)
5632
5641
  }) {};
5633
5642
  //#endregion
5634
- //#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
5643
+ //#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
5635
5644
  const EMPTY_DEPENDENCIES = {};
5636
5645
  const EMPTY_PEER_META = {};
5637
5646
  const EMPTY_EDGE_NAMES = [];
@@ -5721,7 +5730,7 @@ var ResolvedPackage = class extends effect.Schema.Class("ResolvedPackage")({
5721
5730
  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)))
5722
5731
  }) {};
5723
5732
  //#endregion
5724
- //#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
5733
+ //#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
5725
5734
  /**
5726
5735
  * A directed dependency edge between two workspace packages as recorded in
5727
5736
  * the lockfile.
@@ -5743,7 +5752,7 @@ var WorkspaceDependency = class extends effect.Schema.Class("WorkspaceDependency
5743
5752
  constraint: effect.Schema.String
5744
5753
  }) {};
5745
5754
  //#endregion
5746
- //#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
5755
+ //#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
5747
5756
  /**
5748
5757
  * Extension data specific to pnpm lockfiles, attached to `Lockfile.extension`
5749
5758
  * when the format is `"pnpm"`.
@@ -5768,7 +5777,7 @@ var PnpmExtension = class extends effect.Schema.Class("PnpmExtension")({
5768
5777
  }))
5769
5778
  }) {};
5770
5779
  //#endregion
5771
- //#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
5780
+ //#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
5772
5781
  /**
5773
5782
  * The lockfile formats this package parses: bun's `bun.lock` (JSONC), npm's
5774
5783
  * `package-lock.json` (JSON), pnpm's `pnpm-lock.yaml` and yarn Berry's
@@ -5810,7 +5819,7 @@ const FILENAMES = {
5810
5819
  */
5811
5820
  const filenameFor = (format) => FILENAMES[format][0];
5812
5821
  //#endregion
5813
- //#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
5822
+ //#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
5814
5823
  /**
5815
5824
  * The four dependency sections of a manifest, in a stable order — the shared
5816
5825
  * dependency-sections table (v3's `DEP_SECTIONS`). Each entry is both the
@@ -7812,7 +7821,7 @@ var JsoncModifier = class {
7812
7821
  });
7813
7822
  };
7814
7823
  //#endregion
7815
- //#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
7824
+ //#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
7816
7825
  const DepRecord$2 = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
7817
7826
  const OptionalPeers = effect.Schema.optionalKey(effect.Schema.Array(effect.Schema.String));
7818
7827
  const BunWorkspaceEntry = effect.Schema.Struct({
@@ -7989,7 +7998,7 @@ const toFields$3 = (raw) => effect.Effect.gen(function* () {
7989
7998
  };
7990
7999
  });
7991
8000
  //#endregion
7992
- //#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
8001
+ //#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
7993
8002
  const DepRecord$1 = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
7994
8003
  const PeerMetaRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.Struct({ optional: effect.Schema.optionalKey(effect.Schema.Boolean) })));
7995
8004
  const NpmPackageEntry = effect.Schema.Struct({
@@ -15857,7 +15866,7 @@ function deepEqualValues(a, b) {
15857
15866
  return false;
15858
15867
  }
15859
15868
  //#endregion
15860
- //#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
15869
+ //#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
15861
15870
  /**
15862
15871
  * An empty YAML document composes to `null` (`Yaml.parseAll("")` is `[null]`,
15863
15872
  * and the trailing document of an env-only `pnpm-lock.yaml` is `null` too).
@@ -15927,7 +15936,7 @@ const selectSoleDocument = (content) => effect.Effect.gen(function* () {
15927
15936
  };
15928
15937
  });
15929
15938
  //#endregion
15930
- //#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
15939
+ //#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
15931
15940
  const PnpmImporterDeps = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.Struct({
15932
15941
  specifier: effect.Schema.String,
15933
15942
  version: effect.Schema.String
@@ -16057,6 +16066,31 @@ const resolveLinkTarget = (importerPath, target) => {
16057
16066
  }
16058
16067
  return segments.length === 0 ? void 0 : segments.join("/");
16059
16068
  };
16069
+ /** The specifier protocol pnpm resolves through the workspace itself. @internal */
16070
+ const WORKSPACE_PREFIX = "workspace:";
16071
+ /**
16072
+ * The importer a `link:` target lands INSIDE, longest path first.
16073
+ *
16074
+ * pnpm's `publishConfig.linkDirectory` makes a workspace link point at the
16075
+ * package's publish directory rather than its root — `link:../bundler/dist/dev/pkg`
16076
+ * where `packages/bundler` is the importer — so the target itself is a build
16077
+ * output that is no importer and never will be. The owning importer is the
16078
+ * longest ancestor of the target that IS one; longest-first so a nested importer
16079
+ * beats its parent.
16080
+ *
16081
+ * The root importer (`"."`) is deliberately unreachable here: it is an ancestor
16082
+ * of every path in the workspace, so admitting it would resolve every stray link
16083
+ * to the root rather than leaving it unnamed.
16084
+ *
16085
+ * @internal
16086
+ */
16087
+ const owningImporter = (target, importerPaths) => {
16088
+ const segments = target.split("/");
16089
+ for (let end = segments.length - 1; end > 0; end--) {
16090
+ const candidate = segments.slice(0, end).join("/");
16091
+ if (importerPaths.has(candidate)) return candidate;
16092
+ }
16093
+ };
16060
16094
  /**
16061
16095
  * Resolve one importer's outgoing edges. pnpm records `{ specifier, version }`
16062
16096
  * per importer dependency, where the version is either a registry version (the
@@ -16064,9 +16098,22 @@ const resolveLinkTarget = (importerPath, target) => {
16064
16098
  * naming another importer — normalized against this importer's own path. Both
16065
16099
  * are checked against the lockfile's instance ids before being emitted.
16066
16100
  *
16101
+ * A `link:` target that is no importer gets one further chance, and only under
16102
+ * a `workspace:` SPECIFIER: pnpm resolved that edge through the workspace, so
16103
+ * the target directory is known to belong to a workspace package, and
16104
+ * {@link owningImporter} names it. The specifier is what makes this a
16105
+ * resolution rather than a guess — a hand-written `link:../vendor/stub`
16106
+ * specifier names a directory pnpm never claimed was a workspace package, and
16107
+ * attributing it to whichever importer happens to contain it would answer with
16108
+ * the wrong package's peers instead of admitting it could not name the edge.
16109
+ *
16110
+ * The snapshot path ({@link resolveEdges}) deliberately does NOT do this: a
16111
+ * snapshot body records `name: link:<path>` with no specifier beside it, so the
16112
+ * evidence this rule turns on is not available there.
16113
+ *
16067
16114
  * @internal
16068
16115
  */
16069
- const resolveImporterEdges = (importer, importerPath, instanceIds) => {
16116
+ const resolveImporterEdges = (importer, importerPath, instanceIds, importerPaths) => {
16070
16117
  const edges = /* @__PURE__ */ new Map();
16071
16118
  const unnameable = /* @__PURE__ */ new Set();
16072
16119
  for (const group of importerDepGroups(importer)) {
@@ -16075,7 +16122,8 @@ const resolveImporterEdges = (importer, importerPath, instanceIds) => {
16075
16122
  if (name === "") continue;
16076
16123
  if (info.version.startsWith(LINK_PREFIX)) {
16077
16124
  const target = resolveLinkTarget(importerPath, info.version.slice(5));
16078
- if (target !== void 0 && instanceIds.has(target)) edges.set(name, target);
16125
+ const owner = target === void 0 ? void 0 : instanceIds.has(target) ? target : info.specifier.startsWith(WORKSPACE_PREFIX) ? owningImporter(target, importerPaths) : void 0;
16126
+ if (owner !== void 0) edges.set(name, owner);
16079
16127
  else unnameable.add(name);
16080
16128
  continue;
16081
16129
  }
@@ -16135,6 +16183,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16135
16183
  ...raw.packages ? Object.keys(raw.packages) : [],
16136
16184
  ...Object.keys(raw.importers)
16137
16185
  ]);
16186
+ const importerPaths = new Set(Object.keys(raw.importers).filter((path) => path !== "." && path !== ""));
16138
16187
  const emitted = /* @__PURE__ */ new Set();
16139
16188
  for (const [importerPath, importer] of Object.entries(raw.importers)) {
16140
16189
  if (importerPath === "." || importerPath === "") continue;
@@ -16144,7 +16193,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16144
16193
  instanceId: importerPath,
16145
16194
  isWorkspace: true,
16146
16195
  relativePath: importerPath,
16147
- ...resolveImporterEdges(importer, importerPath, instanceIds)
16196
+ ...resolveImporterEdges(importer, importerPath, instanceIds, importerPaths)
16148
16197
  }));
16149
16198
  }
16150
16199
  const emit = (instanceId, meta, edges) => effect.Effect.gen(function* () {
@@ -16189,7 +16238,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
16189
16238
  };
16190
16239
  });
16191
16240
  //#endregion
16192
- //#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
16241
+ //#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
16193
16242
  const YarnLockfileRaw = effect.Schema.Record(effect.Schema.String, effect.Schema.Unknown);
16194
16243
  const DepRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
16195
16244
  const YarnEntry = effect.Schema.Struct({
@@ -16365,7 +16414,7 @@ const cleanYarnDeps = (deps) => {
16365
16414
  return Object.fromEntries(Object.entries(deps).map(([name, value]) => [name, value.startsWith("npm:") ? value.slice(4) : value]));
16366
16415
  };
16367
16416
  //#endregion
16368
- //#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
16417
+ //#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
16369
16418
  const EMPTY_IMPORTERS = [];
16370
16419
  /**
16371
16420
  * Failure of `Lockfile.parse`: the given content is not a valid lockfile of
@@ -16614,7 +16663,7 @@ var Lockfile = class Lockfile extends effect.Schema.Class("Lockfile")({
16614
16663
  }
16615
16664
  };
16616
16665
  //#endregion
16617
- //#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
16666
+ //#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
16618
16667
  /**
16619
16668
  * The minimal manifest shape {@link LockfileIntegrity.compare} checks a
16620
16669
  * lockfile against: a package name plus the four optional dependency maps.
@@ -19427,7 +19476,7 @@ var Package = class Package extends effect.Schema.Class("Package")({
19427
19476
  }
19428
19477
  };
19429
19478
  //#endregion
19430
- //#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
19479
+ //#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
19431
19480
  const EMPTY$1 = Object.freeze(Object.create(null));
19432
19481
  const EMPTY_MANIFEST = Object.freeze(Object.create(null));
19433
19482
  /**
@@ -20025,7 +20074,7 @@ var Walker$1 = class {
20025
20074
  static findRoot = findRoot$1;
20026
20075
  };
20027
20076
  //#endregion
20028
- //#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
20077
+ //#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
20029
20078
  /**
20030
20079
  * The marker filenames {@link WorkspaceRoot} probes for, in priority order.
20031
20080
  *
@@ -20212,7 +20261,7 @@ var WorkspaceRoot = class WorkspaceRoot extends effect.Context.Service()("@effec
20212
20261
  static layerTest = (root) => effect.Layer.effect(WorkspaceRoot, WorkspaceRoot.makeTest(root)).pipe(effect.Layer.provide(effect.Path.layer));
20213
20262
  };
20214
20263
  //#endregion
20215
- //#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
20264
+ //#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
20216
20265
  /**
20217
20266
  * Hard ceiling on directories the enumerator will visit for one pattern set.
20218
20267
  * Guards the pathological case a depth cap alone does not: a wide, shallow
@@ -20230,7 +20279,7 @@ const MAX_ENUMERATION_ENTRIES = 1e5;
20230
20279
  */
20231
20280
  const PRUNED_DIRECTORIES = /* @__PURE__ */ new Set([".git", "node_modules"]);
20232
20281
  //#endregion
20233
- //#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
20282
+ //#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
20234
20283
  /** Directory names never descended into. */
20235
20284
  const isPruned = (entry) => PRUNED_DIRECTORIES.has(entry);
20236
20285
  /** Join root-relative POSIX segments; `""` is the root itself. */
@@ -20320,7 +20369,7 @@ var Traversal = class {
20320
20369
  }
20321
20370
  };
20322
20371
  //#endregion
20323
- //#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
20372
+ //#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
20324
20373
  /** Strip a trailing slash from `GlobPattern.enumerationPrefix` to get a relative directory. */
20325
20374
  const baseOf = (pattern) => pattern.enumerationPrefix.replace(/\/$/, "");
20326
20375
  /**
@@ -20390,7 +20439,7 @@ const enumerate = (root, globs, options) => effect.Effect.gen(function* () {
20390
20439
  return results;
20391
20440
  });
20392
20441
  //#endregion
20393
- //#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
20442
+ //#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
20394
20443
  const stringsOf = (value) => Array.isArray(value) ? value.filter((entry) => typeof entry === "string") : void 0;
20395
20444
  /** The `packages:` list of a `pnpm-workspace.yaml` document. Total on a parsed document. */
20396
20445
  const pnpmPatternsOf = (document) => {
@@ -20447,7 +20496,7 @@ const readPatterns = (root) => effect.Effect.gen(function* () {
20447
20496
  return manifestPatternsOf(manifest);
20448
20497
  });
20449
20498
  //#endregion
20450
- //#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
20499
+ //#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
20451
20500
  /**
20452
20501
  * Raised when a workspace member's `package.json` cannot be read, parsed, or
20453
20502
  * used — it is missing, malformed, or lacks a `name` or `version`.
@@ -20903,7 +20952,7 @@ var WorkspaceDiscovery = class WorkspaceDiscovery extends effect.Context.Service
20903
20952
  };
20904
20953
  const isStringRecord$2 = (value) => value !== null && typeof value === "object" && !Array.isArray(value) && Object.values(value).every((entry) => typeof entry === "string");
20905
20954
  //#endregion
20906
- //#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
20955
+ //#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
20907
20956
  /**
20908
20957
  * Raised when the workspace dependency graph cannot be topologically ordered
20909
20958
  * because it contains a cycle.
@@ -24599,7 +24648,7 @@ var Git = class Git extends effect.Context.Service()("@effected/git/Git") {
24599
24648
  static layerTest = (overrides = {}) => effect.Layer.succeed(Git, Git.makeTest(overrides));
24600
24649
  };
24601
24650
  //#endregion
24602
- //#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
24651
+ //#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
24603
24652
  /**
24604
24653
  * Which git refs to compare, and whether to fold in the working tree.
24605
24654
  *
@@ -24855,7 +24904,7 @@ function resolveFromCatalog(catalogs, wantedDependency) {
24855
24904
  };
24856
24905
  }
24857
24906
  //#endregion
24858
- //#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
24907
+ //#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
24859
24908
  /** Project a pnpm-workspace manifest's `catalog` / `catalogs` fields into a `Catalogs` map. */
24860
24909
  const inlineCatalogs = (manifest) => {
24861
24910
  if (manifest.catalog === void 0 && manifest.catalogs === void 0) return {};
@@ -25384,7 +25433,7 @@ var ConfigDependencyHooks = class ConfigDependencyHooks extends effect.Context.S
25384
25433
  }));
25385
25434
  };
25386
25435
  //#endregion
25387
- //#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
25436
+ //#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
25388
25437
  /**
25389
25438
  * The four package managers this package understands.
25390
25439
  *
@@ -25759,7 +25808,7 @@ var PackageManagerDetector = class PackageManagerDetector extends effect.Context
25759
25808
  static layerTest = (overrides = {}) => effect.Layer.succeed(PackageManagerDetector, PackageManagerDetector.makeTest(overrides));
25760
25809
  };
25761
25810
  //#endregion
25762
- //#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
25811
+ //#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
25763
25812
  /**
25764
25813
  * Raised when the workspace's lockfile cannot be read off disk.
25765
25814
  *
@@ -25939,7 +25988,7 @@ var LockfileReader = class LockfileReader extends effect.Context.Service()("@eff
25939
25988
  static layerTest = (overrides = {}) => effect.Layer.succeed(LockfileReader, LockfileReader.makeTest(overrides));
25940
25989
  };
25941
25990
  //#endregion
25942
- //#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
25991
+ //#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
25943
25992
  /** The public npm registry, used when `publishConfig.registry` says nothing. */
25944
25993
  const DEFAULT_REGISTRY = "https://registry.npmjs.org/";
25945
25994
  /**
@@ -26098,7 +26147,7 @@ var PublishabilityDetector = class extends effect.Context.Service()("@effected/w
26098
26147
  static layerNone = effect.Layer.succeed(this, this.none);
26099
26148
  };
26100
26149
  //#endregion
26101
- //#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
26150
+ //#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
26102
26151
  /**
26103
26152
  * Strip pnpm's peer-disambiguation suffix from a recorded importer version.
26104
26153
  *
@@ -26184,7 +26233,7 @@ const unanimousVersionOf = (index, dependency) => {
26184
26233
  return agreed;
26185
26234
  };
26186
26235
  //#endregion
26187
- //#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
26236
+ //#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
26188
26237
  /**
26189
26238
  * An immutable, fully-normalized catalog collection — the one catalog
26190
26239
  * resolution semantic in the package.
@@ -26754,7 +26803,7 @@ var WorkspaceCatalogs = class WorkspaceCatalogs extends effect.Context.Service()
26754
26803
  }));
26755
26804
  };
26756
26805
  //#endregion
26757
- //#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
26806
+ //#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
26758
26807
  const EMPTY = Object.freeze(Object.create(null));
26759
26808
  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)));
26760
26809
  /**
@@ -26977,7 +27026,7 @@ var WorkspaceStateSnapshot = class extends effect.Schema.Class("WorkspaceStateSn
26977
27026
  }
26978
27027
  };
26979
27028
  //#endregion
26980
- //#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
27029
+ //#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
26981
27030
  /** Whether `value` is a non-null, non-array object. */
26982
27031
  const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
26983
27032
  /** Whether every value in a record is a string — a usable dependency map. */
@@ -27254,7 +27303,7 @@ var WorkspaceSnapshots = class WorkspaceSnapshots extends effect.Context.Service
27254
27303
  static layerTest = (overrides = {}) => effect.Layer.succeed(WorkspaceSnapshots, WorkspaceSnapshots.makeTest(overrides));
27255
27304
  };
27256
27305
  //#endregion
27257
- //#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
27306
+ //#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
27258
27307
  const compose = (options, catalogsFactory) => {
27259
27308
  const roots = WorkspaceRoot.layer;
27260
27309
  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`. */