@savvy-web/silk 3.8.2 → 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.
- package/changesets-changelog.cjs +52 -43
- package/changesets-changelog.d.cts +3 -3
- package/changesets-changelog.d.ts +3 -3
- package/changesets-changelog.js +53 -44
- package/changesets-markdownlint.cjs +52 -43
- package/changesets-markdownlint.d.cts +3 -3
- package/changesets-markdownlint.d.ts +3 -3
- package/changesets-markdownlint.js +53 -44
- package/package.json +4 -4
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +1 -1
|
@@ -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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
*
|
|
@@ -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.
|
|
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 (
|
|
4402
|
-
const
|
|
4403
|
-
if (
|
|
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.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
@@ -16233,7 +16242,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
|
|
|
16233
16242
|
};
|
|
16234
16243
|
});
|
|
16235
16244
|
//#endregion
|
|
16236
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16237
16246
|
const YarnLockfileRaw = effect.Schema.Record(effect.Schema.String, effect.Schema.Unknown);
|
|
16238
16247
|
const DepRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
|
|
16239
16248
|
const YarnEntry = effect.Schema.Struct({
|
|
@@ -16409,7 +16418,7 @@ const cleanYarnDeps = (deps) => {
|
|
|
16409
16418
|
return Object.fromEntries(Object.entries(deps).map(([name, value]) => [name, value.startsWith("npm:") ? value.slice(4) : value]));
|
|
16410
16419
|
};
|
|
16411
16420
|
//#endregion
|
|
16412
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16413
16422
|
const EMPTY_IMPORTERS = [];
|
|
16414
16423
|
/**
|
|
16415
16424
|
* Failure of `Lockfile.parse`: the given content is not a valid lockfile of
|
|
@@ -16658,7 +16667,7 @@ var Lockfile = class Lockfile extends effect.Schema.Class("Lockfile")({
|
|
|
16658
16667
|
}
|
|
16659
16668
|
};
|
|
16660
16669
|
//#endregion
|
|
16661
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16662
16671
|
/**
|
|
16663
16672
|
* The minimal manifest shape {@link LockfileIntegrity.compare} checks a
|
|
16664
16673
|
* lockfile against: a package name plus the four optional dependency maps.
|
|
@@ -19471,7 +19480,7 @@ var Package = class Package extends effect.Schema.Class("Package")({
|
|
|
19471
19480
|
}
|
|
19472
19481
|
};
|
|
19473
19482
|
//#endregion
|
|
19474
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
19475
19484
|
const EMPTY$1 = Object.freeze(Object.create(null));
|
|
19476
19485
|
const EMPTY_MANIFEST = Object.freeze(Object.create(null));
|
|
19477
19486
|
/**
|
|
@@ -20069,7 +20078,7 @@ var Walker$1 = class {
|
|
|
20069
20078
|
static findRoot = findRoot$1;
|
|
20070
20079
|
};
|
|
20071
20080
|
//#endregion
|
|
20072
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20073
20082
|
/**
|
|
20074
20083
|
* The marker filenames {@link WorkspaceRoot} probes for, in priority order.
|
|
20075
20084
|
*
|
|
@@ -20256,7 +20265,7 @@ var WorkspaceRoot = class WorkspaceRoot extends effect.Context.Service()("@effec
|
|
|
20256
20265
|
static layerTest = (root) => effect.Layer.effect(WorkspaceRoot, WorkspaceRoot.makeTest(root)).pipe(effect.Layer.provide(effect.Path.layer));
|
|
20257
20266
|
};
|
|
20258
20267
|
//#endregion
|
|
20259
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20260
20269
|
/**
|
|
20261
20270
|
* Hard ceiling on directories the enumerator will visit for one pattern set.
|
|
20262
20271
|
* Guards the pathological case a depth cap alone does not: a wide, shallow
|
|
@@ -20274,7 +20283,7 @@ const MAX_ENUMERATION_ENTRIES = 1e5;
|
|
|
20274
20283
|
*/
|
|
20275
20284
|
const PRUNED_DIRECTORIES = /* @__PURE__ */ new Set([".git", "node_modules"]);
|
|
20276
20285
|
//#endregion
|
|
20277
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20278
20287
|
/** Directory names never descended into. */
|
|
20279
20288
|
const isPruned = (entry) => PRUNED_DIRECTORIES.has(entry);
|
|
20280
20289
|
/** Join root-relative POSIX segments; `""` is the root itself. */
|
|
@@ -20364,7 +20373,7 @@ var Traversal = class {
|
|
|
20364
20373
|
}
|
|
20365
20374
|
};
|
|
20366
20375
|
//#endregion
|
|
20367
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20368
20377
|
/** Strip a trailing slash from `GlobPattern.enumerationPrefix` to get a relative directory. */
|
|
20369
20378
|
const baseOf = (pattern) => pattern.enumerationPrefix.replace(/\/$/, "");
|
|
20370
20379
|
/**
|
|
@@ -20434,7 +20443,7 @@ const enumerate = (root, globs, options) => effect.Effect.gen(function* () {
|
|
|
20434
20443
|
return results;
|
|
20435
20444
|
});
|
|
20436
20445
|
//#endregion
|
|
20437
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20438
20447
|
const stringsOf = (value) => Array.isArray(value) ? value.filter((entry) => typeof entry === "string") : void 0;
|
|
20439
20448
|
/** The `packages:` list of a `pnpm-workspace.yaml` document. Total on a parsed document. */
|
|
20440
20449
|
const pnpmPatternsOf = (document) => {
|
|
@@ -20491,7 +20500,7 @@ const readPatterns = (root) => effect.Effect.gen(function* () {
|
|
|
20491
20500
|
return manifestPatternsOf(manifest);
|
|
20492
20501
|
});
|
|
20493
20502
|
//#endregion
|
|
20494
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20495
20504
|
/**
|
|
20496
20505
|
* Raised when a workspace member's `package.json` cannot be read, parsed, or
|
|
20497
20506
|
* used — it is missing, malformed, or lacks a `name` or `version`.
|
|
@@ -20947,7 +20956,7 @@ var WorkspaceDiscovery = class WorkspaceDiscovery extends effect.Context.Service
|
|
|
20947
20956
|
};
|
|
20948
20957
|
const isStringRecord$2 = (value) => value !== null && typeof value === "object" && !Array.isArray(value) && Object.values(value).every((entry) => typeof entry === "string");
|
|
20949
20958
|
//#endregion
|
|
20950
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20951
20960
|
/**
|
|
20952
20961
|
* Raised when the workspace dependency graph cannot be topologically ordered
|
|
20953
20962
|
* because it contains a cycle.
|
|
@@ -24643,7 +24652,7 @@ var Git = class Git extends effect.Context.Service()("@effected/git/Git") {
|
|
|
24643
24652
|
static layerTest = (overrides = {}) => effect.Layer.succeed(Git, Git.makeTest(overrides));
|
|
24644
24653
|
};
|
|
24645
24654
|
//#endregion
|
|
24646
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
24647
24656
|
/**
|
|
24648
24657
|
* Which git refs to compare, and whether to fold in the working tree.
|
|
24649
24658
|
*
|
|
@@ -24899,7 +24908,7 @@ function resolveFromCatalog(catalogs, wantedDependency) {
|
|
|
24899
24908
|
};
|
|
24900
24909
|
}
|
|
24901
24910
|
//#endregion
|
|
24902
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
24903
24912
|
/** Project a pnpm-workspace manifest's `catalog` / `catalogs` fields into a `Catalogs` map. */
|
|
24904
24913
|
const inlineCatalogs = (manifest) => {
|
|
24905
24914
|
if (manifest.catalog === void 0 && manifest.catalogs === void 0) return {};
|
|
@@ -25428,7 +25437,7 @@ var ConfigDependencyHooks = class ConfigDependencyHooks extends effect.Context.S
|
|
|
25428
25437
|
}));
|
|
25429
25438
|
};
|
|
25430
25439
|
//#endregion
|
|
25431
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25432
25441
|
/**
|
|
25433
25442
|
* The four package managers this package understands.
|
|
25434
25443
|
*
|
|
@@ -25803,7 +25812,7 @@ var PackageManagerDetector = class PackageManagerDetector extends effect.Context
|
|
|
25803
25812
|
static layerTest = (overrides = {}) => effect.Layer.succeed(PackageManagerDetector, PackageManagerDetector.makeTest(overrides));
|
|
25804
25813
|
};
|
|
25805
25814
|
//#endregion
|
|
25806
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25807
25816
|
/**
|
|
25808
25817
|
* Raised when the workspace's lockfile cannot be read off disk.
|
|
25809
25818
|
*
|
|
@@ -25983,7 +25992,7 @@ var LockfileReader = class LockfileReader extends effect.Context.Service()("@eff
|
|
|
25983
25992
|
static layerTest = (overrides = {}) => effect.Layer.succeed(LockfileReader, LockfileReader.makeTest(overrides));
|
|
25984
25993
|
};
|
|
25985
25994
|
//#endregion
|
|
25986
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25987
25996
|
/** The public npm registry, used when `publishConfig.registry` says nothing. */
|
|
25988
25997
|
const DEFAULT_REGISTRY = "https://registry.npmjs.org/";
|
|
25989
25998
|
/**
|
|
@@ -26142,7 +26151,7 @@ var PublishabilityDetector = class extends effect.Context.Service()("@effected/w
|
|
|
26142
26151
|
static layerNone = effect.Layer.succeed(this, this.none);
|
|
26143
26152
|
};
|
|
26144
26153
|
//#endregion
|
|
26145
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26146
26155
|
/**
|
|
26147
26156
|
* Strip pnpm's peer-disambiguation suffix from a recorded importer version.
|
|
26148
26157
|
*
|
|
@@ -26228,7 +26237,7 @@ const unanimousVersionOf = (index, dependency) => {
|
|
|
26228
26237
|
return agreed;
|
|
26229
26238
|
};
|
|
26230
26239
|
//#endregion
|
|
26231
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26232
26241
|
/**
|
|
26233
26242
|
* An immutable, fully-normalized catalog collection — the one catalog
|
|
26234
26243
|
* resolution semantic in the package.
|
|
@@ -26798,7 +26807,7 @@ var WorkspaceCatalogs = class WorkspaceCatalogs extends effect.Context.Service()
|
|
|
26798
26807
|
}));
|
|
26799
26808
|
};
|
|
26800
26809
|
//#endregion
|
|
26801
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26802
26811
|
const EMPTY = Object.freeze(Object.create(null));
|
|
26803
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)));
|
|
26804
26813
|
/**
|
|
@@ -27021,7 +27030,7 @@ var WorkspaceStateSnapshot = class extends effect.Schema.Class("WorkspaceStateSn
|
|
|
27021
27030
|
}
|
|
27022
27031
|
};
|
|
27023
27032
|
//#endregion
|
|
27024
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
27025
27034
|
/** Whether `value` is a non-null, non-array object. */
|
|
27026
27035
|
const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
|
|
27027
27036
|
/** Whether every value in a record is a string — a usable dependency map. */
|
|
@@ -27298,7 +27307,7 @@ var WorkspaceSnapshots = class WorkspaceSnapshots extends effect.Context.Service
|
|
|
27298
27307
|
static layerTest = (overrides = {}) => effect.Layer.succeed(WorkspaceSnapshots, WorkspaceSnapshots.makeTest(overrides));
|
|
27299
27308
|
};
|
|
27300
27309
|
//#endregion
|
|
27301
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
27302
27311
|
const compose = (options, catalogsFactory) => {
|
|
27303
27312
|
const roots = WorkspaceRoot.layer;
|
|
27304
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.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.
|
|
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.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.
|
|
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`. */
|