@effected/pnpm-plugin-effect 0.3.1 → 0.4.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 +5 -5
- package/index.js +84 -84
- package/package.json +1 -1
- package/pnpmfile.cjs +123 -123
- package/pnpmfile.mjs +123 -123
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://www.typescriptlang.org/)
|
|
7
7
|
[](https://pnpm.io/)
|
|
8
8
|
|
|
9
|
-
A pnpm [config dependency](https://pnpm.io/config-dependencies) that centralizes Effect-ecosystem versioning through two [pnpm catalogs](https://pnpm.io/catalogs). The `effect` catalog pins every `effect` and `@effect/*` package to one [Effect v4](https://effect.website/blog/releases/effect/40-beta/) release. The `
|
|
9
|
+
A pnpm [config dependency](https://pnpm.io/config-dependencies) that centralizes Effect-ecosystem versioning through two [pnpm catalogs](https://pnpm.io/catalogs). The `effect` catalog pins every `effect` and `@effect/*` package to one [Effect v4](https://effect.website/blog/releases/effect/40-beta/) release. The `effect:peers` catalog carries the same package set at a computed shared floor — the lowest version safe to advertise as a peer range — so a library you publish does not over-constrain the applications that install it. Install it once and both catalogs are available to every package in your workspace.
|
|
10
10
|
|
|
11
11
|
> **Pre-release.** This package is part of the `@effected/*` kit, in pre-`1.0.0`
|
|
12
12
|
> development against a single pinned Effect v4 beta. Packages graduate to
|
|
@@ -24,7 +24,7 @@ A pnpm [config dependency](https://pnpm.io/config-dependencies) that centralizes
|
|
|
24
24
|
|
|
25
25
|
Effect ships as a couple of dozen packages that have to move together. Pin them by hand and the pins drift: one `@effect/*` package advances, its `effect` peer no longer matches the core you installed, and the failure surfaces as a type error in a file nobody touched. Keeping the pins in one place is the whole idea, and pnpm catalogs are the mechanism — `catalog:effect` in a manifest instead of a version string, and one place to edit when the beta advances.
|
|
26
26
|
|
|
27
|
-
The second catalog is the part you cannot get from a catalog alone. A library's `peerDependencies` should be as *wide* as it can safely be, while its `devDependencies` should be as *specific* as possible; those are different numbers and computing the peer floor by hand across a whole ecosystem is grim. `
|
|
27
|
+
The second catalog is the part you cannot get from a catalog alone. A library's `peerDependencies` should be as *wide* as it can safely be, while its `devDependencies` should be as *specific* as possible; those are different numbers and computing the peer floor by hand across a whole ecosystem is grim. `effect:peers` is that computation, done once. This is a convenience, not a requirement — it packages the way [effected](https://github.com/spencerbeggs/effected) pins its own Effect dependencies, so a project that wants the same discipline can adopt it instead of rebuilding it. It ships catalogs and a pnpmfile, not a code API.
|
|
28
28
|
|
|
29
29
|
## Install
|
|
30
30
|
|
|
@@ -77,7 +77,7 @@ pnpm rewrites `catalog:` specifiers to concrete ranges when it publishes, so wha
|
|
|
77
77
|
|
|
78
78
|
### Testing against both Effect versions
|
|
79
79
|
|
|
80
|
-
During the Effect v3 → v4 transition the plugin also ships an `effect3` catalog — and its `
|
|
80
|
+
During the Effect v3 → v4 transition the plugin also ships an `effect3` catalog — and its `effect3:peers` floor — tracking the latest Effect **v3** releases, so you can verify code against both Effect majors in a single monorepo. A package or test workspace that should build against v3 references `catalog:effect3` where another references `catalog:effect`:
|
|
81
81
|
|
|
82
82
|
```json
|
|
83
83
|
{
|
|
@@ -94,9 +94,9 @@ A handful of packages are excluded where their v3 line has known issues. The `ef
|
|
|
94
94
|
| Catalog | Contents | Use it in |
|
|
95
95
|
| ------- | -------- | --------- |
|
|
96
96
|
| `catalog:effect` | Every `effect` and `@effect/*` package, pinned to one v4 release | `dependencies` for applications, `devDependencies` for libraries |
|
|
97
|
-
| `catalog:
|
|
97
|
+
| `catalog:effect:peers` | The same package set at the computed shared peer floor | `peerDependencies` for libraries |
|
|
98
98
|
| `catalog:effect3` | The same package set tracking the latest Effect **v3** releases, a few excluded | testing against Effect v3 alongside v4 |
|
|
99
|
-
| `catalog:
|
|
99
|
+
| `catalog:effect3:peers` | The v3 package set at its computed peer floor | `peerDependencies` when advertising v3 support |
|
|
100
100
|
|
|
101
101
|
It also ships a pnpmfile, which pnpm loads from the config dependency automatically. There is nothing to import and nothing to call — the package has no code API, only configuration.
|
|
102
102
|
|
package/index.js
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
//#region \0rolldown-pnpm-config/virtual/catalogs
|
|
2
2
|
const catalogs = /* @__PURE__ */ new Map([
|
|
3
3
|
["effect", /* @__PURE__ */ new Map([
|
|
4
|
-
["@effect/ai-anthropic", "4.0.0-beta.
|
|
5
|
-
["@effect/ai-openai", "4.0.0-beta.
|
|
6
|
-
["@effect/ai-openai-compat", "4.0.0-beta.
|
|
7
|
-
["@effect/ai-openrouter", "4.0.0-beta.
|
|
8
|
-
["@effect/atom-react", "4.0.0-beta.
|
|
9
|
-
["@effect/atom-solid", "4.0.0-beta.
|
|
10
|
-
["@effect/atom-vue", "4.0.0-beta.
|
|
11
|
-
["@effect/openapi-generator", "4.0.0-beta.
|
|
12
|
-
["@effect/opentelemetry", "4.0.0-beta.
|
|
13
|
-
["@effect/platform-browser", "4.0.0-beta.
|
|
14
|
-
["@effect/platform-bun", "4.0.0-beta.
|
|
15
|
-
["@effect/platform-node", "4.0.0-beta.
|
|
16
|
-
["@effect/platform-node-shared", "4.0.0-beta.
|
|
17
|
-
["@effect/sql-clickhouse", "4.0.0-beta.
|
|
18
|
-
["@effect/sql-d1", "4.0.0-beta.
|
|
19
|
-
["@effect/sql-libsql", "4.0.0-beta.
|
|
20
|
-
["@effect/sql-mssql", "4.0.0-beta.
|
|
21
|
-
["@effect/sql-mysql2", "4.0.0-beta.
|
|
22
|
-
["@effect/sql-pg", "4.0.0-beta.
|
|
23
|
-
["@effect/sql-pglite", "4.0.0-beta.
|
|
24
|
-
["@effect/sql-sqlite-bun", "4.0.0-beta.
|
|
25
|
-
["@effect/sql-sqlite-do", "4.0.0-beta.
|
|
26
|
-
["@effect/sql-sqlite-node", "4.0.0-beta.
|
|
27
|
-
["@effect/sql-sqlite-react-native", "4.0.0-beta.
|
|
28
|
-
["@effect/sql-sqlite-wasm", "4.0.0-beta.
|
|
29
|
-
["@effect/tsgo", "0.
|
|
30
|
-
["@effect/vitest", "4.0.0-beta.
|
|
31
|
-
["effect", "4.0.0-beta.
|
|
4
|
+
["@effect/ai-anthropic", "4.0.0-beta.107"],
|
|
5
|
+
["@effect/ai-openai", "4.0.0-beta.107"],
|
|
6
|
+
["@effect/ai-openai-compat", "4.0.0-beta.107"],
|
|
7
|
+
["@effect/ai-openrouter", "4.0.0-beta.107"],
|
|
8
|
+
["@effect/atom-react", "4.0.0-beta.107"],
|
|
9
|
+
["@effect/atom-solid", "4.0.0-beta.107"],
|
|
10
|
+
["@effect/atom-vue", "4.0.0-beta.107"],
|
|
11
|
+
["@effect/openapi-generator", "4.0.0-beta.107"],
|
|
12
|
+
["@effect/opentelemetry", "4.0.0-beta.107"],
|
|
13
|
+
["@effect/platform-browser", "4.0.0-beta.107"],
|
|
14
|
+
["@effect/platform-bun", "4.0.0-beta.107"],
|
|
15
|
+
["@effect/platform-node", "4.0.0-beta.107"],
|
|
16
|
+
["@effect/platform-node-shared", "4.0.0-beta.107"],
|
|
17
|
+
["@effect/sql-clickhouse", "4.0.0-beta.107"],
|
|
18
|
+
["@effect/sql-d1", "4.0.0-beta.107"],
|
|
19
|
+
["@effect/sql-libsql", "4.0.0-beta.107"],
|
|
20
|
+
["@effect/sql-mssql", "4.0.0-beta.107"],
|
|
21
|
+
["@effect/sql-mysql2", "4.0.0-beta.107"],
|
|
22
|
+
["@effect/sql-pg", "4.0.0-beta.107"],
|
|
23
|
+
["@effect/sql-pglite", "4.0.0-beta.107"],
|
|
24
|
+
["@effect/sql-sqlite-bun", "4.0.0-beta.107"],
|
|
25
|
+
["@effect/sql-sqlite-do", "4.0.0-beta.107"],
|
|
26
|
+
["@effect/sql-sqlite-node", "4.0.0-beta.107"],
|
|
27
|
+
["@effect/sql-sqlite-react-native", "4.0.0-beta.107"],
|
|
28
|
+
["@effect/sql-sqlite-wasm", "4.0.0-beta.107"],
|
|
29
|
+
["@effect/tsgo", "0.36.4"],
|
|
30
|
+
["@effect/vitest", "4.0.0-beta.107"],
|
|
31
|
+
["effect", "4.0.0-beta.107"]
|
|
32
32
|
])],
|
|
33
33
|
["effect:peers", /* @__PURE__ */ new Map([
|
|
34
|
-
["@effect/ai-anthropic", "4.0.0-beta.
|
|
35
|
-
["@effect/ai-openai", "4.0.0-beta.
|
|
36
|
-
["@effect/ai-openai-compat", "4.0.0-beta.
|
|
37
|
-
["@effect/ai-openrouter", "4.0.0-beta.
|
|
38
|
-
["@effect/atom-react", "4.0.0-beta.
|
|
39
|
-
["@effect/atom-solid", "4.0.0-beta.
|
|
40
|
-
["@effect/atom-vue", "4.0.0-beta.
|
|
41
|
-
["@effect/openapi-generator", "4.0.0-beta.
|
|
42
|
-
["@effect/opentelemetry", "4.0.0-beta.
|
|
43
|
-
["@effect/platform-browser", "4.0.0-beta.
|
|
44
|
-
["@effect/platform-bun", "4.0.0-beta.
|
|
45
|
-
["@effect/platform-node", "4.0.0-beta.
|
|
46
|
-
["@effect/platform-node-shared", "4.0.0-beta.
|
|
47
|
-
["@effect/sql-clickhouse", "4.0.0-beta.
|
|
48
|
-
["@effect/sql-d1", "4.0.0-beta.
|
|
49
|
-
["@effect/sql-libsql", "4.0.0-beta.
|
|
50
|
-
["@effect/sql-mssql", "4.0.0-beta.
|
|
51
|
-
["@effect/sql-mysql2", "4.0.0-beta.
|
|
52
|
-
["@effect/sql-pg", "4.0.0-beta.
|
|
53
|
-
["@effect/sql-pglite", "4.0.0-beta.
|
|
54
|
-
["@effect/sql-sqlite-bun", "4.0.0-beta.
|
|
55
|
-
["@effect/sql-sqlite-do", "4.0.0-beta.
|
|
56
|
-
["@effect/sql-sqlite-node", "4.0.0-beta.
|
|
57
|
-
["@effect/sql-sqlite-react-native", "4.0.0-beta.
|
|
58
|
-
["@effect/sql-sqlite-wasm", "4.0.0-beta.
|
|
59
|
-
["@effect/tsgo", "0.
|
|
60
|
-
["@effect/vitest", "4.0.0-beta.
|
|
61
|
-
["effect", "4.0.0-beta.
|
|
34
|
+
["@effect/ai-anthropic", "4.0.0-beta.107"],
|
|
35
|
+
["@effect/ai-openai", "4.0.0-beta.107"],
|
|
36
|
+
["@effect/ai-openai-compat", "4.0.0-beta.107"],
|
|
37
|
+
["@effect/ai-openrouter", "4.0.0-beta.107"],
|
|
38
|
+
["@effect/atom-react", "4.0.0-beta.107"],
|
|
39
|
+
["@effect/atom-solid", "4.0.0-beta.107"],
|
|
40
|
+
["@effect/atom-vue", "4.0.0-beta.107"],
|
|
41
|
+
["@effect/openapi-generator", "4.0.0-beta.107"],
|
|
42
|
+
["@effect/opentelemetry", "4.0.0-beta.107"],
|
|
43
|
+
["@effect/platform-browser", "4.0.0-beta.107"],
|
|
44
|
+
["@effect/platform-bun", "4.0.0-beta.107"],
|
|
45
|
+
["@effect/platform-node", "4.0.0-beta.107"],
|
|
46
|
+
["@effect/platform-node-shared", "4.0.0-beta.107"],
|
|
47
|
+
["@effect/sql-clickhouse", "4.0.0-beta.107"],
|
|
48
|
+
["@effect/sql-d1", "4.0.0-beta.107"],
|
|
49
|
+
["@effect/sql-libsql", "4.0.0-beta.107"],
|
|
50
|
+
["@effect/sql-mssql", "4.0.0-beta.107"],
|
|
51
|
+
["@effect/sql-mysql2", "4.0.0-beta.107"],
|
|
52
|
+
["@effect/sql-pg", "4.0.0-beta.107"],
|
|
53
|
+
["@effect/sql-pglite", "4.0.0-beta.107"],
|
|
54
|
+
["@effect/sql-sqlite-bun", "4.0.0-beta.107"],
|
|
55
|
+
["@effect/sql-sqlite-do", "4.0.0-beta.107"],
|
|
56
|
+
["@effect/sql-sqlite-node", "4.0.0-beta.107"],
|
|
57
|
+
["@effect/sql-sqlite-react-native", "4.0.0-beta.107"],
|
|
58
|
+
["@effect/sql-sqlite-wasm", "4.0.0-beta.107"],
|
|
59
|
+
["@effect/tsgo", "0.36.4"],
|
|
60
|
+
["@effect/vitest", "4.0.0-beta.107"],
|
|
61
|
+
["effect", "4.0.0-beta.107"]
|
|
62
62
|
])],
|
|
63
63
|
["effect3", /* @__PURE__ */ new Map([
|
|
64
64
|
["@effect/ai", "^0.36.0"],
|
|
@@ -175,34 +175,34 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
175
175
|
["effect", "^3.21.0"]
|
|
176
176
|
])],
|
|
177
177
|
["effectPeers", /* @__PURE__ */ new Map([
|
|
178
|
-
["@effect/ai-anthropic", "4.0.0-beta.
|
|
179
|
-
["@effect/ai-openai", "4.0.0-beta.
|
|
180
|
-
["@effect/ai-openai-compat", "4.0.0-beta.
|
|
181
|
-
["@effect/ai-openrouter", "4.0.0-beta.
|
|
182
|
-
["@effect/atom-react", "4.0.0-beta.
|
|
183
|
-
["@effect/atom-solid", "4.0.0-beta.
|
|
184
|
-
["@effect/atom-vue", "4.0.0-beta.
|
|
185
|
-
["@effect/openapi-generator", "4.0.0-beta.
|
|
186
|
-
["@effect/opentelemetry", "4.0.0-beta.
|
|
187
|
-
["@effect/platform-browser", "4.0.0-beta.
|
|
188
|
-
["@effect/platform-bun", "4.0.0-beta.
|
|
189
|
-
["@effect/platform-node", "4.0.0-beta.
|
|
190
|
-
["@effect/platform-node-shared", "4.0.0-beta.
|
|
191
|
-
["@effect/sql-clickhouse", "4.0.0-beta.
|
|
192
|
-
["@effect/sql-d1", "4.0.0-beta.
|
|
193
|
-
["@effect/sql-libsql", "4.0.0-beta.
|
|
194
|
-
["@effect/sql-mssql", "4.0.0-beta.
|
|
195
|
-
["@effect/sql-mysql2", "4.0.0-beta.
|
|
196
|
-
["@effect/sql-pg", "4.0.0-beta.
|
|
197
|
-
["@effect/sql-pglite", "4.0.0-beta.
|
|
198
|
-
["@effect/sql-sqlite-bun", "4.0.0-beta.
|
|
199
|
-
["@effect/sql-sqlite-do", "4.0.0-beta.
|
|
200
|
-
["@effect/sql-sqlite-node", "4.0.0-beta.
|
|
201
|
-
["@effect/sql-sqlite-react-native", "4.0.0-beta.
|
|
202
|
-
["@effect/sql-sqlite-wasm", "4.0.0-beta.
|
|
203
|
-
["@effect/tsgo", "0.
|
|
204
|
-
["@effect/vitest", "4.0.0-beta.
|
|
205
|
-
["effect", "4.0.0-beta.
|
|
178
|
+
["@effect/ai-anthropic", "4.0.0-beta.107"],
|
|
179
|
+
["@effect/ai-openai", "4.0.0-beta.107"],
|
|
180
|
+
["@effect/ai-openai-compat", "4.0.0-beta.107"],
|
|
181
|
+
["@effect/ai-openrouter", "4.0.0-beta.107"],
|
|
182
|
+
["@effect/atom-react", "4.0.0-beta.107"],
|
|
183
|
+
["@effect/atom-solid", "4.0.0-beta.107"],
|
|
184
|
+
["@effect/atom-vue", "4.0.0-beta.107"],
|
|
185
|
+
["@effect/openapi-generator", "4.0.0-beta.107"],
|
|
186
|
+
["@effect/opentelemetry", "4.0.0-beta.107"],
|
|
187
|
+
["@effect/platform-browser", "4.0.0-beta.107"],
|
|
188
|
+
["@effect/platform-bun", "4.0.0-beta.107"],
|
|
189
|
+
["@effect/platform-node", "4.0.0-beta.107"],
|
|
190
|
+
["@effect/platform-node-shared", "4.0.0-beta.107"],
|
|
191
|
+
["@effect/sql-clickhouse", "4.0.0-beta.107"],
|
|
192
|
+
["@effect/sql-d1", "4.0.0-beta.107"],
|
|
193
|
+
["@effect/sql-libsql", "4.0.0-beta.107"],
|
|
194
|
+
["@effect/sql-mssql", "4.0.0-beta.107"],
|
|
195
|
+
["@effect/sql-mysql2", "4.0.0-beta.107"],
|
|
196
|
+
["@effect/sql-pg", "4.0.0-beta.107"],
|
|
197
|
+
["@effect/sql-pglite", "4.0.0-beta.107"],
|
|
198
|
+
["@effect/sql-sqlite-bun", "4.0.0-beta.107"],
|
|
199
|
+
["@effect/sql-sqlite-do", "4.0.0-beta.107"],
|
|
200
|
+
["@effect/sql-sqlite-node", "4.0.0-beta.107"],
|
|
201
|
+
["@effect/sql-sqlite-react-native", "4.0.0-beta.107"],
|
|
202
|
+
["@effect/sql-sqlite-wasm", "4.0.0-beta.107"],
|
|
203
|
+
["@effect/tsgo", "0.36.4"],
|
|
204
|
+
["@effect/vitest", "4.0.0-beta.107"],
|
|
205
|
+
["effect", "4.0.0-beta.107"]
|
|
206
206
|
])]
|
|
207
207
|
]);
|
|
208
208
|
|
package/package.json
CHANGED
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.
|
|
5
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
40
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
75
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
111
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
146
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
191
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
247
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
303
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.5.
|
|
323
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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))}│`;
|
|
@@ -334,7 +334,7 @@ function pad(line) {
|
|
|
334
334
|
*/
|
|
335
335
|
function formatOverrideWarning(divergences, name) {
|
|
336
336
|
if (divergences.length === 0) return "";
|
|
337
|
-
const border = "─".repeat(
|
|
337
|
+
const border = "─".repeat(73);
|
|
338
338
|
const lines = [];
|
|
339
339
|
lines.push(`┌${border}┐`);
|
|
340
340
|
lines.push(pad(` [${name}]`));
|
|
@@ -361,7 +361,7 @@ function formatOverrideWarning(divergences, name) {
|
|
|
361
361
|
*/
|
|
362
362
|
function formatSecurityWarning(divergences, name) {
|
|
363
363
|
if (divergences.length === 0) return "";
|
|
364
|
-
const border = "─".repeat(
|
|
364
|
+
const border = "─".repeat(73);
|
|
365
365
|
const lines = [];
|
|
366
366
|
lines.push(`┌${border}┐`);
|
|
367
367
|
lines.push(pad(` [${name}]`));
|
|
@@ -380,7 +380,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
//#endregion
|
|
383
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
383
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/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.
|
|
@@ -432,64 +432,64 @@ function createHooks(base, manifest, name) {
|
|
|
432
432
|
const hooks = createHooks({
|
|
433
433
|
"catalogs": {
|
|
434
434
|
"effect": {
|
|
435
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
436
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
437
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
438
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
439
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
440
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
441
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
442
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
443
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
444
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
445
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
446
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
447
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
448
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
449
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
450
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
451
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
452
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
453
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
454
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
455
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
456
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
457
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
458
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
459
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
460
|
-
"@effect/tsgo": "0.
|
|
461
|
-
"@effect/vitest": "4.0.0-beta.
|
|
462
|
-
"effect": "4.0.0-beta.
|
|
435
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
436
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
437
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
438
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
439
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
440
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
441
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
442
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
443
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
444
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
445
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
446
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
447
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
448
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
449
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
450
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
451
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
452
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
453
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
454
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
455
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
456
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
457
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
458
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
459
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
460
|
+
"@effect/tsgo": "0.36.4",
|
|
461
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
462
|
+
"effect": "4.0.0-beta.107"
|
|
463
463
|
},
|
|
464
464
|
"effect:peers": {
|
|
465
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
466
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
467
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
468
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
469
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
470
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
471
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
472
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
473
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
474
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
475
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
476
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
477
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
478
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
479
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
480
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
481
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
482
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
483
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
484
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
485
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
486
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
487
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
488
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
489
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
490
|
-
"@effect/tsgo": "0.
|
|
491
|
-
"@effect/vitest": "4.0.0-beta.
|
|
492
|
-
"effect": "4.0.0-beta.
|
|
465
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
466
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
467
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
468
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
469
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
470
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
471
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
472
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
473
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
474
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
475
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
476
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
477
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
478
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
479
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
480
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
481
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
482
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
483
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
484
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
485
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
486
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
487
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
488
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
489
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
490
|
+
"@effect/tsgo": "0.36.4",
|
|
491
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
492
|
+
"effect": "4.0.0-beta.107"
|
|
493
493
|
},
|
|
494
494
|
"effect3": {
|
|
495
495
|
"@effect/ai": "^0.36.0",
|
|
@@ -606,65 +606,65 @@ const hooks = createHooks({
|
|
|
606
606
|
"effect": "^3.21.0"
|
|
607
607
|
},
|
|
608
608
|
"effectPeers": {
|
|
609
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
610
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
611
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
612
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
613
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
614
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
615
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
616
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
617
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
618
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
619
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
620
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
621
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
622
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
623
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
624
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
625
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
626
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
627
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
628
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
629
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
630
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
631
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
632
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
633
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
634
|
-
"@effect/tsgo": "0.
|
|
635
|
-
"@effect/vitest": "4.0.0-beta.
|
|
636
|
-
"effect": "4.0.0-beta.
|
|
609
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
610
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
611
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
612
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
613
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
614
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
615
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
616
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
617
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
618
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
619
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
620
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
621
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
622
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
623
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
624
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
625
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
626
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
627
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
628
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
629
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
630
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
631
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
632
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
633
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
634
|
+
"@effect/tsgo": "0.36.4",
|
|
635
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
636
|
+
"effect": "4.0.0-beta.107"
|
|
637
637
|
}
|
|
638
638
|
},
|
|
639
639
|
"minimumReleaseAgeExclude": ["@effect/tsgo-*"],
|
|
640
640
|
"peerDependencyRules": { "allowedVersions": {
|
|
641
|
-
"@effect/ai-anthropic@4.0.0-beta.
|
|
642
|
-
"@effect/ai-openai-compat@4.0.0-beta.
|
|
643
|
-
"@effect/ai-openai@4.0.0-beta.
|
|
644
|
-
"@effect/ai-openrouter@4.0.0-beta.
|
|
645
|
-
"@effect/atom-react@4.0.0-beta.
|
|
646
|
-
"@effect/atom-solid@4.0.0-beta.
|
|
647
|
-
"@effect/atom-vue@4.0.0-beta.
|
|
648
|
-
"@effect/openapi-generator@4.0.0-beta.
|
|
649
|
-
"@effect/opentelemetry@4.0.0-beta.
|
|
650
|
-
"@effect/platform-browser@4.0.0-beta.
|
|
651
|
-
"@effect/platform-bun@4.0.0-beta.
|
|
652
|
-
"@effect/platform-node-shared@4.0.0-beta.
|
|
653
|
-
"@effect/platform-node@4.0.0-beta.
|
|
654
|
-
"@effect/sql-clickhouse@4.0.0-beta.
|
|
655
|
-
"@effect/sql-d1@4.0.0-beta.
|
|
656
|
-
"@effect/sql-libsql@4.0.0-beta.
|
|
657
|
-
"@effect/sql-mssql@4.0.0-beta.
|
|
658
|
-
"@effect/sql-mysql2@4.0.0-beta.
|
|
659
|
-
"@effect/sql-pg@4.0.0-beta.
|
|
660
|
-
"@effect/sql-pglite@4.0.0-beta.
|
|
661
|
-
"@effect/sql-sqlite-bun@4.0.0-beta.
|
|
662
|
-
"@effect/sql-sqlite-do@4.0.0-beta.
|
|
663
|
-
"@effect/sql-sqlite-node@4.0.0-beta.
|
|
664
|
-
"@effect/sql-sqlite-react-native@4.0.0-beta.
|
|
665
|
-
"@effect/sql-sqlite-wasm@4.0.0-beta.
|
|
666
|
-
"@effect/tsgo@0.
|
|
667
|
-
"@effect/vitest@4.0.0-beta.
|
|
641
|
+
"@effect/ai-anthropic@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
642
|
+
"@effect/ai-openai-compat@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
643
|
+
"@effect/ai-openai@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
644
|
+
"@effect/ai-openrouter@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
645
|
+
"@effect/atom-react@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
646
|
+
"@effect/atom-solid@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
647
|
+
"@effect/atom-vue@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
648
|
+
"@effect/openapi-generator@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
649
|
+
"@effect/opentelemetry@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
650
|
+
"@effect/platform-browser@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
651
|
+
"@effect/platform-bun@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
652
|
+
"@effect/platform-node-shared@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
653
|
+
"@effect/platform-node@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
654
|
+
"@effect/sql-clickhouse@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
655
|
+
"@effect/sql-d1@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
656
|
+
"@effect/sql-libsql@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
657
|
+
"@effect/sql-mssql@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
658
|
+
"@effect/sql-mysql2@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
659
|
+
"@effect/sql-pg@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
660
|
+
"@effect/sql-pglite@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
661
|
+
"@effect/sql-sqlite-bun@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
662
|
+
"@effect/sql-sqlite-do@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
663
|
+
"@effect/sql-sqlite-node@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
664
|
+
"@effect/sql-sqlite-react-native@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
665
|
+
"@effect/sql-sqlite-wasm@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
666
|
+
"@effect/tsgo@0.36.4>effect": "4.0.0-beta.107",
|
|
667
|
+
"@effect/vitest@4.0.0-beta.107>effect": "4.0.0-beta.107"
|
|
668
668
|
} }
|
|
669
669
|
}, {
|
|
670
670
|
"catalogs": {
|
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/rolldown-pnpm-config@0.5.
|
|
4
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/ctx.js
|
|
5
5
|
/**
|
|
6
6
|
* Resolve the consuming repo's root package name. Prefers pnpm's
|
|
7
7
|
* `rootProjectManifest.name`, falling back to reading `package.json` from the
|
|
@@ -36,7 +36,7 @@ function excludeByRepo(merged, ctx, byRepo) {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
//#endregion
|
|
39
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
39
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/enforcement.js
|
|
40
40
|
/**
|
|
41
41
|
* Thrown when an `error`-enforced field diverges. A zero-dependency plain
|
|
42
42
|
* `Error` subclass (NOT an Effect type) so it survives in the bundled pnpmfile.
|
|
@@ -71,7 +71,7 @@ function applyEnforcement(field, result, enforcement) {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
//#endregion
|
|
74
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
74
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
|
|
75
75
|
function unionSort(managed, local) {
|
|
76
76
|
const set = new Set(managed);
|
|
77
77
|
for (const item of local ?? []) set.add(item);
|
|
@@ -107,7 +107,7 @@ const arrayRecordUnion = (base, local) => {
|
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
//#endregion
|
|
110
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
110
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
|
|
111
111
|
/**
|
|
112
112
|
* Merge each named catalog; child wins per package. Emits override divergences
|
|
113
113
|
* when a local version differs from the managed one.
|
|
@@ -142,7 +142,7 @@ const catalogs = (base, local) => {
|
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
//#endregion
|
|
145
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
145
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
|
|
146
146
|
/**
|
|
147
147
|
* `{...managed, ...child}` — child wins per key. Quiet. Merges two maps,
|
|
148
148
|
* preferring child values.
|
|
@@ -187,7 +187,7 @@ const allowBuilds = (base, local) => {
|
|
|
187
187
|
};
|
|
188
188
|
|
|
189
189
|
//#endregion
|
|
190
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
190
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
|
|
191
191
|
function mergeMapDetect(prefix, managed, child) {
|
|
192
192
|
const merged = { ...managed };
|
|
193
193
|
const divergences = [];
|
|
@@ -243,7 +243,7 @@ const peerDependencyRules = (base, local) => {
|
|
|
243
243
|
};
|
|
244
244
|
|
|
245
245
|
//#endregion
|
|
246
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
246
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
|
|
247
247
|
/**
|
|
248
248
|
* `child ?? base` — quiet (no divergences). Prefer local, fall back to managed.
|
|
249
249
|
*
|
|
@@ -299,7 +299,7 @@ const securityMin = (base, local) => {
|
|
|
299
299
|
};
|
|
300
300
|
|
|
301
301
|
//#endregion
|
|
302
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
302
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
|
|
303
303
|
/**
|
|
304
304
|
* Built-in strategies keyed by manifest name.
|
|
305
305
|
*
|
|
@@ -319,7 +319,7 @@ const STRATEGY_TABLE = {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
//#endregion
|
|
322
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
322
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime/warnings.js
|
|
323
323
|
const WARNING_BOX_WIDTH = 75;
|
|
324
324
|
function pad(line) {
|
|
325
325
|
return `│${line}${" ".repeat(Math.max(0, WARNING_BOX_WIDTH - line.length - 2))}│`;
|
|
@@ -333,7 +333,7 @@ function pad(line) {
|
|
|
333
333
|
*/
|
|
334
334
|
function formatOverrideWarning(divergences, name) {
|
|
335
335
|
if (divergences.length === 0) return "";
|
|
336
|
-
const border = "─".repeat(
|
|
336
|
+
const border = "─".repeat(73);
|
|
337
337
|
const lines = [];
|
|
338
338
|
lines.push(`┌${border}┐`);
|
|
339
339
|
lines.push(pad(` [${name}]`));
|
|
@@ -360,7 +360,7 @@ function formatOverrideWarning(divergences, name) {
|
|
|
360
360
|
*/
|
|
361
361
|
function formatSecurityWarning(divergences, name) {
|
|
362
362
|
if (divergences.length === 0) return "";
|
|
363
|
-
const border = "─".repeat(
|
|
363
|
+
const border = "─".repeat(73);
|
|
364
364
|
const lines = [];
|
|
365
365
|
lines.push(`┌${border}┐`);
|
|
366
366
|
lines.push(pad(` [${name}]`));
|
|
@@ -379,7 +379,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
//#endregion
|
|
382
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
382
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.7_@types+react@19.2.18_ioredis@5.11.1_supports-color@9.4.0__rolldown@1.2.3/node_modules/rolldown-pnpm-config/runtime.js
|
|
383
383
|
/**
|
|
384
384
|
* Build the pnpm hooks from frozen base data + a field→strategy manifest.
|
|
385
385
|
* Zero dependencies — bundled verbatim into the shipped pnpmfile.
|
|
@@ -431,64 +431,64 @@ function createHooks(base, manifest, name) {
|
|
|
431
431
|
const hooks = createHooks({
|
|
432
432
|
"catalogs": {
|
|
433
433
|
"effect": {
|
|
434
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
435
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
436
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
437
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
438
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
439
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
440
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
441
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
442
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
443
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
444
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
445
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
446
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
447
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
448
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
449
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
450
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
451
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
452
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
453
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
454
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
455
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
456
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
457
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
458
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
459
|
-
"@effect/tsgo": "0.
|
|
460
|
-
"@effect/vitest": "4.0.0-beta.
|
|
461
|
-
"effect": "4.0.0-beta.
|
|
434
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
435
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
436
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
437
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
438
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
439
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
440
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
441
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
442
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
443
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
444
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
445
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
446
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
447
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
448
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
449
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
450
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
451
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
452
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
453
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
454
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
455
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
456
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
457
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
458
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
459
|
+
"@effect/tsgo": "0.36.4",
|
|
460
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
461
|
+
"effect": "4.0.0-beta.107"
|
|
462
462
|
},
|
|
463
463
|
"effect:peers": {
|
|
464
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
465
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
466
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
467
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
468
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
469
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
470
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
471
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
472
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
473
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
474
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
475
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
476
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
477
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
478
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
479
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
480
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
481
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
482
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
483
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
484
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
485
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
486
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
487
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
488
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
489
|
-
"@effect/tsgo": "0.
|
|
490
|
-
"@effect/vitest": "4.0.0-beta.
|
|
491
|
-
"effect": "4.0.0-beta.
|
|
464
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
465
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
466
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
467
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
468
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
469
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
470
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
471
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
472
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
473
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
474
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
475
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
476
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
477
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
478
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
479
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
480
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
481
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
482
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
483
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
484
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
485
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
486
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
487
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
488
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
489
|
+
"@effect/tsgo": "0.36.4",
|
|
490
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
491
|
+
"effect": "4.0.0-beta.107"
|
|
492
492
|
},
|
|
493
493
|
"effect3": {
|
|
494
494
|
"@effect/ai": "^0.36.0",
|
|
@@ -605,65 +605,65 @@ const hooks = createHooks({
|
|
|
605
605
|
"effect": "^3.21.0"
|
|
606
606
|
},
|
|
607
607
|
"effectPeers": {
|
|
608
|
-
"@effect/ai-anthropic": "4.0.0-beta.
|
|
609
|
-
"@effect/ai-openai": "4.0.0-beta.
|
|
610
|
-
"@effect/ai-openai-compat": "4.0.0-beta.
|
|
611
|
-
"@effect/ai-openrouter": "4.0.0-beta.
|
|
612
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
613
|
-
"@effect/atom-solid": "4.0.0-beta.
|
|
614
|
-
"@effect/atom-vue": "4.0.0-beta.
|
|
615
|
-
"@effect/openapi-generator": "4.0.0-beta.
|
|
616
|
-
"@effect/opentelemetry": "4.0.0-beta.
|
|
617
|
-
"@effect/platform-browser": "4.0.0-beta.
|
|
618
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
619
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
620
|
-
"@effect/platform-node-shared": "4.0.0-beta.
|
|
621
|
-
"@effect/sql-clickhouse": "4.0.0-beta.
|
|
622
|
-
"@effect/sql-d1": "4.0.0-beta.
|
|
623
|
-
"@effect/sql-libsql": "4.0.0-beta.
|
|
624
|
-
"@effect/sql-mssql": "4.0.0-beta.
|
|
625
|
-
"@effect/sql-mysql2": "4.0.0-beta.
|
|
626
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
627
|
-
"@effect/sql-pglite": "4.0.0-beta.
|
|
628
|
-
"@effect/sql-sqlite-bun": "4.0.0-beta.
|
|
629
|
-
"@effect/sql-sqlite-do": "4.0.0-beta.
|
|
630
|
-
"@effect/sql-sqlite-node": "4.0.0-beta.
|
|
631
|
-
"@effect/sql-sqlite-react-native": "4.0.0-beta.
|
|
632
|
-
"@effect/sql-sqlite-wasm": "4.0.0-beta.
|
|
633
|
-
"@effect/tsgo": "0.
|
|
634
|
-
"@effect/vitest": "4.0.0-beta.
|
|
635
|
-
"effect": "4.0.0-beta.
|
|
608
|
+
"@effect/ai-anthropic": "4.0.0-beta.107",
|
|
609
|
+
"@effect/ai-openai": "4.0.0-beta.107",
|
|
610
|
+
"@effect/ai-openai-compat": "4.0.0-beta.107",
|
|
611
|
+
"@effect/ai-openrouter": "4.0.0-beta.107",
|
|
612
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
613
|
+
"@effect/atom-solid": "4.0.0-beta.107",
|
|
614
|
+
"@effect/atom-vue": "4.0.0-beta.107",
|
|
615
|
+
"@effect/openapi-generator": "4.0.0-beta.107",
|
|
616
|
+
"@effect/opentelemetry": "4.0.0-beta.107",
|
|
617
|
+
"@effect/platform-browser": "4.0.0-beta.107",
|
|
618
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
619
|
+
"@effect/platform-node": "4.0.0-beta.107",
|
|
620
|
+
"@effect/platform-node-shared": "4.0.0-beta.107",
|
|
621
|
+
"@effect/sql-clickhouse": "4.0.0-beta.107",
|
|
622
|
+
"@effect/sql-d1": "4.0.0-beta.107",
|
|
623
|
+
"@effect/sql-libsql": "4.0.0-beta.107",
|
|
624
|
+
"@effect/sql-mssql": "4.0.0-beta.107",
|
|
625
|
+
"@effect/sql-mysql2": "4.0.0-beta.107",
|
|
626
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
627
|
+
"@effect/sql-pglite": "4.0.0-beta.107",
|
|
628
|
+
"@effect/sql-sqlite-bun": "4.0.0-beta.107",
|
|
629
|
+
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
630
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.107",
|
|
631
|
+
"@effect/sql-sqlite-react-native": "4.0.0-beta.107",
|
|
632
|
+
"@effect/sql-sqlite-wasm": "4.0.0-beta.107",
|
|
633
|
+
"@effect/tsgo": "0.36.4",
|
|
634
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
635
|
+
"effect": "4.0.0-beta.107"
|
|
636
636
|
}
|
|
637
637
|
},
|
|
638
638
|
"minimumReleaseAgeExclude": ["@effect/tsgo-*"],
|
|
639
639
|
"peerDependencyRules": { "allowedVersions": {
|
|
640
|
-
"@effect/ai-anthropic@4.0.0-beta.
|
|
641
|
-
"@effect/ai-openai-compat@4.0.0-beta.
|
|
642
|
-
"@effect/ai-openai@4.0.0-beta.
|
|
643
|
-
"@effect/ai-openrouter@4.0.0-beta.
|
|
644
|
-
"@effect/atom-react@4.0.0-beta.
|
|
645
|
-
"@effect/atom-solid@4.0.0-beta.
|
|
646
|
-
"@effect/atom-vue@4.0.0-beta.
|
|
647
|
-
"@effect/openapi-generator@4.0.0-beta.
|
|
648
|
-
"@effect/opentelemetry@4.0.0-beta.
|
|
649
|
-
"@effect/platform-browser@4.0.0-beta.
|
|
650
|
-
"@effect/platform-bun@4.0.0-beta.
|
|
651
|
-
"@effect/platform-node-shared@4.0.0-beta.
|
|
652
|
-
"@effect/platform-node@4.0.0-beta.
|
|
653
|
-
"@effect/sql-clickhouse@4.0.0-beta.
|
|
654
|
-
"@effect/sql-d1@4.0.0-beta.
|
|
655
|
-
"@effect/sql-libsql@4.0.0-beta.
|
|
656
|
-
"@effect/sql-mssql@4.0.0-beta.
|
|
657
|
-
"@effect/sql-mysql2@4.0.0-beta.
|
|
658
|
-
"@effect/sql-pg@4.0.0-beta.
|
|
659
|
-
"@effect/sql-pglite@4.0.0-beta.
|
|
660
|
-
"@effect/sql-sqlite-bun@4.0.0-beta.
|
|
661
|
-
"@effect/sql-sqlite-do@4.0.0-beta.
|
|
662
|
-
"@effect/sql-sqlite-node@4.0.0-beta.
|
|
663
|
-
"@effect/sql-sqlite-react-native@4.0.0-beta.
|
|
664
|
-
"@effect/sql-sqlite-wasm@4.0.0-beta.
|
|
665
|
-
"@effect/tsgo@0.
|
|
666
|
-
"@effect/vitest@4.0.0-beta.
|
|
640
|
+
"@effect/ai-anthropic@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
641
|
+
"@effect/ai-openai-compat@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
642
|
+
"@effect/ai-openai@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
643
|
+
"@effect/ai-openrouter@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
644
|
+
"@effect/atom-react@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
645
|
+
"@effect/atom-solid@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
646
|
+
"@effect/atom-vue@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
647
|
+
"@effect/openapi-generator@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
648
|
+
"@effect/opentelemetry@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
649
|
+
"@effect/platform-browser@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
650
|
+
"@effect/platform-bun@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
651
|
+
"@effect/platform-node-shared@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
652
|
+
"@effect/platform-node@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
653
|
+
"@effect/sql-clickhouse@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
654
|
+
"@effect/sql-d1@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
655
|
+
"@effect/sql-libsql@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
656
|
+
"@effect/sql-mssql@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
657
|
+
"@effect/sql-mysql2@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
658
|
+
"@effect/sql-pg@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
659
|
+
"@effect/sql-pglite@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
660
|
+
"@effect/sql-sqlite-bun@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
661
|
+
"@effect/sql-sqlite-do@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
662
|
+
"@effect/sql-sqlite-node@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
663
|
+
"@effect/sql-sqlite-react-native@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
664
|
+
"@effect/sql-sqlite-wasm@4.0.0-beta.107>effect": "4.0.0-beta.107",
|
|
665
|
+
"@effect/tsgo@0.36.4>effect": "4.0.0-beta.107",
|
|
666
|
+
"@effect/vitest@4.0.0-beta.107>effect": "4.0.0-beta.107"
|
|
667
667
|
} }
|
|
668
668
|
}, {
|
|
669
669
|
"catalogs": {
|