@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
package/changesets-changelog.cjs
CHANGED
|
@@ -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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
*
|
|
@@ -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.
|
|
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 (
|
|
4398
|
-
const
|
|
4399
|
-
if (
|
|
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.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
@@ -16229,7 +16238,7 @@ const toFields$1 = (raw) => effect.Effect.gen(function* () {
|
|
|
16229
16238
|
};
|
|
16230
16239
|
});
|
|
16231
16240
|
//#endregion
|
|
16232
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16233
16242
|
const YarnLockfileRaw = effect.Schema.Record(effect.Schema.String, effect.Schema.Unknown);
|
|
16234
16243
|
const DepRecord = effect.Schema.optionalKey(effect.Schema.Record(effect.Schema.String, effect.Schema.String));
|
|
16235
16244
|
const YarnEntry = effect.Schema.Struct({
|
|
@@ -16405,7 +16414,7 @@ const cleanYarnDeps = (deps) => {
|
|
|
16405
16414
|
return Object.fromEntries(Object.entries(deps).map(([name, value]) => [name, value.startsWith("npm:") ? value.slice(4) : value]));
|
|
16406
16415
|
};
|
|
16407
16416
|
//#endregion
|
|
16408
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16409
16418
|
const EMPTY_IMPORTERS = [];
|
|
16410
16419
|
/**
|
|
16411
16420
|
* Failure of `Lockfile.parse`: the given content is not a valid lockfile of
|
|
@@ -16654,7 +16663,7 @@ var Lockfile = class Lockfile extends effect.Schema.Class("Lockfile")({
|
|
|
16654
16663
|
}
|
|
16655
16664
|
};
|
|
16656
16665
|
//#endregion
|
|
16657
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.6.1_@effected+jsonc@0.7.0_effect@4.0.0-rc.109__@effected+npm@0.
|
|
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
|
|
16658
16667
|
/**
|
|
16659
16668
|
* The minimal manifest shape {@link LockfileIntegrity.compare} checks a
|
|
16660
16669
|
* lockfile against: a package name plus the four optional dependency maps.
|
|
@@ -19467,7 +19476,7 @@ var Package = class Package extends effect.Schema.Class("Package")({
|
|
|
19467
19476
|
}
|
|
19468
19477
|
};
|
|
19469
19478
|
//#endregion
|
|
19470
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
19471
19480
|
const EMPTY$1 = Object.freeze(Object.create(null));
|
|
19472
19481
|
const EMPTY_MANIFEST = Object.freeze(Object.create(null));
|
|
19473
19482
|
/**
|
|
@@ -20065,7 +20074,7 @@ var Walker$1 = class {
|
|
|
20065
20074
|
static findRoot = findRoot$1;
|
|
20066
20075
|
};
|
|
20067
20076
|
//#endregion
|
|
20068
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20069
20078
|
/**
|
|
20070
20079
|
* The marker filenames {@link WorkspaceRoot} probes for, in priority order.
|
|
20071
20080
|
*
|
|
@@ -20252,7 +20261,7 @@ var WorkspaceRoot = class WorkspaceRoot extends effect.Context.Service()("@effec
|
|
|
20252
20261
|
static layerTest = (root) => effect.Layer.effect(WorkspaceRoot, WorkspaceRoot.makeTest(root)).pipe(effect.Layer.provide(effect.Path.layer));
|
|
20253
20262
|
};
|
|
20254
20263
|
//#endregion
|
|
20255
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20256
20265
|
/**
|
|
20257
20266
|
* Hard ceiling on directories the enumerator will visit for one pattern set.
|
|
20258
20267
|
* Guards the pathological case a depth cap alone does not: a wide, shallow
|
|
@@ -20270,7 +20279,7 @@ const MAX_ENUMERATION_ENTRIES = 1e5;
|
|
|
20270
20279
|
*/
|
|
20271
20280
|
const PRUNED_DIRECTORIES = /* @__PURE__ */ new Set([".git", "node_modules"]);
|
|
20272
20281
|
//#endregion
|
|
20273
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20274
20283
|
/** Directory names never descended into. */
|
|
20275
20284
|
const isPruned = (entry) => PRUNED_DIRECTORIES.has(entry);
|
|
20276
20285
|
/** Join root-relative POSIX segments; `""` is the root itself. */
|
|
@@ -20360,7 +20369,7 @@ var Traversal = class {
|
|
|
20360
20369
|
}
|
|
20361
20370
|
};
|
|
20362
20371
|
//#endregion
|
|
20363
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20364
20373
|
/** Strip a trailing slash from `GlobPattern.enumerationPrefix` to get a relative directory. */
|
|
20365
20374
|
const baseOf = (pattern) => pattern.enumerationPrefix.replace(/\/$/, "");
|
|
20366
20375
|
/**
|
|
@@ -20430,7 +20439,7 @@ const enumerate = (root, globs, options) => effect.Effect.gen(function* () {
|
|
|
20430
20439
|
return results;
|
|
20431
20440
|
});
|
|
20432
20441
|
//#endregion
|
|
20433
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20434
20443
|
const stringsOf = (value) => Array.isArray(value) ? value.filter((entry) => typeof entry === "string") : void 0;
|
|
20435
20444
|
/** The `packages:` list of a `pnpm-workspace.yaml` document. Total on a parsed document. */
|
|
20436
20445
|
const pnpmPatternsOf = (document) => {
|
|
@@ -20487,7 +20496,7 @@ const readPatterns = (root) => effect.Effect.gen(function* () {
|
|
|
20487
20496
|
return manifestPatternsOf(manifest);
|
|
20488
20497
|
});
|
|
20489
20498
|
//#endregion
|
|
20490
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20491
20500
|
/**
|
|
20492
20501
|
* Raised when a workspace member's `package.json` cannot be read, parsed, or
|
|
20493
20502
|
* used — it is missing, malformed, or lacks a `name` or `version`.
|
|
@@ -20943,7 +20952,7 @@ var WorkspaceDiscovery = class WorkspaceDiscovery extends effect.Context.Service
|
|
|
20943
20952
|
};
|
|
20944
20953
|
const isStringRecord$2 = (value) => value !== null && typeof value === "object" && !Array.isArray(value) && Object.values(value).every((entry) => typeof entry === "string");
|
|
20945
20954
|
//#endregion
|
|
20946
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
20947
20956
|
/**
|
|
20948
20957
|
* Raised when the workspace dependency graph cannot be topologically ordered
|
|
20949
20958
|
* because it contains a cycle.
|
|
@@ -24639,7 +24648,7 @@ var Git = class Git extends effect.Context.Service()("@effected/git/Git") {
|
|
|
24639
24648
|
static layerTest = (overrides = {}) => effect.Layer.succeed(Git, Git.makeTest(overrides));
|
|
24640
24649
|
};
|
|
24641
24650
|
//#endregion
|
|
24642
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
24643
24652
|
/**
|
|
24644
24653
|
* Which git refs to compare, and whether to fold in the working tree.
|
|
24645
24654
|
*
|
|
@@ -24895,7 +24904,7 @@ function resolveFromCatalog(catalogs, wantedDependency) {
|
|
|
24895
24904
|
};
|
|
24896
24905
|
}
|
|
24897
24906
|
//#endregion
|
|
24898
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
24899
24908
|
/** Project a pnpm-workspace manifest's `catalog` / `catalogs` fields into a `Catalogs` map. */
|
|
24900
24909
|
const inlineCatalogs = (manifest) => {
|
|
24901
24910
|
if (manifest.catalog === void 0 && manifest.catalogs === void 0) return {};
|
|
@@ -25424,7 +25433,7 @@ var ConfigDependencyHooks = class ConfigDependencyHooks extends effect.Context.S
|
|
|
25424
25433
|
}));
|
|
25425
25434
|
};
|
|
25426
25435
|
//#endregion
|
|
25427
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25428
25437
|
/**
|
|
25429
25438
|
* The four package managers this package understands.
|
|
25430
25439
|
*
|
|
@@ -25799,7 +25808,7 @@ var PackageManagerDetector = class PackageManagerDetector extends effect.Context
|
|
|
25799
25808
|
static layerTest = (overrides = {}) => effect.Layer.succeed(PackageManagerDetector, PackageManagerDetector.makeTest(overrides));
|
|
25800
25809
|
};
|
|
25801
25810
|
//#endregion
|
|
25802
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25803
25812
|
/**
|
|
25804
25813
|
* Raised when the workspace's lockfile cannot be read off disk.
|
|
25805
25814
|
*
|
|
@@ -25979,7 +25988,7 @@ var LockfileReader = class LockfileReader extends effect.Context.Service()("@eff
|
|
|
25979
25988
|
static layerTest = (overrides = {}) => effect.Layer.succeed(LockfileReader, LockfileReader.makeTest(overrides));
|
|
25980
25989
|
};
|
|
25981
25990
|
//#endregion
|
|
25982
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
25983
25992
|
/** The public npm registry, used when `publishConfig.registry` says nothing. */
|
|
25984
25993
|
const DEFAULT_REGISTRY = "https://registry.npmjs.org/";
|
|
25985
25994
|
/**
|
|
@@ -26138,7 +26147,7 @@ var PublishabilityDetector = class extends effect.Context.Service()("@effected/w
|
|
|
26138
26147
|
static layerNone = effect.Layer.succeed(this, this.none);
|
|
26139
26148
|
};
|
|
26140
26149
|
//#endregion
|
|
26141
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26142
26151
|
/**
|
|
26143
26152
|
* Strip pnpm's peer-disambiguation suffix from a recorded importer version.
|
|
26144
26153
|
*
|
|
@@ -26224,7 +26233,7 @@ const unanimousVersionOf = (index, dependency) => {
|
|
|
26224
26233
|
return agreed;
|
|
26225
26234
|
};
|
|
26226
26235
|
//#endregion
|
|
26227
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26228
26237
|
/**
|
|
26229
26238
|
* An immutable, fully-normalized catalog collection — the one catalog
|
|
26230
26239
|
* resolution semantic in the package.
|
|
@@ -26794,7 +26803,7 @@ var WorkspaceCatalogs = class WorkspaceCatalogs extends effect.Context.Service()
|
|
|
26794
26803
|
}));
|
|
26795
26804
|
};
|
|
26796
26805
|
//#endregion
|
|
26797
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
26798
26807
|
const EMPTY = Object.freeze(Object.create(null));
|
|
26799
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)));
|
|
26800
26809
|
/**
|
|
@@ -27017,7 +27026,7 @@ var WorkspaceStateSnapshot = class extends effect.Schema.Class("WorkspaceStateSn
|
|
|
27017
27026
|
}
|
|
27018
27027
|
};
|
|
27019
27028
|
//#endregion
|
|
27020
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
27021
27030
|
/** Whether `value` is a non-null, non-array object. */
|
|
27022
27031
|
const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
|
|
27023
27032
|
/** Whether every value in a record is a string — a usable dependency map. */
|
|
@@ -27294,7 +27303,7 @@ var WorkspaceSnapshots = class WorkspaceSnapshots extends effect.Context.Service
|
|
|
27294
27303
|
static layerTest = (overrides = {}) => effect.Layer.succeed(WorkspaceSnapshots, WorkspaceSnapshots.makeTest(overrides));
|
|
27295
27304
|
};
|
|
27296
27305
|
//#endregion
|
|
27297
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.
|
|
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
|
|
27298
27307
|
const compose = (options, catalogsFactory) => {
|
|
27299
27308
|
const roots = WorkspaceRoot.layer;
|
|
27300
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.
|
|
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`. */
|