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