@savvy-web/pnpm-plugin-silk 0.15.2 → 0.16.0
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/catalogs/generated.js +25 -12
- package/package.json +1 -1
- package/pnpmfile.cjs +152 -133
- package/pnpmfile.mjs +152 -133
package/pnpmfile.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { readFileSync } from "node:fs";
|
|
2
2
|
import { join } from "node:path";
|
|
3
3
|
|
|
4
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
4
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Function.js
|
|
5
5
|
/**
|
|
6
6
|
* Tests if a value is a `function`.
|
|
7
7
|
*
|
|
@@ -233,7 +233,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
//#endregion
|
|
236
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
236
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/GlobalValue.js
|
|
237
237
|
/**
|
|
238
238
|
* The `GlobalValue` module ensures that a single instance of a value is created globally,
|
|
239
239
|
* even when modules are imported multiple times (e.g., due to mixing CommonJS and ESM builds)
|
|
@@ -283,7 +283,7 @@ const globalValue = (id, compute) => {
|
|
|
283
283
|
};
|
|
284
284
|
|
|
285
285
|
//#endregion
|
|
286
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
286
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Predicate.js
|
|
287
287
|
/**
|
|
288
288
|
* This module provides a collection of functions for working with predicates and refinements.
|
|
289
289
|
*
|
|
@@ -520,7 +520,7 @@ const isIterable = (input) => typeof input === "string" || hasProperty(input, Sy
|
|
|
520
520
|
const isPromiseLike = (input) => hasProperty(input, "then") && isFunction(input.then);
|
|
521
521
|
|
|
522
522
|
//#endregion
|
|
523
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
523
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/errors.js
|
|
524
524
|
/**
|
|
525
525
|
* @since 2.0.0
|
|
526
526
|
*/
|
|
@@ -528,7 +528,7 @@ const isPromiseLike = (input) => hasProperty(input, "then") && isFunction(input.
|
|
|
528
528
|
const getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
|
|
529
529
|
|
|
530
530
|
//#endregion
|
|
531
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
531
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Utils.js
|
|
532
532
|
/**
|
|
533
533
|
* @category constructors
|
|
534
534
|
* @since 2.0.0
|
|
@@ -759,7 +759,7 @@ const internalCall = isNotOptimizedAway ? standard.effect_internal_function : fo
|
|
|
759
759
|
const genConstructor = function* () {}.constructor;
|
|
760
760
|
|
|
761
761
|
//#endregion
|
|
762
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
762
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Hash.js
|
|
763
763
|
/**
|
|
764
764
|
* @since 2.0.0
|
|
765
765
|
*/
|
|
@@ -889,7 +889,7 @@ const cached = function() {
|
|
|
889
889
|
};
|
|
890
890
|
|
|
891
891
|
//#endregion
|
|
892
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
892
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Equal.js
|
|
893
893
|
/**
|
|
894
894
|
* @since 2.0.0
|
|
895
895
|
* @category symbols
|
|
@@ -941,7 +941,7 @@ const isEqual = (u) => hasProperty(u, symbol);
|
|
|
941
941
|
const equivalence = () => equals$1;
|
|
942
942
|
|
|
943
943
|
//#endregion
|
|
944
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
944
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Inspectable.js
|
|
945
945
|
/**
|
|
946
946
|
* @since 2.0.0
|
|
947
947
|
* @category symbols
|
|
@@ -1017,7 +1017,7 @@ const redact = (u) => {
|
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
1019
|
//#endregion
|
|
1020
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1020
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Pipeable.js
|
|
1021
1021
|
/**
|
|
1022
1022
|
* @since 2.0.0
|
|
1023
1023
|
*/
|
|
@@ -1045,7 +1045,7 @@ const pipeArguments = (self, args) => {
|
|
|
1045
1045
|
};
|
|
1046
1046
|
|
|
1047
1047
|
//#endregion
|
|
1048
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1048
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/effect.js
|
|
1049
1049
|
/** @internal */
|
|
1050
1050
|
const OP_ASYNC = "Async";
|
|
1051
1051
|
/** @internal */
|
|
@@ -1078,12 +1078,12 @@ const OP_YIELD = "Yield";
|
|
|
1078
1078
|
const OP_REVERT_FLAGS = "RevertFlags";
|
|
1079
1079
|
|
|
1080
1080
|
//#endregion
|
|
1081
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1082
|
-
let moduleVersion = "3.21.
|
|
1081
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/version.js
|
|
1082
|
+
let moduleVersion = "3.21.4";
|
|
1083
1083
|
const getCurrentVersion = () => moduleVersion;
|
|
1084
1084
|
|
|
1085
1085
|
//#endregion
|
|
1086
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1086
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/effectable.js
|
|
1087
1087
|
/** @internal */
|
|
1088
1088
|
const EffectTypeId$1 = /*#__PURE__*/ Symbol.for("effect/Effect");
|
|
1089
1089
|
/** @internal */
|
|
@@ -1180,7 +1180,7 @@ const Base$1 = /*#__PURE__*/ function() {
|
|
|
1180
1180
|
}();
|
|
1181
1181
|
|
|
1182
1182
|
//#endregion
|
|
1183
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1183
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/option.js
|
|
1184
1184
|
/**
|
|
1185
1185
|
* @since 2.0.0
|
|
1186
1186
|
*/
|
|
@@ -1245,7 +1245,7 @@ const some$1 = (value) => {
|
|
|
1245
1245
|
};
|
|
1246
1246
|
|
|
1247
1247
|
//#endregion
|
|
1248
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1248
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/context.js
|
|
1249
1249
|
/** @internal */
|
|
1250
1250
|
const TagTypeId = /*#__PURE__*/ Symbol.for("effect/Context/Tag");
|
|
1251
1251
|
/** @internal */
|
|
@@ -1443,7 +1443,7 @@ const mergeAll$2 = (...ctxs) => {
|
|
|
1443
1443
|
};
|
|
1444
1444
|
|
|
1445
1445
|
//#endregion
|
|
1446
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1446
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Context.js
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Creates a new `Tag` instance with an optional key parameter.
|
|
1449
1449
|
*
|
|
@@ -1743,7 +1743,7 @@ const Tag = Tag$1;
|
|
|
1743
1743
|
const Reference = Reference$1;
|
|
1744
1744
|
|
|
1745
1745
|
//#endregion
|
|
1746
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1746
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Equivalence.js
|
|
1747
1747
|
/**
|
|
1748
1748
|
* This module provides an implementation of the `Equivalence` type class, which defines a binary relation
|
|
1749
1749
|
* that is reflexive, symmetric, and transitive. In other words, it defines a notion of equivalence between values of a certain type.
|
|
@@ -1774,7 +1774,7 @@ const array = (item) => make$22((self, that) => {
|
|
|
1774
1774
|
});
|
|
1775
1775
|
|
|
1776
1776
|
//#endregion
|
|
1777
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1777
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/either.js
|
|
1778
1778
|
/**
|
|
1779
1779
|
* @since 2.0.0
|
|
1780
1780
|
*/
|
|
@@ -1846,7 +1846,7 @@ const right$1 = (right) => {
|
|
|
1846
1846
|
};
|
|
1847
1847
|
|
|
1848
1848
|
//#endregion
|
|
1849
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1849
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Either.js
|
|
1850
1850
|
/**
|
|
1851
1851
|
* Constructs a new `Either` holding a `Right` value. This usually represents a successful value due to the right bias
|
|
1852
1852
|
* of this structure.
|
|
@@ -1929,7 +1929,7 @@ const merge$3 = /*#__PURE__*/ match$4({
|
|
|
1929
1929
|
});
|
|
1930
1930
|
|
|
1931
1931
|
//#endregion
|
|
1932
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1932
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/array.js
|
|
1933
1933
|
/**
|
|
1934
1934
|
* @since 2.0.0
|
|
1935
1935
|
*/
|
|
@@ -1937,7 +1937,7 @@ const merge$3 = /*#__PURE__*/ match$4({
|
|
|
1937
1937
|
const isNonEmptyArray$1 = (self) => self.length > 0;
|
|
1938
1938
|
|
|
1939
1939
|
//#endregion
|
|
1940
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1940
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Order.js
|
|
1941
1941
|
/**
|
|
1942
1942
|
* This module provides an implementation of the `Order` type class which is used to define a total ordering on some type `A`.
|
|
1943
1943
|
* An order is defined by a relation `<=`, which obeys the following laws:
|
|
@@ -1979,7 +1979,7 @@ const mapInput = /*#__PURE__*/ dual(2, (self, f) => make$21((b1, b2) => self(f(b
|
|
|
1979
1979
|
const greaterThan$1 = (O) => dual(2, (self, that) => O(self, that) === 1);
|
|
1980
1980
|
|
|
1981
1981
|
//#endregion
|
|
1982
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
1982
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Option.js
|
|
1983
1983
|
/**
|
|
1984
1984
|
* Represents the absence of a value by creating an empty `Option`.
|
|
1985
1985
|
*
|
|
@@ -2384,7 +2384,7 @@ const _equivalence$3 = /*#__PURE__*/ equivalence();
|
|
|
2384
2384
|
const contains = /*#__PURE__*/ containsWith(_equivalence$3);
|
|
2385
2385
|
|
|
2386
2386
|
//#endregion
|
|
2387
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
2387
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Tuple.js
|
|
2388
2388
|
/**
|
|
2389
2389
|
* Constructs a new tuple from the provided values.
|
|
2390
2390
|
*
|
|
@@ -2402,7 +2402,7 @@ const contains = /*#__PURE__*/ containsWith(_equivalence$3);
|
|
|
2402
2402
|
const make$20 = (...elements) => elements;
|
|
2403
2403
|
|
|
2404
2404
|
//#endregion
|
|
2405
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
2405
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Array.js
|
|
2406
2406
|
/**
|
|
2407
2407
|
* Creates a new `Array` of the specified length.
|
|
2408
2408
|
*
|
|
@@ -3045,7 +3045,7 @@ const dedupe = (self) => dedupeWith(self, equivalence());
|
|
|
3045
3045
|
const join$2 = /*#__PURE__*/ dual(2, (self, sep) => fromIterable$6(self).join(sep));
|
|
3046
3046
|
|
|
3047
3047
|
//#endregion
|
|
3048
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3048
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Chunk.js
|
|
3049
3049
|
/**
|
|
3050
3050
|
* @since 2.0.0
|
|
3051
3051
|
*/
|
|
@@ -3458,7 +3458,7 @@ const headNonEmpty = unsafeHead;
|
|
|
3458
3458
|
const tailNonEmpty = (self) => drop(self, 1);
|
|
3459
3459
|
|
|
3460
3460
|
//#endregion
|
|
3461
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3461
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashMap/config.js
|
|
3462
3462
|
/** @internal */
|
|
3463
3463
|
const SIZE = 5;
|
|
3464
3464
|
/** @internal */
|
|
@@ -3471,7 +3471,7 @@ const MAX_INDEX_NODE = BUCKET_SIZE / 2;
|
|
|
3471
3471
|
const MIN_ARRAY_NODE = BUCKET_SIZE / 4;
|
|
3472
3472
|
|
|
3473
3473
|
//#endregion
|
|
3474
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3474
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashMap/bitwise.js
|
|
3475
3475
|
/**
|
|
3476
3476
|
* Hamming weight.
|
|
3477
3477
|
*
|
|
@@ -3501,14 +3501,14 @@ function fromBitmap(bitmap, bit) {
|
|
|
3501
3501
|
}
|
|
3502
3502
|
|
|
3503
3503
|
//#endregion
|
|
3504
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3504
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/stack.js
|
|
3505
3505
|
const make$18 = (value, previous) => ({
|
|
3506
3506
|
value,
|
|
3507
3507
|
previous
|
|
3508
3508
|
});
|
|
3509
3509
|
|
|
3510
3510
|
//#endregion
|
|
3511
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3511
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashMap/array.js
|
|
3512
3512
|
/** @internal */
|
|
3513
3513
|
function arrayUpdate(mutate, at, v, arr) {
|
|
3514
3514
|
let out = arr;
|
|
@@ -3554,7 +3554,7 @@ function arraySpliceIn(mutate, at, v, arr) {
|
|
|
3554
3554
|
}
|
|
3555
3555
|
|
|
3556
3556
|
//#endregion
|
|
3557
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3557
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashMap/node.js
|
|
3558
3558
|
/** @internal */
|
|
3559
3559
|
var EmptyNode = class EmptyNode {
|
|
3560
3560
|
_tag = "EmptyNode";
|
|
@@ -3787,7 +3787,7 @@ function mergeLeaves(edit, shift, h1, n1, h2, n2) {
|
|
|
3787
3787
|
}
|
|
3788
3788
|
|
|
3789
3789
|
//#endregion
|
|
3790
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
3790
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashMap.js
|
|
3791
3791
|
const HashMapSymbolKey = "effect/HashMap";
|
|
3792
3792
|
/** @internal */
|
|
3793
3793
|
const HashMapTypeId = /*#__PURE__*/ Symbol.for(HashMapSymbolKey);
|
|
@@ -4001,7 +4001,7 @@ const reduce$5 = /*#__PURE__*/ dual(3, (self, zero, f) => {
|
|
|
4001
4001
|
});
|
|
4002
4002
|
|
|
4003
4003
|
//#endregion
|
|
4004
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
4004
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/hashSet.js
|
|
4005
4005
|
const HashSetSymbolKey = "effect/HashSet";
|
|
4006
4006
|
/** @internal */
|
|
4007
4007
|
const HashSetTypeId = /*#__PURE__*/ Symbol.for(HashSetSymbolKey);
|
|
@@ -4092,7 +4092,7 @@ const forEach$1 = /*#__PURE__*/ dual(2, (self, f) => forEach$2(self._keyMap, (_,
|
|
|
4092
4092
|
const reduce$4 = /*#__PURE__*/ dual(3, (self, zero, f) => reduce$5(self._keyMap, zero, (z, _, a) => f(z, a)));
|
|
4093
4093
|
|
|
4094
4094
|
//#endregion
|
|
4095
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
4095
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/HashSet.js
|
|
4096
4096
|
/**
|
|
4097
4097
|
* # HashSet
|
|
4098
4098
|
*
|
|
@@ -4759,7 +4759,7 @@ const union = union$1;
|
|
|
4759
4759
|
const reduce$3 = reduce$4;
|
|
4760
4760
|
|
|
4761
4761
|
//#endregion
|
|
4762
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
4762
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/cause.js
|
|
4763
4763
|
/** @internal */
|
|
4764
4764
|
const OP_DIE = "Die";
|
|
4765
4765
|
/** @internal */
|
|
@@ -4774,7 +4774,7 @@ const OP_PARALLEL$1 = "Parallel";
|
|
|
4774
4774
|
const OP_SEQUENTIAL$1 = "Sequential";
|
|
4775
4775
|
|
|
4776
4776
|
//#endregion
|
|
4777
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
4777
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/cause.js
|
|
4778
4778
|
/** @internal */
|
|
4779
4779
|
const CauseSymbolKey = "effect/Cause";
|
|
4780
4780
|
/** @internal */
|
|
@@ -5268,7 +5268,7 @@ const prettyErrors = (cause) => reduceWithContext(cause, void 0, {
|
|
|
5268
5268
|
});
|
|
5269
5269
|
|
|
5270
5270
|
//#endregion
|
|
5271
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5271
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Duration.js
|
|
5272
5272
|
/**
|
|
5273
5273
|
* @since 2.0.0
|
|
5274
5274
|
*/
|
|
@@ -5596,7 +5596,7 @@ const format$1 = (self) => {
|
|
|
5596
5596
|
};
|
|
5597
5597
|
|
|
5598
5598
|
//#endregion
|
|
5599
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5599
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/MutableRef.js
|
|
5600
5600
|
const TypeId$6 = /*#__PURE__*/ Symbol.for("effect/MutableRef");
|
|
5601
5601
|
const MutableRefProto = {
|
|
5602
5602
|
[TypeId$6]: TypeId$6,
|
|
@@ -5640,7 +5640,7 @@ const set$3 = /*#__PURE__*/ dual(2, (self, value) => {
|
|
|
5640
5640
|
});
|
|
5641
5641
|
|
|
5642
5642
|
//#endregion
|
|
5643
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5643
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberId.js
|
|
5644
5644
|
/** @internal */
|
|
5645
5645
|
const FiberIdSymbolKey = "effect/FiberId";
|
|
5646
5646
|
/** @internal */
|
|
@@ -5765,7 +5765,7 @@ const unsafeMake$5 = () => {
|
|
|
5765
5765
|
};
|
|
5766
5766
|
|
|
5767
5767
|
//#endregion
|
|
5768
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5768
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/FiberId.js
|
|
5769
5769
|
/**
|
|
5770
5770
|
* @since 2.0.0
|
|
5771
5771
|
* @category constructors
|
|
@@ -5788,7 +5788,7 @@ const threadName = threadName$1;
|
|
|
5788
5788
|
const unsafeMake$4 = unsafeMake$5;
|
|
5789
5789
|
|
|
5790
5790
|
//#endregion
|
|
5791
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5791
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/HashMap.js
|
|
5792
5792
|
/**
|
|
5793
5793
|
* @since 2.0.0
|
|
5794
5794
|
*/
|
|
@@ -5862,7 +5862,7 @@ const map$1 = map$2;
|
|
|
5862
5862
|
const reduce$1 = reduce$5;
|
|
5863
5863
|
|
|
5864
5864
|
//#endregion
|
|
5865
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
5865
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/List.js
|
|
5866
5866
|
/**
|
|
5867
5867
|
* A data type for immutable linked lists representing ordered collections of elements of type `A`.
|
|
5868
5868
|
*
|
|
@@ -6140,7 +6140,7 @@ const reverse = (self) => {
|
|
|
6140
6140
|
};
|
|
6141
6141
|
|
|
6142
6142
|
//#endregion
|
|
6143
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6143
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/data.js
|
|
6144
6144
|
/** @internal */
|
|
6145
6145
|
const ArrayProto = /*#__PURE__*/ Object.assign(/*#__PURE__*/ Object.create(Array.prototype), {
|
|
6146
6146
|
[symbol$1]() {
|
|
@@ -6161,7 +6161,7 @@ const Structural = /*#__PURE__*/ function() {
|
|
|
6161
6161
|
}();
|
|
6162
6162
|
|
|
6163
6163
|
//#endregion
|
|
6164
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6164
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/differ/contextPatch.js
|
|
6165
6165
|
/** @internal */
|
|
6166
6166
|
const ContextPatchTypeId = /*#__PURE__*/ Symbol.for("effect/DifferContextPatch");
|
|
6167
6167
|
function variance$2(a) {
|
|
@@ -6266,7 +6266,7 @@ const patch$7 = /*#__PURE__*/ dual(2, (self, context) => {
|
|
|
6266
6266
|
});
|
|
6267
6267
|
|
|
6268
6268
|
//#endregion
|
|
6269
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6269
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/differ/hashSetPatch.js
|
|
6270
6270
|
/** @internal */
|
|
6271
6271
|
const HashSetPatchTypeId = /*#__PURE__*/ Symbol.for("effect/DifferHashSetPatch");
|
|
6272
6272
|
function variance$1(a) {
|
|
@@ -6344,7 +6344,7 @@ const patch$6 = /*#__PURE__*/ dual(2, (self, oldValue) => {
|
|
|
6344
6344
|
});
|
|
6345
6345
|
|
|
6346
6346
|
//#endregion
|
|
6347
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6347
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/differ/readonlyArrayPatch.js
|
|
6348
6348
|
/** @internal */
|
|
6349
6349
|
const ReadonlyArrayPatchTypeId = /*#__PURE__*/ Symbol.for("effect/DifferReadonlyArrayPatch");
|
|
6350
6350
|
function variance(a) {
|
|
@@ -6440,7 +6440,7 @@ const patch$5 = /*#__PURE__*/ dual(3, (self, oldValue, differ) => {
|
|
|
6440
6440
|
});
|
|
6441
6441
|
|
|
6442
6442
|
//#endregion
|
|
6443
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6443
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/differ.js
|
|
6444
6444
|
/** @internal */
|
|
6445
6445
|
const DifferTypeId = /*#__PURE__*/ Symbol.for("effect/Differ");
|
|
6446
6446
|
/** @internal */
|
|
@@ -6505,7 +6505,7 @@ const updateWith = (f) => make$13({
|
|
|
6505
6505
|
});
|
|
6506
6506
|
|
|
6507
6507
|
//#endregion
|
|
6508
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6508
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/runtimeFlagsPatch.js
|
|
6509
6509
|
/** @internal */
|
|
6510
6510
|
const BIT_MASK = 255;
|
|
6511
6511
|
/** @internal */
|
|
@@ -6530,7 +6530,7 @@ const andThen = /*#__PURE__*/ dual(2, (self, that) => self | that);
|
|
|
6530
6530
|
const invert = (n) => ~n >>> 0 & BIT_MASK;
|
|
6531
6531
|
|
|
6532
6532
|
//#endregion
|
|
6533
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6533
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/runtimeFlags.js
|
|
6534
6534
|
/** @internal */
|
|
6535
6535
|
const None$1 = 0;
|
|
6536
6536
|
/** @internal */
|
|
@@ -6571,7 +6571,7 @@ const differ$1 = /*#__PURE__*/ make$13({
|
|
|
6571
6571
|
});
|
|
6572
6572
|
|
|
6573
6573
|
//#endregion
|
|
6574
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6574
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/RuntimeFlagsPatch.js
|
|
6575
6575
|
/**
|
|
6576
6576
|
* Creates a `RuntimeFlagsPatch` describing enabling the provided `RuntimeFlag`.
|
|
6577
6577
|
*
|
|
@@ -6596,7 +6596,7 @@ const disable = disable$1;
|
|
|
6596
6596
|
const exclude = exclude$1;
|
|
6597
6597
|
|
|
6598
6598
|
//#endregion
|
|
6599
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6599
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/blockedRequests.js
|
|
6600
6600
|
/**
|
|
6601
6601
|
* Combines this collection of blocked requests with the specified collection
|
|
6602
6602
|
* of blocked requests, in parallel.
|
|
@@ -6761,14 +6761,14 @@ const sequentialCollectionKeys = (self) => Array.from(keys(self.map));
|
|
|
6761
6761
|
const sequentialCollectionToChunk = (self) => Array.from(self.map);
|
|
6762
6762
|
|
|
6763
6763
|
//#endregion
|
|
6764
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6764
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/deferred.js
|
|
6765
6765
|
/** @internal */
|
|
6766
6766
|
const OP_STATE_PENDING = "Pending";
|
|
6767
6767
|
/** @internal */
|
|
6768
6768
|
const OP_STATE_DONE = "Done";
|
|
6769
6769
|
|
|
6770
6770
|
//#endregion
|
|
6771
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6771
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/deferred.js
|
|
6772
6772
|
/** @internal */
|
|
6773
6773
|
const DeferredSymbolKey = "effect/Deferred";
|
|
6774
6774
|
/** @internal */
|
|
@@ -6796,7 +6796,7 @@ const done$2 = (effect) => {
|
|
|
6796
6796
|
};
|
|
6797
6797
|
|
|
6798
6798
|
//#endregion
|
|
6799
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6799
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/singleShotGen.js
|
|
6800
6800
|
/** @internal */
|
|
6801
6801
|
var SingleShotGen = class SingleShotGen {
|
|
6802
6802
|
self;
|
|
@@ -6828,7 +6828,7 @@ var SingleShotGen = class SingleShotGen {
|
|
|
6828
6828
|
};
|
|
6829
6829
|
|
|
6830
6830
|
//#endregion
|
|
6831
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
6831
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/core.js
|
|
6832
6832
|
/**
|
|
6833
6833
|
* @internal
|
|
6834
6834
|
*/
|
|
@@ -7701,7 +7701,7 @@ const currentSpanFromFiber = (fiber) => {
|
|
|
7701
7701
|
};
|
|
7702
7702
|
|
|
7703
7703
|
//#endregion
|
|
7704
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7704
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/clock.js
|
|
7705
7705
|
/** @internal */
|
|
7706
7706
|
const ClockSymbolKey = "effect/Clock";
|
|
7707
7707
|
/** @internal */
|
|
@@ -7764,7 +7764,7 @@ var ClockImpl = class {
|
|
|
7764
7764
|
const make$10 = () => new ClockImpl();
|
|
7765
7765
|
|
|
7766
7766
|
//#endregion
|
|
7767
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7767
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Number.js
|
|
7768
7768
|
/**
|
|
7769
7769
|
* @memberof Number
|
|
7770
7770
|
* @since 2.0.0
|
|
@@ -7773,7 +7773,7 @@ const make$10 = () => new ClockImpl();
|
|
|
7773
7773
|
const Order$1 = number;
|
|
7774
7774
|
|
|
7775
7775
|
//#endregion
|
|
7776
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7776
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/RegExp.js
|
|
7777
7777
|
/**
|
|
7778
7778
|
* Escapes special characters in a regular expression pattern.
|
|
7779
7779
|
*
|
|
@@ -7790,7 +7790,7 @@ const Order$1 = number;
|
|
|
7790
7790
|
const escape = (string) => string.replace(/[/\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
7791
7791
|
|
|
7792
7792
|
//#endregion
|
|
7793
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7793
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/configError.js
|
|
7794
7794
|
/** @internal */
|
|
7795
7795
|
const OP_AND = "And";
|
|
7796
7796
|
/** @internal */
|
|
@@ -7805,7 +7805,7 @@ const OP_SOURCE_UNAVAILABLE = "SourceUnavailable";
|
|
|
7805
7805
|
const OP_UNSUPPORTED = "Unsupported";
|
|
7806
7806
|
|
|
7807
7807
|
//#endregion
|
|
7808
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7808
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/configError.js
|
|
7809
7809
|
/** @internal */
|
|
7810
7810
|
const ConfigErrorSymbolKey = "effect/ConfigError";
|
|
7811
7811
|
/** @internal */
|
|
@@ -7925,7 +7925,7 @@ const prefixed = /*#__PURE__*/ dual(2, (self, prefix) => {
|
|
|
7925
7925
|
});
|
|
7926
7926
|
|
|
7927
7927
|
//#endregion
|
|
7928
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7928
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/configProvider/pathPatch.js
|
|
7929
7929
|
/** @internal */
|
|
7930
7930
|
const empty$5 = { _tag: "Empty" };
|
|
7931
7931
|
/** @internal */
|
|
@@ -7961,7 +7961,7 @@ const patch$3 = /*#__PURE__*/ dual(2, (path, patch) => {
|
|
|
7961
7961
|
});
|
|
7962
7962
|
|
|
7963
7963
|
//#endregion
|
|
7964
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7964
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/config.js
|
|
7965
7965
|
/** @internal */
|
|
7966
7966
|
const OP_CONSTANT = "Constant";
|
|
7967
7967
|
/** @internal */
|
|
@@ -7986,7 +7986,7 @@ const OP_HASHMAP = "HashMap";
|
|
|
7986
7986
|
const OP_ZIP_WITH$1 = "ZipWith";
|
|
7987
7987
|
|
|
7988
7988
|
//#endregion
|
|
7989
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
7989
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/configProvider.js
|
|
7990
7990
|
const concat = (l, r) => [...l, ...r];
|
|
7991
7991
|
/** @internal */
|
|
7992
7992
|
const ConfigProviderSymbolKey = "effect/ConfigProvider";
|
|
@@ -8150,7 +8150,7 @@ const parseInteger = (str) => {
|
|
|
8150
8150
|
};
|
|
8151
8151
|
|
|
8152
8152
|
//#endregion
|
|
8153
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8153
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/defaultServices/console.js
|
|
8154
8154
|
/** @internal */
|
|
8155
8155
|
const TypeId$4 = /*#__PURE__*/ Symbol.for("effect/Console");
|
|
8156
8156
|
/** @internal */
|
|
@@ -8242,7 +8242,7 @@ const defaultConsole = {
|
|
|
8242
8242
|
};
|
|
8243
8243
|
|
|
8244
8244
|
//#endregion
|
|
8245
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8245
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/random.js
|
|
8246
8246
|
/** @internal */
|
|
8247
8247
|
const RandomSymbolKey = "effect/Random";
|
|
8248
8248
|
/** @internal */
|
|
@@ -8293,7 +8293,7 @@ const swap = (buffer, index1, index2) => {
|
|
|
8293
8293
|
const make$8 = (seed) => new RandomImpl(hash(seed));
|
|
8294
8294
|
|
|
8295
8295
|
//#endregion
|
|
8296
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8296
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/tracer.js
|
|
8297
8297
|
/**
|
|
8298
8298
|
* @since 2.0.0
|
|
8299
8299
|
*/
|
|
@@ -8378,7 +8378,7 @@ const nativeTracer = /*#__PURE__*/ make$7({
|
|
|
8378
8378
|
const DisablePropagation = /*#__PURE__*/ Reference()("effect/Tracer/DisablePropagation", { defaultValue: constFalse });
|
|
8379
8379
|
|
|
8380
8380
|
//#endregion
|
|
8381
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8381
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/defaultServices.js
|
|
8382
8382
|
/** @internal */
|
|
8383
8383
|
const liveServices = /*#__PURE__*/ pipe(/*#__PURE__*/ empty$18(), /*#__PURE__*/ add$2(clockTag, /*#__PURE__*/ make$10()), /*#__PURE__*/ add$2(consoleTag, defaultConsole), /*#__PURE__*/ add$2(randomTag, /*#__PURE__*/ make$8(/*#__PURE__*/ Math.random())), /*#__PURE__*/ add$2(configProviderTag, /*#__PURE__*/ fromEnv()), /*#__PURE__*/ add$2(tracerTag, nativeTracer));
|
|
8384
8384
|
/**
|
|
@@ -8390,7 +8390,7 @@ const liveServices = /*#__PURE__*/ pipe(/*#__PURE__*/ empty$18(), /*#__PURE__*/
|
|
|
8390
8390
|
const currentServices = /*#__PURE__*/ globalValue(/*#__PURE__*/ Symbol.for("effect/DefaultServices/currentServices"), () => fiberRefUnsafeMakeContext(liveServices));
|
|
8391
8391
|
|
|
8392
8392
|
//#endregion
|
|
8393
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8393
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Effectable.js
|
|
8394
8394
|
/**
|
|
8395
8395
|
* @since 2.0.0
|
|
8396
8396
|
* @category prototypes
|
|
@@ -8404,7 +8404,7 @@ const Base = Base$1;
|
|
|
8404
8404
|
var Class = class extends Base {};
|
|
8405
8405
|
|
|
8406
8406
|
//#endregion
|
|
8407
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8407
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/executionStrategy.js
|
|
8408
8408
|
/** @internal */
|
|
8409
8409
|
const OP_SEQUENTIAL = "Sequential";
|
|
8410
8410
|
/** @internal */
|
|
@@ -8426,7 +8426,7 @@ const isSequential = (self) => self._tag === OP_SEQUENTIAL;
|
|
|
8426
8426
|
const isParallel = (self) => self._tag === OP_PARALLEL;
|
|
8427
8427
|
|
|
8428
8428
|
//#endregion
|
|
8429
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8429
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/ExecutionStrategy.js
|
|
8430
8430
|
/**
|
|
8431
8431
|
* Execute effects sequentially.
|
|
8432
8432
|
*
|
|
@@ -8450,7 +8450,7 @@ const parallel = parallel$1;
|
|
|
8450
8450
|
const parallelN = parallelN$1;
|
|
8451
8451
|
|
|
8452
8452
|
//#endregion
|
|
8453
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8453
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberRefs.js
|
|
8454
8454
|
/** @internal */
|
|
8455
8455
|
function unsafeMake$3(fiberRefLocals) {
|
|
8456
8456
|
return new FiberRefsImpl(fiberRefLocals);
|
|
@@ -8586,7 +8586,7 @@ const updateManyAs$1 = /*#__PURE__*/ dual(2, (self, { entries, forkAs }) => {
|
|
|
8586
8586
|
});
|
|
8587
8587
|
|
|
8588
8588
|
//#endregion
|
|
8589
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8589
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/FiberRefs.js
|
|
8590
8590
|
/**
|
|
8591
8591
|
* Gets the value of the specified `FiberRef` in this collection of `FiberRef`
|
|
8592
8592
|
* values if it exists or the `initial` value of the `FiberRef` otherwise.
|
|
@@ -8611,7 +8611,7 @@ const updateManyAs = updateManyAs$1;
|
|
|
8611
8611
|
const empty$3 = empty$4;
|
|
8612
8612
|
|
|
8613
8613
|
//#endregion
|
|
8614
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8614
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberRefs/patch.js
|
|
8615
8615
|
/** @internal */
|
|
8616
8616
|
const OP_EMPTY$1 = "Empty";
|
|
8617
8617
|
/** @internal */
|
|
@@ -8699,7 +8699,7 @@ const patch$2 = /*#__PURE__*/ dual(3, (self, fiberId, oldValue) => {
|
|
|
8699
8699
|
});
|
|
8700
8700
|
|
|
8701
8701
|
//#endregion
|
|
8702
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8702
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/FiberRefsPatch.js
|
|
8703
8703
|
/**
|
|
8704
8704
|
* Constructs a patch that describes the changes between the specified
|
|
8705
8705
|
* collections of `FiberRef`
|
|
@@ -8718,7 +8718,7 @@ const diff$1 = diff$2;
|
|
|
8718
8718
|
const patch$1 = patch$2;
|
|
8719
8719
|
|
|
8720
8720
|
//#endregion
|
|
8721
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8721
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberStatus.js
|
|
8722
8722
|
const FiberStatusSymbolKey = "effect/FiberStatus";
|
|
8723
8723
|
/** @internal */
|
|
8724
8724
|
const FiberStatusTypeId = /*#__PURE__*/ Symbol.for(FiberStatusSymbolKey);
|
|
@@ -8784,7 +8784,7 @@ const isFiberStatus = (u) => hasProperty(u, FiberStatusTypeId);
|
|
|
8784
8784
|
const isDone$1 = (self) => self._tag === OP_DONE;
|
|
8785
8785
|
|
|
8786
8786
|
//#endregion
|
|
8787
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8787
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/FiberStatus.js
|
|
8788
8788
|
/**
|
|
8789
8789
|
* @since 2.0.0
|
|
8790
8790
|
* @category constructors
|
|
@@ -8809,7 +8809,7 @@ const suspended = suspended$1;
|
|
|
8809
8809
|
const isDone = isDone$1;
|
|
8810
8810
|
|
|
8811
8811
|
//#endregion
|
|
8812
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8812
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/LogLevel.js
|
|
8813
8813
|
/**
|
|
8814
8814
|
* @since 2.0.0
|
|
8815
8815
|
* @category constructors
|
|
@@ -8878,7 +8878,7 @@ const fromLiteral = (literal) => {
|
|
|
8878
8878
|
};
|
|
8879
8879
|
|
|
8880
8880
|
//#endregion
|
|
8881
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
8881
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Micro.js
|
|
8882
8882
|
/**
|
|
8883
8883
|
* @since 3.4.0
|
|
8884
8884
|
* @experimental
|
|
@@ -9585,7 +9585,7 @@ var NoSuchElementException = class extends TaggedError("NoSuchElementException")
|
|
|
9585
9585
|
var TimeoutException = class extends TaggedError("TimeoutException") {};
|
|
9586
9586
|
|
|
9587
9587
|
//#endregion
|
|
9588
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9588
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Readable.js
|
|
9589
9589
|
/**
|
|
9590
9590
|
* @since 2.0.0
|
|
9591
9591
|
* @category type ids
|
|
@@ -9593,7 +9593,7 @@ var TimeoutException = class extends TaggedError("TimeoutException") {};
|
|
|
9593
9593
|
const TypeId$2 = /*#__PURE__*/ Symbol.for("effect/Readable");
|
|
9594
9594
|
|
|
9595
9595
|
//#endregion
|
|
9596
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9596
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/ref.js
|
|
9597
9597
|
/** @internal */
|
|
9598
9598
|
const RefTypeId = /*#__PURE__*/ Symbol.for("effect/Ref");
|
|
9599
9599
|
/** @internal */
|
|
@@ -9636,7 +9636,7 @@ const modify = /*#__PURE__*/ dual(2, (self, f) => self.modify(f));
|
|
|
9636
9636
|
const update$1 = /*#__PURE__*/ dual(2, (self, f) => self.modify((a) => [void 0, f(a)]));
|
|
9637
9637
|
|
|
9638
9638
|
//#endregion
|
|
9639
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9639
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Scheduler.js
|
|
9640
9640
|
/**
|
|
9641
9641
|
* @since 3.20.0
|
|
9642
9642
|
* @category models
|
|
@@ -9779,12 +9779,12 @@ var SyncScheduler = class {
|
|
|
9779
9779
|
const currentScheduler = /*#__PURE__*/ globalValue(/*#__PURE__*/ Symbol.for("effect/FiberRef/currentScheduler"), () => fiberRefUnsafeMake(defaultScheduler));
|
|
9780
9780
|
|
|
9781
9781
|
//#endregion
|
|
9782
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9782
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/completedRequestMap.js
|
|
9783
9783
|
/** @internal */
|
|
9784
9784
|
const currentRequestMap = /*#__PURE__*/ globalValue(/*#__PURE__*/ Symbol.for("effect/FiberRef/currentRequestMap"), () => fiberRefUnsafeMake(/* @__PURE__ */ new Map()));
|
|
9785
9785
|
|
|
9786
9786
|
//#endregion
|
|
9787
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9787
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/concurrency.js
|
|
9788
9788
|
/** @internal */
|
|
9789
9789
|
const match = (concurrency, sequential, unbounded, bounded) => {
|
|
9790
9790
|
switch (concurrency) {
|
|
@@ -9796,7 +9796,7 @@ const match = (concurrency, sequential, unbounded, bounded) => {
|
|
|
9796
9796
|
};
|
|
9797
9797
|
|
|
9798
9798
|
//#endregion
|
|
9799
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9799
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/logSpan.js
|
|
9800
9800
|
/**
|
|
9801
9801
|
* Sanitize a given string by replacing spaces, equal signs, and double quotes with underscores.
|
|
9802
9802
|
*
|
|
@@ -9809,7 +9809,7 @@ const render = (now) => (self) => {
|
|
|
9809
9809
|
};
|
|
9810
9810
|
|
|
9811
9811
|
//#endregion
|
|
9812
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9812
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/label.js
|
|
9813
9813
|
/** @internal */
|
|
9814
9814
|
const MetricLabelSymbolKey = "effect/MetricLabel";
|
|
9815
9815
|
/** @internal */
|
|
@@ -9843,7 +9843,7 @@ const make$5 = (key, value) => {
|
|
|
9843
9843
|
const isMetricLabel = (u) => hasProperty(u, MetricLabelTypeId);
|
|
9844
9844
|
|
|
9845
9845
|
//#endregion
|
|
9846
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9846
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/core-effect.js
|
|
9847
9847
|
const asSome = (self) => map(self, some);
|
|
9848
9848
|
const diffFiberRefs = (self) => summarized(self, fiberRefs, diff$2);
|
|
9849
9849
|
const fiberRefs = /*#__PURE__*/ withFiberRuntime((state) => succeed$3(state.getFiberRefs()));
|
|
@@ -9858,7 +9858,7 @@ const updateFiberRefs = (f) => withFiberRuntime((state) => {
|
|
|
9858
9858
|
const filterDisablePropagation = /*#__PURE__*/ flatMap$3((span) => get$7(span.context, DisablePropagation) ? span._tag === "Span" ? filterDisablePropagation(span.parent) : none$4() : some(span));
|
|
9859
9859
|
|
|
9860
9860
|
//#endregion
|
|
9861
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9861
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberMessage.js
|
|
9862
9862
|
/** @internal */
|
|
9863
9863
|
const OP_INTERRUPT_SIGNAL = "InterruptSignal";
|
|
9864
9864
|
/** @internal */
|
|
@@ -9886,7 +9886,7 @@ const resume = (effect) => ({
|
|
|
9886
9886
|
const yieldNow = () => ({ _tag: OP_YIELD_NOW });
|
|
9887
9887
|
|
|
9888
9888
|
//#endregion
|
|
9889
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9889
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberScope.js
|
|
9890
9890
|
/** @internal */
|
|
9891
9891
|
const FiberScopeSymbolKey = "effect/FiberScope";
|
|
9892
9892
|
/** @internal */
|
|
@@ -9929,7 +9929,7 @@ const unsafeMake$1 = (fiber) => {
|
|
|
9929
9929
|
const globalScope = /*#__PURE__*/ globalValue(/*#__PURE__*/ Symbol.for("effect/FiberScope/Global"), () => new Global());
|
|
9930
9930
|
|
|
9931
9931
|
//#endregion
|
|
9932
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9932
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiber.js
|
|
9933
9933
|
/** @internal */
|
|
9934
9934
|
const FiberSymbolKey = "effect/Fiber";
|
|
9935
9935
|
/** @internal */
|
|
@@ -9972,7 +9972,7 @@ const _never = {
|
|
|
9972
9972
|
const currentFiberURI = "effect/FiberCurrent";
|
|
9973
9973
|
|
|
9974
9974
|
//#endregion
|
|
9975
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
9975
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/logger.js
|
|
9976
9976
|
/** @internal */
|
|
9977
9977
|
const LoggerSymbolKey = "effect/Logger";
|
|
9978
9978
|
/** @internal */
|
|
@@ -10049,7 +10049,7 @@ const processStdoutIsTTY = hasProcessStdout && process.stdout.isTTY === true;
|
|
|
10049
10049
|
const hasProcessStdoutOrDeno = hasProcessStdout || "Deno" in globalThis;
|
|
10050
10050
|
|
|
10051
10051
|
//#endregion
|
|
10052
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10052
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/boundaries.js
|
|
10053
10053
|
/** @internal */
|
|
10054
10054
|
const MetricBoundariesSymbolKey = "effect/MetricBoundaries";
|
|
10055
10055
|
/** @internal */
|
|
@@ -10083,7 +10083,7 @@ const fromIterable = (iterable) => {
|
|
|
10083
10083
|
const exponential = (options) => pipe(makeBy(options.count - 1, (i) => options.start * Math.pow(options.factor, i)), unsafeFromArray, fromIterable);
|
|
10084
10084
|
|
|
10085
10085
|
//#endregion
|
|
10086
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10086
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/keyType.js
|
|
10087
10087
|
/** @internal */
|
|
10088
10088
|
const MetricKeyTypeSymbolKey = "effect/MetricKeyType";
|
|
10089
10089
|
/** @internal */
|
|
@@ -10238,7 +10238,7 @@ const isHistogramKey = (u) => hasProperty(u, HistogramKeyTypeTypeId);
|
|
|
10238
10238
|
const isSummaryKey = (u) => hasProperty(u, SummaryKeyTypeTypeId);
|
|
10239
10239
|
|
|
10240
10240
|
//#endregion
|
|
10241
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10241
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/key.js
|
|
10242
10242
|
/** @internal */
|
|
10243
10243
|
const MetricKeySymbolKey = "effect/MetricKey";
|
|
10244
10244
|
/** @internal */
|
|
@@ -10282,7 +10282,7 @@ const histogram$3 = (name, boundaries, description) => new MetricKeyImpl(name, h
|
|
|
10282
10282
|
const taggedWithLabels$1 = /*#__PURE__*/ dual(2, (self, extraTags) => extraTags.length === 0 ? self : new MetricKeyImpl(self.name, self.keyType, self.description, union$2(self.tags, extraTags)));
|
|
10283
10283
|
|
|
10284
10284
|
//#endregion
|
|
10285
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10285
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/MutableHashMap.js
|
|
10286
10286
|
const TypeId$1 = /*#__PURE__*/ Symbol.for("effect/MutableHashMap");
|
|
10287
10287
|
const MutableHashMapProto = {
|
|
10288
10288
|
[TypeId$1]: TypeId$1,
|
|
@@ -10413,7 +10413,7 @@ const removeFromBucket = (self, bucket, key) => {
|
|
|
10413
10413
|
};
|
|
10414
10414
|
|
|
10415
10415
|
//#endregion
|
|
10416
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10416
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/state.js
|
|
10417
10417
|
/** @internal */
|
|
10418
10418
|
const MetricStateSymbolKey = "effect/MetricState";
|
|
10419
10419
|
/** @internal */
|
|
@@ -10587,7 +10587,7 @@ const isHistogramState = (u) => hasProperty(u, HistogramStateTypeId);
|
|
|
10587
10587
|
const isSummaryState = (u) => hasProperty(u, SummaryStateTypeId);
|
|
10588
10588
|
|
|
10589
10589
|
//#endregion
|
|
10590
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10590
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/hook.js
|
|
10591
10591
|
/** @internal */
|
|
10592
10592
|
const MetricHookSymbolKey = "effect/MetricHook";
|
|
10593
10593
|
/** @internal */
|
|
@@ -10860,7 +10860,7 @@ const resolveQuantile = (error, sampleCount, current, consumed, quantile, rest)
|
|
|
10860
10860
|
};
|
|
10861
10861
|
|
|
10862
10862
|
//#endregion
|
|
10863
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10863
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/pair.js
|
|
10864
10864
|
/** @internal */
|
|
10865
10865
|
const MetricPairSymbolKey = "effect/MetricPair";
|
|
10866
10866
|
/** @internal */
|
|
@@ -10881,7 +10881,7 @@ const unsafeMake = (metricKey, metricState) => {
|
|
|
10881
10881
|
};
|
|
10882
10882
|
|
|
10883
10883
|
//#endregion
|
|
10884
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10884
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric/registry.js
|
|
10885
10885
|
/** @internal */
|
|
10886
10886
|
const MetricRegistrySymbolKey = "effect/MetricRegistry";
|
|
10887
10887
|
/** @internal */
|
|
@@ -10958,7 +10958,7 @@ const make$3 = () => {
|
|
|
10958
10958
|
};
|
|
10959
10959
|
|
|
10960
10960
|
//#endregion
|
|
10961
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
10961
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/metric.js
|
|
10962
10962
|
/** @internal */
|
|
10963
10963
|
const MetricSymbolKey = "effect/Metric";
|
|
10964
10964
|
/** @internal */
|
|
@@ -11022,7 +11022,7 @@ const taggedWithLabels = /*#__PURE__*/ dual(2, (self, extraTags) => {
|
|
|
11022
11022
|
const update = /*#__PURE__*/ dual(2, (self, input) => fiberRefGetWith(currentMetricLabels, (tags) => sync(() => self.unsafeUpdate(input, tags))));
|
|
11023
11023
|
|
|
11024
11024
|
//#endregion
|
|
11025
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
11025
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/request.js
|
|
11026
11026
|
/** @internal */
|
|
11027
11027
|
const RequestSymbolKey = "effect/Request";
|
|
11028
11028
|
/** @internal */
|
|
@@ -11049,7 +11049,7 @@ const complete = /*#__PURE__*/ dual(2, (self, result) => fiberRefGetWith(current
|
|
|
11049
11049
|
})));
|
|
11050
11050
|
|
|
11051
11051
|
//#endregion
|
|
11052
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
11052
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/supervisor.js
|
|
11053
11053
|
/** @internal */
|
|
11054
11054
|
const SupervisorSymbolKey = "effect/Supervisor";
|
|
11055
11055
|
/** @internal */
|
|
@@ -11167,7 +11167,7 @@ const fromEffect = (effect) => {
|
|
|
11167
11167
|
const none = /*#__PURE__*/ globalValue("effect/Supervisor/none", () => fromEffect(void_$1));
|
|
11168
11168
|
|
|
11169
11169
|
//#endregion
|
|
11170
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
11170
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Differ.js
|
|
11171
11171
|
/**
|
|
11172
11172
|
* Constructs a new `Differ`.
|
|
11173
11173
|
*
|
|
@@ -11177,7 +11177,7 @@ const none = /*#__PURE__*/ globalValue("effect/Supervisor/none", () => fromEffec
|
|
|
11177
11177
|
const make$1 = make$13;
|
|
11178
11178
|
|
|
11179
11179
|
//#endregion
|
|
11180
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
11180
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/supervisor/patch.js
|
|
11181
11181
|
/** @internal */
|
|
11182
11182
|
const OP_EMPTY = "Empty";
|
|
11183
11183
|
/** @internal */
|
|
@@ -11272,7 +11272,7 @@ const differ = /*#__PURE__*/ make$1({
|
|
|
11272
11272
|
});
|
|
11273
11273
|
|
|
11274
11274
|
//#endregion
|
|
11275
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
11275
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/fiberRuntime.js
|
|
11276
11276
|
/** @internal */
|
|
11277
11277
|
const fiberStarted = /*#__PURE__*/ counter("effect_fiber_started", { incremental: true });
|
|
11278
11278
|
/** @internal */
|
|
@@ -12624,7 +12624,7 @@ const invokeWithInterrupt = (self, entries, onInterrupt) => fiberIdWith((id) =>
|
|
|
12624
12624
|
})));
|
|
12625
12625
|
|
|
12626
12626
|
//#endregion
|
|
12627
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12627
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Scope.js
|
|
12628
12628
|
/**
|
|
12629
12629
|
* @since 2.0.0
|
|
12630
12630
|
*/
|
|
@@ -12646,7 +12646,7 @@ const close = scopeClose;
|
|
|
12646
12646
|
const fork = scopeFork;
|
|
12647
12647
|
|
|
12648
12648
|
//#endregion
|
|
12649
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12649
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/effect/circular.js
|
|
12650
12650
|
/** @internal */
|
|
12651
12651
|
var Semaphore = class {
|
|
12652
12652
|
permits;
|
|
@@ -12824,12 +12824,12 @@ const unsafeMakeSynchronized = (value) => {
|
|
|
12824
12824
|
};
|
|
12825
12825
|
|
|
12826
12826
|
//#endregion
|
|
12827
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12827
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/managedRuntime/circular.js
|
|
12828
12828
|
/** @internal */
|
|
12829
12829
|
const TypeId = /*#__PURE__*/ Symbol.for("effect/ManagedRuntime");
|
|
12830
12830
|
|
|
12831
12831
|
//#endregion
|
|
12832
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12832
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/opCodes/layer.js
|
|
12833
12833
|
/** @internal */
|
|
12834
12834
|
const OP_FRESH = "Fresh";
|
|
12835
12835
|
/** @internal */
|
|
@@ -12842,7 +12842,7 @@ const OP_MERGE_ALL = "MergeAll";
|
|
|
12842
12842
|
const OP_ZIP_WITH = "ZipWith";
|
|
12843
12843
|
|
|
12844
12844
|
//#endregion
|
|
12845
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12845
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/runtime.js
|
|
12846
12846
|
const makeDual = (f) => function() {
|
|
12847
12847
|
if (arguments.length === 1) {
|
|
12848
12848
|
const runtime = arguments[0];
|
|
@@ -12982,12 +12982,12 @@ const defaultRuntime = /*#__PURE__*/ make({
|
|
|
12982
12982
|
const unsafeRunSyncEffect = /*#__PURE__*/ unsafeRunSync(defaultRuntime);
|
|
12983
12983
|
|
|
12984
12984
|
//#endregion
|
|
12985
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12985
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/synchronizedRef.js
|
|
12986
12986
|
/** @internal */
|
|
12987
12987
|
const modifyEffect = /*#__PURE__*/ dual(2, (self, f) => self.modifyEffect(f));
|
|
12988
12988
|
|
|
12989
12989
|
//#endregion
|
|
12990
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
12990
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/internal/layer.js
|
|
12991
12991
|
/** @internal */
|
|
12992
12992
|
const LayerSymbolKey = "effect/Layer";
|
|
12993
12993
|
/** @internal */
|
|
@@ -13170,7 +13170,7 @@ const effect_provide = /*#__PURE__*/ dual(2, (self, source) => {
|
|
|
13170
13170
|
});
|
|
13171
13171
|
|
|
13172
13172
|
//#endregion
|
|
13173
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
13173
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Effect.js
|
|
13174
13174
|
/**
|
|
13175
13175
|
* Provides a way to write effectful code using generator functions, simplifying
|
|
13176
13176
|
* control flow and error handling.
|
|
@@ -13358,7 +13358,7 @@ const provide = effect_provide;
|
|
|
13358
13358
|
const runSync = unsafeRunSyncEffect;
|
|
13359
13359
|
|
|
13360
13360
|
//#endregion
|
|
13361
|
-
//#region node_modules/.pnpm/effect@3.21.
|
|
13361
|
+
//#region node_modules/.pnpm/effect@3.21.4/node_modules/effect/dist/esm/Layer.js
|
|
13362
13362
|
/**
|
|
13363
13363
|
* Merges this layer with the specified layer concurrently, producing a new layer with combined input and output types.
|
|
13364
13364
|
*
|
|
@@ -13382,16 +13382,16 @@ const succeed = succeed$1;
|
|
|
13382
13382
|
const silkCatalogs = {
|
|
13383
13383
|
silk: {
|
|
13384
13384
|
"@effect/ai": "^0.36.0",
|
|
13385
|
-
"@effect/ai-amazon-bedrock": "^0.16.
|
|
13385
|
+
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
13386
13386
|
"@effect/ai-anthropic": "^0.26.0",
|
|
13387
13387
|
"@effect/ai-google": "^0.15.0",
|
|
13388
|
-
"@effect/ai-openai": "^0.40.
|
|
13388
|
+
"@effect/ai-openai": "^0.40.1",
|
|
13389
13389
|
"@effect/cli": "^0.75.2",
|
|
13390
13390
|
"@effect/cluster": "^0.59.0",
|
|
13391
13391
|
"@effect/experimental": "^0.60.0",
|
|
13392
13392
|
"@effect/language-service": "^0.86.2",
|
|
13393
13393
|
"@effect/opentelemetry": "^0.63.0",
|
|
13394
|
-
"@effect/platform": "^0.96.
|
|
13394
|
+
"@effect/platform": "^0.96.2",
|
|
13395
13395
|
"@effect/platform-browser": "^0.76.0",
|
|
13396
13396
|
"@effect/platform-bun": "^0.90.0",
|
|
13397
13397
|
"@effect/platform-node": "^0.107.0",
|
|
@@ -13417,22 +13417,25 @@ const silkCatalogs = {
|
|
|
13417
13417
|
"@effect/typeclass": "^0.40.0",
|
|
13418
13418
|
"@effect/vitest": "^0.29.0",
|
|
13419
13419
|
"@effect/workflow": "^0.18.2",
|
|
13420
|
-
"@types/node": "^
|
|
13420
|
+
"@types/node": "^26.0.0",
|
|
13421
13421
|
"@types/react": "^19.2.17",
|
|
13422
13422
|
"@types/react-dom": "^19.2.3",
|
|
13423
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
13424
|
-
|
|
13423
|
+
"@typescript/native-preview": "^7.0.0-dev.20260621.1",
|
|
13424
|
+
"@vitest/coverage-istanbul": "^4.1.9",
|
|
13425
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
13426
|
+
effect: "^3.21.4",
|
|
13425
13427
|
react: "^19.2.7",
|
|
13426
13428
|
"react-dom": "^19.2.7",
|
|
13427
13429
|
tsx: "^4.22.4",
|
|
13428
|
-
typescript: "^6.0.3"
|
|
13430
|
+
typescript: "^6.0.3",
|
|
13431
|
+
vitest: "^4.1.9"
|
|
13429
13432
|
},
|
|
13430
13433
|
silkPeers: {
|
|
13431
13434
|
"@effect/ai": ">=0.36.0",
|
|
13432
|
-
"@effect/ai-amazon-bedrock": ">=0.16.
|
|
13435
|
+
"@effect/ai-amazon-bedrock": ">=0.16.1",
|
|
13433
13436
|
"@effect/ai-anthropic": ">=0.26.0",
|
|
13434
13437
|
"@effect/ai-google": ">=0.15.0",
|
|
13435
|
-
"@effect/ai-openai": ">=0.40.
|
|
13438
|
+
"@effect/ai-openai": ">=0.40.1",
|
|
13436
13439
|
"@effect/cli": ">=0.75.2",
|
|
13437
13440
|
"@effect/cluster": ">=0.59.0",
|
|
13438
13441
|
"@effect/experimental": ">=0.60.0",
|
|
@@ -13464,15 +13467,18 @@ const silkCatalogs = {
|
|
|
13464
13467
|
"@effect/typeclass": ">=0.40.0",
|
|
13465
13468
|
"@effect/vitest": ">=0.29.0",
|
|
13466
13469
|
"@effect/workflow": ">=0.18.2",
|
|
13467
|
-
"@types/node": "^
|
|
13470
|
+
"@types/node": "^26.0.0",
|
|
13468
13471
|
"@types/react": "^19.2.0",
|
|
13469
13472
|
"@types/react-dom": "^19.2.0",
|
|
13470
13473
|
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
13474
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
13475
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
13471
13476
|
effect: ">=3.21.0",
|
|
13472
13477
|
react: "^19.2.0",
|
|
13473
13478
|
"react-dom": "^19.2.0",
|
|
13474
13479
|
tsx: "^4.22.0",
|
|
13475
|
-
typescript: "^6.0.0"
|
|
13480
|
+
typescript: "^6.0.0",
|
|
13481
|
+
vitest: "^4.1.0"
|
|
13476
13482
|
},
|
|
13477
13483
|
silkOverrides: {
|
|
13478
13484
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -13495,6 +13501,9 @@ const silkCatalogs = {
|
|
|
13495
13501
|
"@types/react",
|
|
13496
13502
|
"@types/react-dom",
|
|
13497
13503
|
"@typescript/native-preview",
|
|
13504
|
+
"@vitest-agent/cli",
|
|
13505
|
+
"@vitest-agent/mcp",
|
|
13506
|
+
"@vitest/coverage-istanbul",
|
|
13498
13507
|
"@vitest/coverage-v8",
|
|
13499
13508
|
"commitizen",
|
|
13500
13509
|
"husky",
|
|
@@ -13541,7 +13550,11 @@ const silkCatalogs = {
|
|
|
13541
13550
|
"yaml-effect"
|
|
13542
13551
|
],
|
|
13543
13552
|
silkPackageExtensions: {},
|
|
13544
|
-
silkAllowedDeprecatedVersions: {
|
|
13553
|
+
silkAllowedDeprecatedVersions: {
|
|
13554
|
+
glob: "7.2.3",
|
|
13555
|
+
inflight: "1.0.6",
|
|
13556
|
+
"prebuild-install": "7.1.3"
|
|
13557
|
+
},
|
|
13545
13558
|
silkSupportedArchitectures: {},
|
|
13546
13559
|
silkAuditConfig: {},
|
|
13547
13560
|
silkConfirmModulesPurge: false
|
|
@@ -13865,15 +13878,20 @@ function warnSecurity(warnings) {
|
|
|
13865
13878
|
* @internal
|
|
13866
13879
|
*/
|
|
13867
13880
|
/**
|
|
13868
|
-
*
|
|
13869
|
-
*
|
|
13870
|
-
*
|
|
13871
|
-
*
|
|
13872
|
-
*
|
|
13881
|
+
* Source monorepos mapped to the workspace-local packages each builds in place.
|
|
13882
|
+
*
|
|
13883
|
+
* @remarks
|
|
13884
|
+
* Inside its own source repo, a package such as `@savvy-web/cli` or
|
|
13885
|
+
* `@vitest-agent/cli` is a workspace package built locally, so it must NOT be
|
|
13886
|
+
* public-hoisted: a hoist links the package root (`src`) instead of the built
|
|
13887
|
+
* `dist/dev`, which breaks its bin. Everywhere else these are real registry
|
|
13888
|
+
* packages and hoisting their bins onto the root PATH is desirable. Keyed by the
|
|
13889
|
+
* consuming repo's root package name.
|
|
13873
13890
|
*/
|
|
13874
|
-
const
|
|
13875
|
-
|
|
13876
|
-
|
|
13891
|
+
const WORKSPACE_LOCAL_HOISTS_BY_REPO = {
|
|
13892
|
+
"savvy-web-systems": new Set(["@savvy-web/cli", "@savvy-web/mcp"]),
|
|
13893
|
+
"vitest-agent": new Set(["@vitest-agent/cli", "@vitest-agent/mcp"])
|
|
13894
|
+
};
|
|
13877
13895
|
/**
|
|
13878
13896
|
* Resolves the consuming workspace's root package name.
|
|
13879
13897
|
*
|
|
@@ -13920,7 +13938,8 @@ function updateConfig(config) {
|
|
|
13920
13938
|
const mergedSilk = mergeSingleCatalog("silk", catalogs.silk, existingCatalogs.silk, warnings);
|
|
13921
13939
|
const mergedSilkPeers = mergeSingleCatalog("silkPeers", catalogs.silkPeers, existingCatalogs.silkPeers, warnings);
|
|
13922
13940
|
const mergedOverrides = mergeOverrides(catalogs.silkOverrides, config.overrides, warnings);
|
|
13923
|
-
const
|
|
13941
|
+
const workspaceLocalHoists = WORKSPACE_LOCAL_HOISTS_BY_REPO[resolveRootName(config) ?? ""];
|
|
13942
|
+
const mergedPublicHoistPattern = mergeStringArrays(workspaceLocalHoists ? catalogs.silkPublicHoistPattern.filter((pkg) => !workspaceLocalHoists.has(pkg)) : catalogs.silkPublicHoistPattern, config.publicHoistPattern);
|
|
13924
13943
|
const mergedPeerDependencyRules = mergePeerDependencyRules(peerDepRules, config.peerDependencyRules, warnings);
|
|
13925
13944
|
const mergedAllowBuilds = mergeMap(catalogs.silkAllowBuilds, config.allowBuilds);
|
|
13926
13945
|
const mergedStrictDepBuilds = mergeScalar(catalogs.silkStrictDepBuilds, config.strictDepBuilds);
|