@savvy-web/pnpm-plugin-silk 0.26.1 → 0.28.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/README.md +32 -17
- package/index.js +26 -235
- package/package.json +1 -1
- package/pnpmfile.cjs +37 -245
- package/pnpmfile.mjs +37 -245
- 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/rolldown-pnpm-config@0.
|
|
5
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/ctx.js
|
|
6
6
|
/**
|
|
7
7
|
* Resolve the consuming repo's root package name. Prefers pnpm's
|
|
8
8
|
* `rootProjectManifest.name`, falling back to reading `package.json` from the
|
|
@@ -37,7 +37,7 @@ function excludeByRepo(merged, ctx, byRepo) {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
//#endregion
|
|
40
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
40
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/enforcement.js
|
|
41
41
|
/**
|
|
42
42
|
* Thrown when an `error`-enforced field diverges. A zero-dependency plain
|
|
43
43
|
* `Error` subclass (NOT an Effect type) so it survives in the bundled pnpmfile.
|
|
@@ -72,7 +72,7 @@ function applyEnforcement(field, result, enforcement) {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
//#endregion
|
|
75
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
75
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
|
|
76
76
|
function unionSort(managed, local) {
|
|
77
77
|
const set = new Set(managed);
|
|
78
78
|
for (const item of local ?? []) set.add(item);
|
|
@@ -108,7 +108,7 @@ const arrayRecordUnion = (base, local) => {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
//#endregion
|
|
111
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
111
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
|
|
112
112
|
/**
|
|
113
113
|
* Merge each named catalog; child wins per package. Emits override divergences
|
|
114
114
|
* when a local version differs from the managed one.
|
|
@@ -143,7 +143,7 @@ const catalogs = (base, local) => {
|
|
|
143
143
|
};
|
|
144
144
|
|
|
145
145
|
//#endregion
|
|
146
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
146
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
|
|
147
147
|
/**
|
|
148
148
|
* `{...managed, ...child}` — child wins per key. Quiet. Merges two maps,
|
|
149
149
|
* preferring child values.
|
|
@@ -188,7 +188,7 @@ const allowBuilds = (base, local) => {
|
|
|
188
188
|
};
|
|
189
189
|
|
|
190
190
|
//#endregion
|
|
191
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
191
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
|
|
192
192
|
function mergeMapDetect(prefix, managed, child) {
|
|
193
193
|
const merged = { ...managed };
|
|
194
194
|
const divergences = [];
|
|
@@ -244,7 +244,7 @@ const peerDependencyRules = (base, local) => {
|
|
|
244
244
|
};
|
|
245
245
|
|
|
246
246
|
//#endregion
|
|
247
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
247
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
|
|
248
248
|
/**
|
|
249
249
|
* `child ?? base` — quiet (no divergences). Prefer local, fall back to managed.
|
|
250
250
|
*
|
|
@@ -300,7 +300,7 @@ const securityMin = (base, local) => {
|
|
|
300
300
|
};
|
|
301
301
|
|
|
302
302
|
//#endregion
|
|
303
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
303
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
|
|
304
304
|
/**
|
|
305
305
|
* Built-in strategies keyed by manifest name.
|
|
306
306
|
*
|
|
@@ -320,7 +320,7 @@ const STRATEGY_TABLE = {
|
|
|
320
320
|
};
|
|
321
321
|
|
|
322
322
|
//#endregion
|
|
323
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
323
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime/warnings.js
|
|
324
324
|
const WARNING_BOX_WIDTH = 75;
|
|
325
325
|
function pad(line) {
|
|
326
326
|
return `│${line}${" ".repeat(Math.max(0, WARNING_BOX_WIDTH - line.length - 2))}│`;
|
|
@@ -380,7 +380,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
//#endregion
|
|
383
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
383
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.6.2_@types+react@19.2.18_redis@6.2.1_rolldown@1.2.5/node_modules/rolldown-pnpm-config/runtime.js
|
|
384
384
|
/**
|
|
385
385
|
* Build the pnpm hooks from frozen base data + a field→strategy manifest.
|
|
386
386
|
* Zero dependencies — bundled verbatim into the shipped pnpmfile.
|
|
@@ -431,6 +431,7 @@ function createHooks(base, manifest, name) {
|
|
|
431
431
|
//#region \0rolldown-pnpm-config/virtual/pnpmfile
|
|
432
432
|
const hooks = createHooks({
|
|
433
433
|
"allowBuilds": {
|
|
434
|
+
"@modelcontextprotocol/inspector": true,
|
|
434
435
|
"@parcel/watcher": true,
|
|
435
436
|
"better-sqlite3": true,
|
|
436
437
|
"core-js": true,
|
|
@@ -448,18 +449,18 @@ const hooks = createHooks({
|
|
|
448
449
|
"blockExoticSubdeps": true,
|
|
449
450
|
"catalogs": {
|
|
450
451
|
"build": {
|
|
451
|
-
"@rsbuild/core": "^2.1.
|
|
452
|
+
"@rsbuild/core": "^2.1.13",
|
|
452
453
|
"@tsdown/css": "^0.22.14",
|
|
453
454
|
"@tsdown/exe": "^0.22.14",
|
|
454
455
|
"@types/bun": "^1.3.14",
|
|
455
|
-
"@types/node": "^26.
|
|
456
|
+
"@types/node": "^26.2.0",
|
|
456
457
|
"@types/react": "^19.2.18",
|
|
457
458
|
"@types/react-dom": "^19.2.4",
|
|
458
459
|
"react": "^19.2.8",
|
|
459
460
|
"react-dom": "^19.2.8",
|
|
460
|
-
"rolldown": "^1.2.
|
|
461
|
+
"rolldown": "^1.2.5",
|
|
461
462
|
"tsdown": "^0.22.14",
|
|
462
|
-
"tsx": "^4.23.
|
|
463
|
+
"tsx": "^4.23.12",
|
|
463
464
|
"typescript": "^7.0.2"
|
|
464
465
|
},
|
|
465
466
|
"build:peers": {
|
|
@@ -467,61 +468,33 @@ const hooks = createHooks({
|
|
|
467
468
|
"@tsdown/css": "^0.22.0",
|
|
468
469
|
"@tsdown/exe": "^0.22.0",
|
|
469
470
|
"@types/bun": "^1.3.14",
|
|
470
|
-
"@types/node": "^26.
|
|
471
|
+
"@types/node": "^26.2.0",
|
|
471
472
|
"@types/react": "^19.2.0",
|
|
472
473
|
"@types/react-dom": "^19.2.0",
|
|
473
474
|
"react": "^19.2.0",
|
|
474
475
|
"react-dom": "^19.2.0",
|
|
475
476
|
"rolldown": "^1.2.0",
|
|
476
477
|
"tsdown": "^0.22.0",
|
|
477
|
-
"tsx": "^4.23.
|
|
478
|
-
"typescript": "^7.0.0"
|
|
479
|
-
},
|
|
480
|
-
"buildPeers": {
|
|
481
|
-
"@rsbuild/core": "^2.1.0",
|
|
482
|
-
"@tsdown/css": "^0.22.0",
|
|
483
|
-
"@tsdown/exe": "^0.22.0",
|
|
484
|
-
"@types/bun": "^1.3.14",
|
|
485
|
-
"@types/node": "^26.1.0",
|
|
486
|
-
"@types/react": "^19.2.0",
|
|
487
|
-
"@types/react-dom": "^19.2.0",
|
|
488
|
-
"react": "^19.2.0",
|
|
489
|
-
"react-dom": "^19.2.0",
|
|
490
|
-
"rolldown": "^1.2.0",
|
|
491
|
-
"tsdown": "^0.22.0",
|
|
492
|
-
"tsx": "^4.23.4",
|
|
478
|
+
"tsx": "^4.23.12",
|
|
493
479
|
"typescript": "^7.0.0"
|
|
494
480
|
},
|
|
495
481
|
"docs": {
|
|
496
482
|
"@rspress/core": "^2.0.19",
|
|
497
483
|
"@rspress/plugin-sitemap": "^2.0.19",
|
|
498
|
-
"@types/node": "^26.
|
|
484
|
+
"@types/node": "^26.2.0",
|
|
499
485
|
"@types/react": "^19.2.18",
|
|
500
486
|
"@types/react-dom": "^19.2.4",
|
|
501
487
|
"react": "^19.2.8",
|
|
502
488
|
"react-dom": "^19.2.8",
|
|
503
489
|
"rspress-plugin-mermaid": "^1.0.1",
|
|
504
490
|
"typescript": "^7.0.2",
|
|
505
|
-
"vite": "^8.2.
|
|
491
|
+
"vite": "^8.2.1",
|
|
506
492
|
"vitepress": "^2.0.0-alpha.19"
|
|
507
493
|
},
|
|
508
494
|
"docs:peers": {
|
|
509
495
|
"@rspress/core": "^2.0.0",
|
|
510
496
|
"@rspress/plugin-sitemap": "^2.0.19",
|
|
511
|
-
"@types/node": "^26.
|
|
512
|
-
"@types/react": "^19.2.0",
|
|
513
|
-
"@types/react-dom": "^19.2.0",
|
|
514
|
-
"react": "^19.2.0",
|
|
515
|
-
"react-dom": "^19.2.0",
|
|
516
|
-
"rspress-plugin-mermaid": "^1.0.1",
|
|
517
|
-
"typescript": "^7.0.0",
|
|
518
|
-
"vite": "^8.2.0",
|
|
519
|
-
"vitepress": "^2.0.0-alpha.19"
|
|
520
|
-
},
|
|
521
|
-
"docsPeers": {
|
|
522
|
-
"@rspress/core": "^2.0.0",
|
|
523
|
-
"@rspress/plugin-sitemap": "^2.0.19",
|
|
524
|
-
"@types/node": "^26.1.0",
|
|
497
|
+
"@types/node": "^26.2.0",
|
|
525
498
|
"@types/react": "^19.2.0",
|
|
526
499
|
"@types/react-dom": "^19.2.0",
|
|
527
500
|
"react": "^19.2.0",
|
|
@@ -533,246 +506,65 @@ const hooks = createHooks({
|
|
|
533
506
|
},
|
|
534
507
|
"lint": {
|
|
535
508
|
"@biomejs/biome": "2.5.0",
|
|
536
|
-
"@changesets/cli": "^3.0.
|
|
537
|
-
"@commitlint/cli": "^21.2.
|
|
538
|
-
"@commitlint/config-conventional": "^21.2.
|
|
509
|
+
"@changesets/cli": "^3.0.1",
|
|
510
|
+
"@commitlint/cli": "^21.2.2",
|
|
511
|
+
"@commitlint/config-conventional": "^21.2.2",
|
|
539
512
|
"husky": "^9.1.7",
|
|
540
513
|
"lint-staged": "^17.3.0",
|
|
541
514
|
"markdownlint-cli2": "^0.23.2",
|
|
542
515
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
543
|
-
"turbo": "^2.10.
|
|
516
|
+
"turbo": "^2.10.11"
|
|
544
517
|
},
|
|
545
518
|
"lint:peers": {
|
|
546
519
|
"@biomejs/biome": "2.5.0",
|
|
547
|
-
"@changesets/cli": "^3.0.
|
|
548
|
-
"@commitlint/cli": "^21.2.
|
|
549
|
-
"@commitlint/config-conventional": "^21.2.
|
|
550
|
-
"husky": "^9.1.7",
|
|
551
|
-
"lint-staged": "^17.3.0",
|
|
552
|
-
"markdownlint-cli2": "^0.23.2",
|
|
553
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
554
|
-
"turbo": "^2.10.8"
|
|
555
|
-
},
|
|
556
|
-
"lintPeers": {
|
|
557
|
-
"@biomejs/biome": "2.5.0",
|
|
558
|
-
"@changesets/cli": "^3.0.0",
|
|
559
|
-
"@commitlint/cli": "^21.2.1",
|
|
560
|
-
"@commitlint/config-conventional": "^21.2.0",
|
|
520
|
+
"@changesets/cli": "^3.0.1",
|
|
521
|
+
"@commitlint/cli": "^21.2.2",
|
|
522
|
+
"@commitlint/config-conventional": "^21.2.2",
|
|
561
523
|
"husky": "^9.1.7",
|
|
562
524
|
"lint-staged": "^17.3.0",
|
|
563
525
|
"markdownlint-cli2": "^0.23.2",
|
|
564
526
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
565
|
-
"turbo": "^2.10.
|
|
527
|
+
"turbo": "^2.10.11"
|
|
566
528
|
},
|
|
567
529
|
"silk": {
|
|
568
|
-
"@changesets/cli": "^3.0.0",
|
|
569
|
-
"@commitlint/cli": "^21.2.1",
|
|
570
|
-
"@commitlint/config-conventional": "^21.2.0",
|
|
571
|
-
"@effect/ai": "^0.36.0",
|
|
572
|
-
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
573
|
-
"@effect/ai-anthropic": "^0.26.0",
|
|
574
|
-
"@effect/ai-google": "^0.15.0",
|
|
575
|
-
"@effect/ai-openai": "^0.40.1",
|
|
576
|
-
"@effect/cli": "^0.75.2",
|
|
577
|
-
"@effect/cluster": "^0.59.0",
|
|
578
|
-
"@effect/experimental": "^0.60.0",
|
|
579
|
-
"@effect/language-service": "^0.86.6",
|
|
580
|
-
"@effect/opentelemetry": "^0.63.0",
|
|
581
|
-
"@effect/platform": "^0.96.2",
|
|
582
|
-
"@effect/platform-browser": "^0.76.0",
|
|
583
|
-
"@effect/platform-bun": "^0.90.0",
|
|
584
|
-
"@effect/platform-node": "^0.107.0",
|
|
585
|
-
"@effect/platform-node-shared": "^0.60.0",
|
|
586
|
-
"@effect/printer": "^0.49.0",
|
|
587
|
-
"@effect/printer-ansi": "^0.49.0",
|
|
588
|
-
"@effect/rpc": "^0.75.1",
|
|
589
|
-
"@effect/sql": "^0.51.1",
|
|
590
|
-
"@effect/sql-clickhouse": "^0.49.0",
|
|
591
|
-
"@effect/sql-d1": "^0.49.0",
|
|
592
|
-
"@effect/sql-drizzle": "^0.50.0",
|
|
593
|
-
"@effect/sql-kysely": "^0.47.0",
|
|
594
|
-
"@effect/sql-libsql": "^0.41.0",
|
|
595
|
-
"@effect/sql-mssql": "^0.52.0",
|
|
596
|
-
"@effect/sql-mysql2": "^0.52.0",
|
|
597
|
-
"@effect/sql-pg": "^0.52.1",
|
|
598
|
-
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
599
|
-
"@effect/sql-sqlite-do": "^0.29.0",
|
|
600
|
-
"@effect/sql-sqlite-node": "^0.52.0",
|
|
601
|
-
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
602
|
-
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
603
|
-
"@effect/tsgo": "^0.19.0",
|
|
604
|
-
"@effect/typeclass": "^0.40.0",
|
|
605
|
-
"@effect/vitest": "^0.29.0",
|
|
606
|
-
"@effect/workflow": "^0.18.2",
|
|
607
|
-
"@rsbuild/core": "^2.1.9",
|
|
608
|
-
"@rspress/core": "^2.0.19",
|
|
609
|
-
"@tsdown/css": "^0.22.14",
|
|
610
|
-
"@tsdown/exe": "^0.22.14",
|
|
611
530
|
"@types/bun": "^1.3.14",
|
|
612
|
-
"@types/node": "^26.
|
|
531
|
+
"@types/node": "^26.2.0",
|
|
613
532
|
"@types/react": "^19.2.18",
|
|
614
533
|
"@types/react-dom": "^19.2.4",
|
|
615
534
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
616
|
-
"@vitest/coverage-istanbul": "^4.1.10",
|
|
617
|
-
"@vitest/coverage-v8": "^4.1.10",
|
|
618
|
-
"effect": "^3.21.4",
|
|
619
535
|
"husky": "^9.1.7",
|
|
620
536
|
"lint-staged": "^17.3.0",
|
|
621
537
|
"markdownlint-cli2": "^0.23.2",
|
|
622
538
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
623
539
|
"react": "^19.2.8",
|
|
624
540
|
"react-dom": "^19.2.8",
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
"tsx": "^4.23.4",
|
|
628
|
-
"turbo": "^2.10.8",
|
|
629
|
-
"typescript": "^7.0.2",
|
|
630
|
-
"vitest": "^4.1.10"
|
|
541
|
+
"tsx": "^4.23.12",
|
|
542
|
+
"typescript": "^7.0.2"
|
|
631
543
|
},
|
|
632
544
|
"silk:peers": {
|
|
633
|
-
"@changesets/cli": "^3.0.0",
|
|
634
|
-
"@commitlint/cli": "^21.2.1",
|
|
635
|
-
"@commitlint/config-conventional": "^21.2.0",
|
|
636
|
-
"@effect/ai": "^0.36.0",
|
|
637
|
-
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
638
|
-
"@effect/ai-anthropic": "^0.26.0",
|
|
639
|
-
"@effect/ai-google": "^0.15.0",
|
|
640
|
-
"@effect/ai-openai": "^0.40.1",
|
|
641
|
-
"@effect/cli": "^0.75.2",
|
|
642
|
-
"@effect/cluster": "^0.59.0",
|
|
643
|
-
"@effect/experimental": "^0.60.0",
|
|
644
|
-
"@effect/language-service": "^0.86.6",
|
|
645
|
-
"@effect/opentelemetry": "^0.63.0",
|
|
646
|
-
"@effect/platform": "^0.96.0",
|
|
647
|
-
"@effect/platform-browser": "^0.76.0",
|
|
648
|
-
"@effect/platform-bun": "^0.90.0",
|
|
649
|
-
"@effect/platform-node": "^0.107.0",
|
|
650
|
-
"@effect/platform-node-shared": "^0.60.0",
|
|
651
|
-
"@effect/printer": "^0.49.0",
|
|
652
|
-
"@effect/printer-ansi": "^0.49.0",
|
|
653
|
-
"@effect/rpc": "^0.75.1",
|
|
654
|
-
"@effect/sql": "^0.51.0",
|
|
655
|
-
"@effect/sql-clickhouse": "^0.49.0",
|
|
656
|
-
"@effect/sql-d1": "^0.49.0",
|
|
657
|
-
"@effect/sql-drizzle": "^0.50.0",
|
|
658
|
-
"@effect/sql-kysely": "^0.47.0",
|
|
659
|
-
"@effect/sql-libsql": "^0.41.0",
|
|
660
|
-
"@effect/sql-mssql": "^0.52.0",
|
|
661
|
-
"@effect/sql-mysql2": "^0.52.0",
|
|
662
|
-
"@effect/sql-pg": "^0.52.1",
|
|
663
|
-
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
664
|
-
"@effect/sql-sqlite-do": "^0.29.0",
|
|
665
|
-
"@effect/sql-sqlite-node": "^0.52.0",
|
|
666
|
-
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
667
|
-
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
668
|
-
"@effect/tsgo": "^0.19.0",
|
|
669
|
-
"@effect/typeclass": "^0.40.0",
|
|
670
|
-
"@effect/vitest": "^0.29.0",
|
|
671
|
-
"@effect/workflow": "^0.18.2",
|
|
672
|
-
"@rsbuild/core": "^2.1.0",
|
|
673
|
-
"@rspress/core": "^2.0.0",
|
|
674
|
-
"@tsdown/css": "^0.22.14",
|
|
675
|
-
"@tsdown/exe": "^0.22.14",
|
|
676
|
-
"@types/bun": "^1.3.14",
|
|
677
|
-
"@types/node": "^26.1.0",
|
|
678
|
-
"@types/react": "^19.2.0",
|
|
679
|
-
"@types/react-dom": "^19.2.0",
|
|
680
|
-
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
681
|
-
"@vitest/coverage-istanbul": "^4.1.0",
|
|
682
|
-
"@vitest/coverage-v8": "^4.1.0",
|
|
683
|
-
"effect": "^3.21.0",
|
|
684
|
-
"husky": "^9.1.7",
|
|
685
|
-
"lint-staged": "^17.3.0",
|
|
686
|
-
"markdownlint-cli2": "^0.23.2",
|
|
687
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
688
|
-
"react": "^19.2.0",
|
|
689
|
-
"react-dom": "^19.2.0",
|
|
690
|
-
"rolldown": "^1.2.0",
|
|
691
|
-
"tsdown": "^0.22.0",
|
|
692
|
-
"tsx": "^4.23.4",
|
|
693
|
-
"turbo": "^2.10.8",
|
|
694
|
-
"typescript": "^7.0.0",
|
|
695
|
-
"vitest": "^4.1.0"
|
|
696
|
-
},
|
|
697
|
-
"silkPeers": {
|
|
698
|
-
"@changesets/cli": "^3.0.0",
|
|
699
|
-
"@commitlint/cli": "^21.2.1",
|
|
700
|
-
"@commitlint/config-conventional": "^21.2.0",
|
|
701
|
-
"@effect/ai": "^0.36.0",
|
|
702
|
-
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
703
|
-
"@effect/ai-anthropic": "^0.26.0",
|
|
704
|
-
"@effect/ai-google": "^0.15.0",
|
|
705
|
-
"@effect/ai-openai": "^0.40.1",
|
|
706
|
-
"@effect/cli": "^0.75.2",
|
|
707
|
-
"@effect/cluster": "^0.59.0",
|
|
708
|
-
"@effect/experimental": "^0.60.0",
|
|
709
|
-
"@effect/language-service": "^0.86.6",
|
|
710
|
-
"@effect/opentelemetry": "^0.63.0",
|
|
711
|
-
"@effect/platform": "^0.96.0",
|
|
712
|
-
"@effect/platform-browser": "^0.76.0",
|
|
713
|
-
"@effect/platform-bun": "^0.90.0",
|
|
714
|
-
"@effect/platform-node": "^0.107.0",
|
|
715
|
-
"@effect/platform-node-shared": "^0.60.0",
|
|
716
|
-
"@effect/printer": "^0.49.0",
|
|
717
|
-
"@effect/printer-ansi": "^0.49.0",
|
|
718
|
-
"@effect/rpc": "^0.75.1",
|
|
719
|
-
"@effect/sql": "^0.51.0",
|
|
720
|
-
"@effect/sql-clickhouse": "^0.49.0",
|
|
721
|
-
"@effect/sql-d1": "^0.49.0",
|
|
722
|
-
"@effect/sql-drizzle": "^0.50.0",
|
|
723
|
-
"@effect/sql-kysely": "^0.47.0",
|
|
724
|
-
"@effect/sql-libsql": "^0.41.0",
|
|
725
|
-
"@effect/sql-mssql": "^0.52.0",
|
|
726
|
-
"@effect/sql-mysql2": "^0.52.0",
|
|
727
|
-
"@effect/sql-pg": "^0.52.1",
|
|
728
|
-
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
729
|
-
"@effect/sql-sqlite-do": "^0.29.0",
|
|
730
|
-
"@effect/sql-sqlite-node": "^0.52.0",
|
|
731
|
-
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
732
|
-
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
733
|
-
"@effect/tsgo": "^0.19.0",
|
|
734
|
-
"@effect/typeclass": "^0.40.0",
|
|
735
|
-
"@effect/vitest": "^0.29.0",
|
|
736
|
-
"@effect/workflow": "^0.18.2",
|
|
737
|
-
"@rsbuild/core": "^2.1.0",
|
|
738
|
-
"@rspress/core": "^2.0.0",
|
|
739
|
-
"@tsdown/css": "^0.22.14",
|
|
740
|
-
"@tsdown/exe": "^0.22.14",
|
|
741
545
|
"@types/bun": "^1.3.14",
|
|
742
|
-
"@types/node": "^26.
|
|
546
|
+
"@types/node": "^26.2.0",
|
|
743
547
|
"@types/react": "^19.2.0",
|
|
744
548
|
"@types/react-dom": "^19.2.0",
|
|
745
549
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
746
|
-
"@vitest/coverage-istanbul": "^4.1.0",
|
|
747
|
-
"@vitest/coverage-v8": "^4.1.0",
|
|
748
|
-
"effect": "^3.21.0",
|
|
749
550
|
"husky": "^9.1.7",
|
|
750
551
|
"lint-staged": "^17.3.0",
|
|
751
552
|
"markdownlint-cli2": "^0.23.2",
|
|
752
553
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
753
554
|
"react": "^19.2.0",
|
|
754
555
|
"react-dom": "^19.2.0",
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"tsx": "^4.23.4",
|
|
758
|
-
"turbo": "^2.10.8",
|
|
759
|
-
"typescript": "^7.0.0",
|
|
760
|
-
"vitest": "^4.1.0"
|
|
556
|
+
"tsx": "^4.23.12",
|
|
557
|
+
"typescript": "^7.0.0"
|
|
761
558
|
},
|
|
762
559
|
"test": {
|
|
763
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
764
|
-
"@vitest/coverage-v8": "^4.1.
|
|
765
|
-
"vitest": "^4.1.
|
|
560
|
+
"@vitest/coverage-istanbul": "^4.1.11",
|
|
561
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
562
|
+
"vitest": "^4.1.11"
|
|
766
563
|
},
|
|
767
564
|
"test:peers": {
|
|
768
565
|
"@vitest/coverage-istanbul": "^4.1.0",
|
|
769
566
|
"@vitest/coverage-v8": "^4.1.0",
|
|
770
567
|
"vitest": "^4.1.0"
|
|
771
|
-
},
|
|
772
|
-
"testPeers": {
|
|
773
|
-
"@vitest/coverage-istanbul": "^4.1.0",
|
|
774
|
-
"@vitest/coverage-v8": "^4.1.0",
|
|
775
|
-
"vitest": "^4.1.0"
|
|
776
568
|
}
|
|
777
569
|
},
|
|
778
570
|
"confirmModulesPurge": false,
|