alchemy 0.63.1 → 0.64.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/bin/alchemy.js +96 -86
- package/lib/alchemy.d.ts +4 -0
- package/lib/alchemy.d.ts.map +1 -1
- package/lib/alchemy.js +10 -4
- package/lib/alchemy.js.map +1 -1
- package/lib/apply.d.ts +3 -0
- package/lib/apply.d.ts.map +1 -1
- package/lib/apply.js +11 -1
- package/lib/apply.js.map +1 -1
- package/lib/cloudflare/bindings.d.ts +3 -1
- package/lib/cloudflare/bindings.d.ts.map +1 -1
- package/lib/cloudflare/bucket.d.ts +2 -1
- package/lib/cloudflare/bucket.d.ts.map +1 -1
- package/lib/cloudflare/bucket.js.map +1 -1
- package/lib/cloudflare/bundle/cloudflare-internal.d.ts +6 -0
- package/lib/cloudflare/bundle/cloudflare-internal.d.ts.map +1 -0
- package/lib/cloudflare/bundle/cloudflare-internal.js +39 -0
- package/lib/cloudflare/bundle/cloudflare-internal.js.map +1 -0
- package/lib/cloudflare/bundle/nodejs-builtin-modules.d.ts +2 -0
- package/lib/cloudflare/bundle/nodejs-builtin-modules.d.ts.map +1 -0
- package/lib/cloudflare/bundle/nodejs-builtin-modules.js +9 -0
- package/lib/cloudflare/bundle/nodejs-builtin-modules.js.map +1 -0
- package/lib/cloudflare/bundle/plugin-als-external.d.ts +6 -0
- package/lib/cloudflare/bundle/plugin-als-external.d.ts.map +1 -0
- package/lib/cloudflare/bundle/plugin-als-external.js +12 -0
- package/lib/cloudflare/bundle/plugin-als-external.js.map +1 -0
- package/lib/cloudflare/bundle/plugin-hybrid-node-compat.d.ts +4 -1
- package/lib/cloudflare/bundle/plugin-hybrid-node-compat.d.ts.map +1 -1
- package/lib/cloudflare/bundle/plugin-hybrid-node-compat.js +23 -23
- package/lib/cloudflare/bundle/plugin-hybrid-node-compat.js.map +1 -1
- package/lib/cloudflare/bundle/plugin-node-compat.d.ts +11 -0
- package/lib/cloudflare/bundle/plugin-node-compat.d.ts.map +1 -0
- package/lib/cloudflare/bundle/plugin-node-compat.js +93 -0
- package/lib/cloudflare/bundle/plugin-node-compat.js.map +1 -0
- package/lib/cloudflare/d1-local-migrations.js.map +1 -1
- package/lib/cloudflare/durable-object-namespace.d.ts +1 -0
- package/lib/cloudflare/durable-object-namespace.d.ts.map +1 -1
- package/lib/cloudflare/durable-object-namespace.js.map +1 -1
- package/lib/cloudflare/website.d.ts.map +1 -1
- package/lib/cloudflare/website.js +80 -82
- package/lib/cloudflare/website.js.map +1 -1
- package/lib/cloudflare/worker-bundle.d.ts +6 -0
- package/lib/cloudflare/worker-bundle.d.ts.map +1 -1
- package/lib/cloudflare/worker-bundle.js +34 -10
- package/lib/cloudflare/worker-bundle.js.map +1 -1
- package/lib/cloudflare/worker-metadata.d.ts.map +1 -1
- package/lib/cloudflare/worker-metadata.js +1 -0
- package/lib/cloudflare/worker-metadata.js.map +1 -1
- package/lib/cloudflare/worker.d.ts.map +1 -1
- package/lib/cloudflare/worker.js +24 -6
- package/lib/cloudflare/worker.js.map +1 -1
- package/lib/cloudflare/wrangler.json.d.ts +2 -4
- package/lib/cloudflare/wrangler.json.d.ts.map +1 -1
- package/lib/cloudflare/wrangler.json.js +16 -14
- package/lib/cloudflare/wrangler.json.js.map +1 -1
- package/lib/context.d.ts +3 -1
- package/lib/context.d.ts.map +1 -1
- package/lib/context.js +2 -2
- package/lib/context.js.map +1 -1
- package/lib/destroy.d.ts +8 -0
- package/lib/destroy.d.ts.map +1 -1
- package/lib/destroy.js +20 -4
- package/lib/destroy.js.map +1 -1
- package/lib/planetscale/api/client.gen.d.ts +1750 -0
- package/lib/planetscale/api/client.gen.d.ts.map +1 -0
- package/lib/planetscale/api/client.gen.js +2401 -0
- package/lib/planetscale/api/client.gen.js.map +1 -0
- package/lib/planetscale/api/index.d.ts +3 -0
- package/lib/planetscale/api/index.d.ts.map +1 -0
- package/lib/planetscale/api/index.js +4 -0
- package/lib/planetscale/api/index.js.map +1 -0
- package/lib/planetscale/api/types.gen.d.ts +12156 -0
- package/lib/planetscale/api/types.gen.d.ts.map +1 -0
- package/lib/planetscale/api/types.gen.js +2 -0
- package/lib/planetscale/api/types.gen.js.map +1 -0
- package/lib/planetscale/branch.d.ts +5 -8
- package/lib/planetscale/branch.d.ts.map +1 -1
- package/lib/planetscale/branch.js +111 -97
- package/lib/planetscale/branch.js.map +1 -1
- package/lib/planetscale/database.d.ts +2 -6
- package/lib/planetscale/database.d.ts.map +1 -1
- package/lib/planetscale/database.js +157 -118
- package/lib/planetscale/database.js.map +1 -1
- package/lib/planetscale/index.d.ts +1 -1
- package/lib/planetscale/index.d.ts.map +1 -1
- package/lib/planetscale/index.js +1 -1
- package/lib/planetscale/index.js.map +1 -1
- package/lib/planetscale/password.d.ts +4 -7
- package/lib/planetscale/password.d.ts.map +1 -1
- package/lib/planetscale/password.js +71 -56
- package/lib/planetscale/password.js.map +1 -1
- package/lib/planetscale/utils.d.ts +8 -6
- package/lib/planetscale/utils.d.ts.map +1 -1
- package/lib/planetscale/utils.js +85 -70
- package/lib/planetscale/utils.js.map +1 -1
- package/lib/scope.d.ts +5 -1
- package/lib/scope.d.ts.map +1 -1
- package/lib/scope.js +11 -3
- package/lib/scope.js.map +1 -1
- package/lib/util/dedent.d.ts +3 -14
- package/lib/util/dedent.d.ts.map +1 -1
- package/lib/util/dedent.js +28 -52
- package/lib/util/dedent.js.map +1 -1
- package/package.json +4 -3
- package/src/alchemy.ts +14 -6
- package/src/apply.ts +13 -1
- package/src/cloudflare/bindings.ts +3 -1
- package/src/cloudflare/bucket.ts +3 -1
- package/src/cloudflare/bundle/cloudflare-internal.ts +42 -0
- package/src/cloudflare/bundle/nodejs-builtin-modules.ts +14 -0
- package/src/cloudflare/bundle/plugin-als-external.ts +13 -0
- package/src/cloudflare/bundle/plugin-hybrid-node-compat.ts +29 -28
- package/src/cloudflare/bundle/plugin-node-compat.ts +114 -0
- package/src/cloudflare/d1-local-migrations.ts +2 -2
- package/src/cloudflare/durable-object-namespace.ts +1 -0
- package/src/cloudflare/website.ts +88 -89
- package/src/cloudflare/worker-bundle.ts +46 -9
- package/src/cloudflare/worker-metadata.ts +2 -0
- package/src/cloudflare/worker.ts +35 -7
- package/src/cloudflare/wrangler.json.ts +108 -110
- package/src/context.ts +5 -3
- package/src/destroy.ts +26 -8
- package/src/planetscale/api/client.gen.ts +2882 -0
- package/src/planetscale/api/index.ts +4 -0
- package/src/planetscale/api/types.gen.ts +13041 -0
- package/src/planetscale/branch.ts +152 -169
- package/src/planetscale/database.ts +195 -204
- package/src/planetscale/index.ts +1 -1
- package/src/planetscale/password.ts +86 -85
- package/src/planetscale/utils.ts +141 -122
- package/src/scope.ts +12 -3
- package/src/util/dedent.ts +33 -61
- package/templates/astro/alchemy.run.ts +1 -3
- package/templates/hono/alchemy.run.ts +0 -1
- package/templates/nuxt/alchemy.run.ts +1 -3
- package/templates/react-router/alchemy.run.ts +1 -3
- package/templates/rwsdk/alchemy.run.ts +0 -2
- package/templates/sveltekit/alchemy.run.ts +1 -3
- package/templates/tanstack-start/alchemy.run.ts +1 -3
- package/templates/typescript/alchemy.run.ts +0 -1
- package/templates/vite/alchemy.run.ts +0 -1
- package/workers/cloudflare-state-store.js +58 -58
- package/lib/cloudflare/bundle/externals.d.ts +0 -3
- package/lib/cloudflare/bundle/externals.d.ts.map +0 -1
- package/lib/cloudflare/bundle/externals.js +0 -35
- package/lib/cloudflare/bundle/externals.js.map +0 -1
- package/lib/cloudflare/bundle/plugin-compat-warning.d.ts +0 -10
- package/lib/cloudflare/bundle/plugin-compat-warning.d.ts.map +0 -1
- package/lib/cloudflare/bundle/plugin-compat-warning.js +0 -67
- package/lib/cloudflare/bundle/plugin-compat-warning.js.map +0 -1
- package/lib/planetscale/api.d.ts +0 -53
- package/lib/planetscale/api.d.ts.map +0 -1
- package/lib/planetscale/api.js +0 -84
- package/lib/planetscale/api.js.map +0 -1
- package/src/cloudflare/bundle/externals.ts +0 -36
- package/src/cloudflare/bundle/plugin-compat-warning.ts +0 -94
- package/src/planetscale/api.ts +0 -115
package/bin/alchemy.js
CHANGED
|
@@ -27370,7 +27370,7 @@ var require_lib = /* @__PURE__ */ __commonJS$1({ "../node_modules/.bun/fs-extra@
|
|
|
27370
27370
|
}) });
|
|
27371
27371
|
|
|
27372
27372
|
//#endregion
|
|
27373
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
27373
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/core.js
|
|
27374
27374
|
var import_lib$6 = /* @__PURE__ */ __toESM$1(require_lib(), 1);
|
|
27375
27375
|
/** A special constant with type `never` */
|
|
27376
27376
|
const NEVER = Object.freeze({ status: "aborted" });
|
|
@@ -27426,7 +27426,7 @@ function config(newConfig) {
|
|
|
27426
27426
|
}
|
|
27427
27427
|
|
|
27428
27428
|
//#endregion
|
|
27429
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
27429
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/util.js
|
|
27430
27430
|
var util_exports = {};
|
|
27431
27431
|
__export(util_exports, {
|
|
27432
27432
|
BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
|
|
@@ -27973,7 +27973,7 @@ var Class = class {
|
|
|
27973
27973
|
};
|
|
27974
27974
|
|
|
27975
27975
|
//#endregion
|
|
27976
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
27976
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/errors.js
|
|
27977
27977
|
const initializer$1 = (inst, def) => {
|
|
27978
27978
|
inst.name = "$ZodError";
|
|
27979
27979
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -28126,7 +28126,7 @@ function prettifyError(error$81) {
|
|
|
28126
28126
|
}
|
|
28127
28127
|
|
|
28128
28128
|
//#endregion
|
|
28129
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28129
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/parse.js
|
|
28130
28130
|
const _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
28131
28131
|
const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
|
|
28132
28132
|
const result = schema._zod.run({
|
|
@@ -28230,7 +28230,7 @@ const _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
28230
28230
|
const safeDecodeAsync$1 = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
|
|
28231
28231
|
|
|
28232
28232
|
//#endregion
|
|
28233
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28233
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/regexes.js
|
|
28234
28234
|
var regexes_exports = {};
|
|
28235
28235
|
__export(regexes_exports, {
|
|
28236
28236
|
base64: () => base64$2,
|
|
@@ -28390,7 +28390,7 @@ const sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
|
|
|
28390
28390
|
const sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
|
|
28391
28391
|
|
|
28392
28392
|
//#endregion
|
|
28393
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28393
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/checks.js
|
|
28394
28394
|
const $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
28395
28395
|
var _a;
|
|
28396
28396
|
inst._zod ?? (inst._zod = {});
|
|
@@ -28895,7 +28895,7 @@ const $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (i
|
|
|
28895
28895
|
});
|
|
28896
28896
|
|
|
28897
28897
|
//#endregion
|
|
28898
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28898
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/doc.js
|
|
28899
28899
|
var Doc = class {
|
|
28900
28900
|
constructor(args = []) {
|
|
28901
28901
|
this.content = [];
|
|
@@ -28929,15 +28929,15 @@ var Doc = class {
|
|
|
28929
28929
|
};
|
|
28930
28930
|
|
|
28931
28931
|
//#endregion
|
|
28932
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28932
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/versions.js
|
|
28933
28933
|
const version$1 = {
|
|
28934
28934
|
major: 4,
|
|
28935
28935
|
minor: 1,
|
|
28936
|
-
patch:
|
|
28936
|
+
patch: 3
|
|
28937
28937
|
};
|
|
28938
28938
|
|
|
28939
28939
|
//#endregion
|
|
28940
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
28940
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/schemas.js
|
|
28941
28941
|
const $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
28942
28942
|
var _a;
|
|
28943
28943
|
inst ?? (inst = {});
|
|
@@ -30569,7 +30569,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
30569
30569
|
}
|
|
30570
30570
|
|
|
30571
30571
|
//#endregion
|
|
30572
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
30572
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ar.js
|
|
30573
30573
|
const error$41 = () => {
|
|
30574
30574
|
const Sizable = {
|
|
30575
30575
|
string: {
|
|
@@ -30673,7 +30673,7 @@ function ar_default() {
|
|
|
30673
30673
|
}
|
|
30674
30674
|
|
|
30675
30675
|
//#endregion
|
|
30676
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
30676
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/az.js
|
|
30677
30677
|
const error$40 = () => {
|
|
30678
30678
|
const Sizable = {
|
|
30679
30679
|
string: {
|
|
@@ -30777,7 +30777,7 @@ function az_default() {
|
|
|
30777
30777
|
}
|
|
30778
30778
|
|
|
30779
30779
|
//#endregion
|
|
30780
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
30780
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/be.js
|
|
30781
30781
|
function getBelarusianPlural(count$1, one, few, many) {
|
|
30782
30782
|
const absCount = Math.abs(count$1);
|
|
30783
30783
|
const lastDigit = absCount % 10;
|
|
@@ -30914,7 +30914,7 @@ function be_default() {
|
|
|
30914
30914
|
}
|
|
30915
30915
|
|
|
30916
30916
|
//#endregion
|
|
30917
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
30917
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ca.js
|
|
30918
30918
|
const error$38 = () => {
|
|
30919
30919
|
const Sizable = {
|
|
30920
30920
|
string: {
|
|
@@ -31018,7 +31018,7 @@ function ca_default() {
|
|
|
31018
31018
|
}
|
|
31019
31019
|
|
|
31020
31020
|
//#endregion
|
|
31021
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31021
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/cs.js
|
|
31022
31022
|
const error$37 = () => {
|
|
31023
31023
|
const Sizable = {
|
|
31024
31024
|
string: {
|
|
@@ -31128,7 +31128,7 @@ function cs_default() {
|
|
|
31128
31128
|
}
|
|
31129
31129
|
|
|
31130
31130
|
//#endregion
|
|
31131
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31131
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/da.js
|
|
31132
31132
|
const error$36 = () => {
|
|
31133
31133
|
const Sizable = {
|
|
31134
31134
|
string: {
|
|
@@ -31247,7 +31247,7 @@ function da_default() {
|
|
|
31247
31247
|
}
|
|
31248
31248
|
|
|
31249
31249
|
//#endregion
|
|
31250
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31250
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/de.js
|
|
31251
31251
|
const error$35 = () => {
|
|
31252
31252
|
const Sizable = {
|
|
31253
31253
|
string: {
|
|
@@ -31351,7 +31351,7 @@ function de_default() {
|
|
|
31351
31351
|
}
|
|
31352
31352
|
|
|
31353
31353
|
//#endregion
|
|
31354
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31354
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/en.js
|
|
31355
31355
|
const parsedType$3 = (data) => {
|
|
31356
31356
|
const t$1 = typeof data;
|
|
31357
31357
|
switch (t$1) {
|
|
@@ -31455,7 +31455,7 @@ function en_default() {
|
|
|
31455
31455
|
}
|
|
31456
31456
|
|
|
31457
31457
|
//#endregion
|
|
31458
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31458
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/eo.js
|
|
31459
31459
|
const parsedType$2 = (data) => {
|
|
31460
31460
|
const t$1 = typeof data;
|
|
31461
31461
|
switch (t$1) {
|
|
@@ -31559,7 +31559,7 @@ function eo_default() {
|
|
|
31559
31559
|
}
|
|
31560
31560
|
|
|
31561
31561
|
//#endregion
|
|
31562
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31562
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/es.js
|
|
31563
31563
|
const error$32 = () => {
|
|
31564
31564
|
const Sizable = {
|
|
31565
31565
|
string: {
|
|
@@ -31663,7 +31663,7 @@ function es_default() {
|
|
|
31663
31663
|
}
|
|
31664
31664
|
|
|
31665
31665
|
//#endregion
|
|
31666
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31666
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/fa.js
|
|
31667
31667
|
const error$31 = () => {
|
|
31668
31668
|
const Sizable = {
|
|
31669
31669
|
string: {
|
|
@@ -31767,7 +31767,7 @@ function fa_default() {
|
|
|
31767
31767
|
}
|
|
31768
31768
|
|
|
31769
31769
|
//#endregion
|
|
31770
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31770
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/fi.js
|
|
31771
31771
|
const error$30 = () => {
|
|
31772
31772
|
const Sizable = {
|
|
31773
31773
|
string: {
|
|
@@ -31887,7 +31887,7 @@ function fi_default() {
|
|
|
31887
31887
|
}
|
|
31888
31888
|
|
|
31889
31889
|
//#endregion
|
|
31890
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31890
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/fr.js
|
|
31891
31891
|
const error$29 = () => {
|
|
31892
31892
|
const Sizable = {
|
|
31893
31893
|
string: {
|
|
@@ -31991,7 +31991,7 @@ function fr_default() {
|
|
|
31991
31991
|
}
|
|
31992
31992
|
|
|
31993
31993
|
//#endregion
|
|
31994
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
31994
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/fr-CA.js
|
|
31995
31995
|
const error$28 = () => {
|
|
31996
31996
|
const Sizable = {
|
|
31997
31997
|
string: {
|
|
@@ -32095,7 +32095,7 @@ function fr_CA_default() {
|
|
|
32095
32095
|
}
|
|
32096
32096
|
|
|
32097
32097
|
//#endregion
|
|
32098
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32098
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/he.js
|
|
32099
32099
|
const error$27 = () => {
|
|
32100
32100
|
const Sizable = {
|
|
32101
32101
|
string: {
|
|
@@ -32199,7 +32199,7 @@ function he_default() {
|
|
|
32199
32199
|
}
|
|
32200
32200
|
|
|
32201
32201
|
//#endregion
|
|
32202
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32202
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/hu.js
|
|
32203
32203
|
const error$26 = () => {
|
|
32204
32204
|
const Sizable = {
|
|
32205
32205
|
string: {
|
|
@@ -32303,7 +32303,7 @@ function hu_default() {
|
|
|
32303
32303
|
}
|
|
32304
32304
|
|
|
32305
32305
|
//#endregion
|
|
32306
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32306
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/id.js
|
|
32307
32307
|
const error$25 = () => {
|
|
32308
32308
|
const Sizable = {
|
|
32309
32309
|
string: {
|
|
@@ -32407,7 +32407,7 @@ function id_default() {
|
|
|
32407
32407
|
}
|
|
32408
32408
|
|
|
32409
32409
|
//#endregion
|
|
32410
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32410
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/is.js
|
|
32411
32411
|
const parsedType$1 = (data) => {
|
|
32412
32412
|
const t$1 = typeof data;
|
|
32413
32413
|
switch (t$1) {
|
|
@@ -32511,7 +32511,7 @@ function is_default() {
|
|
|
32511
32511
|
}
|
|
32512
32512
|
|
|
32513
32513
|
//#endregion
|
|
32514
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32514
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/it.js
|
|
32515
32515
|
const error$23 = () => {
|
|
32516
32516
|
const Sizable = {
|
|
32517
32517
|
string: {
|
|
@@ -32615,7 +32615,7 @@ function it_default() {
|
|
|
32615
32615
|
}
|
|
32616
32616
|
|
|
32617
32617
|
//#endregion
|
|
32618
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32618
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ja.js
|
|
32619
32619
|
const error$22 = () => {
|
|
32620
32620
|
const Sizable = {
|
|
32621
32621
|
string: {
|
|
@@ -32719,7 +32719,7 @@ function ja_default() {
|
|
|
32719
32719
|
}
|
|
32720
32720
|
|
|
32721
32721
|
//#endregion
|
|
32722
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32722
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/kh.js
|
|
32723
32723
|
const error$21 = () => {
|
|
32724
32724
|
const Sizable = {
|
|
32725
32725
|
string: {
|
|
@@ -32823,7 +32823,7 @@ function kh_default() {
|
|
|
32823
32823
|
}
|
|
32824
32824
|
|
|
32825
32825
|
//#endregion
|
|
32826
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32826
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ko.js
|
|
32827
32827
|
const error$20 = () => {
|
|
32828
32828
|
const Sizable = {
|
|
32829
32829
|
string: {
|
|
@@ -32931,7 +32931,7 @@ function ko_default() {
|
|
|
32931
32931
|
}
|
|
32932
32932
|
|
|
32933
32933
|
//#endregion
|
|
32934
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
32934
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/mk.js
|
|
32935
32935
|
const error$19 = () => {
|
|
32936
32936
|
const Sizable = {
|
|
32937
32937
|
string: {
|
|
@@ -33035,7 +33035,7 @@ function mk_default() {
|
|
|
33035
33035
|
}
|
|
33036
33036
|
|
|
33037
33037
|
//#endregion
|
|
33038
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33038
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ms.js
|
|
33039
33039
|
const error$18 = () => {
|
|
33040
33040
|
const Sizable = {
|
|
33041
33041
|
string: {
|
|
@@ -33139,7 +33139,7 @@ function ms_default() {
|
|
|
33139
33139
|
}
|
|
33140
33140
|
|
|
33141
33141
|
//#endregion
|
|
33142
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33142
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/nl.js
|
|
33143
33143
|
const error$17 = () => {
|
|
33144
33144
|
const Sizable = {
|
|
33145
33145
|
string: { unit: "tekens" },
|
|
@@ -33231,7 +33231,7 @@ function nl_default() {
|
|
|
33231
33231
|
}
|
|
33232
33232
|
|
|
33233
33233
|
//#endregion
|
|
33234
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33234
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/no.js
|
|
33235
33235
|
const error$16 = () => {
|
|
33236
33236
|
const Sizable = {
|
|
33237
33237
|
string: {
|
|
@@ -33335,7 +33335,7 @@ function no_default() {
|
|
|
33335
33335
|
}
|
|
33336
33336
|
|
|
33337
33337
|
//#endregion
|
|
33338
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33338
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ota.js
|
|
33339
33339
|
const error$15 = () => {
|
|
33340
33340
|
const Sizable = {
|
|
33341
33341
|
string: {
|
|
@@ -33439,7 +33439,7 @@ function ota_default() {
|
|
|
33439
33439
|
}
|
|
33440
33440
|
|
|
33441
33441
|
//#endregion
|
|
33442
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33442
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ps.js
|
|
33443
33443
|
const error$14 = () => {
|
|
33444
33444
|
const Sizable = {
|
|
33445
33445
|
string: {
|
|
@@ -33543,7 +33543,7 @@ function ps_default() {
|
|
|
33543
33543
|
}
|
|
33544
33544
|
|
|
33545
33545
|
//#endregion
|
|
33546
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33546
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/pl.js
|
|
33547
33547
|
const error$13 = () => {
|
|
33548
33548
|
const Sizable = {
|
|
33549
33549
|
string: {
|
|
@@ -33647,7 +33647,7 @@ function pl_default() {
|
|
|
33647
33647
|
}
|
|
33648
33648
|
|
|
33649
33649
|
//#endregion
|
|
33650
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33650
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/pt.js
|
|
33651
33651
|
const error$12 = () => {
|
|
33652
33652
|
const Sizable = {
|
|
33653
33653
|
string: {
|
|
@@ -33751,7 +33751,7 @@ function pt_default() {
|
|
|
33751
33751
|
}
|
|
33752
33752
|
|
|
33753
33753
|
//#endregion
|
|
33754
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33754
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ru.js
|
|
33755
33755
|
function getRussianPlural(count$1, one, few, many) {
|
|
33756
33756
|
const absCount = Math.abs(count$1);
|
|
33757
33757
|
const lastDigit = absCount % 10;
|
|
@@ -33888,7 +33888,7 @@ function ru_default() {
|
|
|
33888
33888
|
}
|
|
33889
33889
|
|
|
33890
33890
|
//#endregion
|
|
33891
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33891
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/sl.js
|
|
33892
33892
|
const error$10 = () => {
|
|
33893
33893
|
const Sizable = {
|
|
33894
33894
|
string: {
|
|
@@ -33992,7 +33992,7 @@ function sl_default() {
|
|
|
33992
33992
|
}
|
|
33993
33993
|
|
|
33994
33994
|
//#endregion
|
|
33995
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
33995
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/sv.js
|
|
33996
33996
|
const error$9 = () => {
|
|
33997
33997
|
const Sizable = {
|
|
33998
33998
|
string: {
|
|
@@ -34096,7 +34096,7 @@ function sv_default() {
|
|
|
34096
34096
|
}
|
|
34097
34097
|
|
|
34098
34098
|
//#endregion
|
|
34099
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34099
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ta.js
|
|
34100
34100
|
const error$8 = () => {
|
|
34101
34101
|
const Sizable = {
|
|
34102
34102
|
string: {
|
|
@@ -34200,7 +34200,7 @@ function ta_default() {
|
|
|
34200
34200
|
}
|
|
34201
34201
|
|
|
34202
34202
|
//#endregion
|
|
34203
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34203
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/th.js
|
|
34204
34204
|
const error$7 = () => {
|
|
34205
34205
|
const Sizable = {
|
|
34206
34206
|
string: {
|
|
@@ -34304,7 +34304,7 @@ function th_default() {
|
|
|
34304
34304
|
}
|
|
34305
34305
|
|
|
34306
34306
|
//#endregion
|
|
34307
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34307
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/tr.js
|
|
34308
34308
|
const parsedType = (data) => {
|
|
34309
34309
|
const t$1 = typeof data;
|
|
34310
34310
|
switch (t$1) {
|
|
@@ -34408,7 +34408,7 @@ function tr_default() {
|
|
|
34408
34408
|
}
|
|
34409
34409
|
|
|
34410
34410
|
//#endregion
|
|
34411
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34411
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ua.js
|
|
34412
34412
|
const error$5 = () => {
|
|
34413
34413
|
const Sizable = {
|
|
34414
34414
|
string: {
|
|
@@ -34512,7 +34512,7 @@ function ua_default() {
|
|
|
34512
34512
|
}
|
|
34513
34513
|
|
|
34514
34514
|
//#endregion
|
|
34515
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34515
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/ur.js
|
|
34516
34516
|
const error$4 = () => {
|
|
34517
34517
|
const Sizable = {
|
|
34518
34518
|
string: {
|
|
@@ -34616,7 +34616,7 @@ function ur_default() {
|
|
|
34616
34616
|
}
|
|
34617
34617
|
|
|
34618
34618
|
//#endregion
|
|
34619
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34619
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/vi.js
|
|
34620
34620
|
const error$3 = () => {
|
|
34621
34621
|
const Sizable = {
|
|
34622
34622
|
string: {
|
|
@@ -34720,7 +34720,7 @@ function vi_default() {
|
|
|
34720
34720
|
}
|
|
34721
34721
|
|
|
34722
34722
|
//#endregion
|
|
34723
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34723
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/zh-CN.js
|
|
34724
34724
|
const error$2 = () => {
|
|
34725
34725
|
const Sizable = {
|
|
34726
34726
|
string: {
|
|
@@ -34824,7 +34824,7 @@ function zh_CN_default() {
|
|
|
34824
34824
|
}
|
|
34825
34825
|
|
|
34826
34826
|
//#endregion
|
|
34827
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34827
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/zh-TW.js
|
|
34828
34828
|
const error$1 = () => {
|
|
34829
34829
|
const Sizable = {
|
|
34830
34830
|
string: {
|
|
@@ -34928,7 +34928,7 @@ function zh_TW_default() {
|
|
|
34928
34928
|
}
|
|
34929
34929
|
|
|
34930
34930
|
//#endregion
|
|
34931
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
34931
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/yo.js
|
|
34932
34932
|
const error = () => {
|
|
34933
34933
|
const Sizable = {
|
|
34934
34934
|
string: {
|
|
@@ -35032,7 +35032,7 @@ function yo_default() {
|
|
|
35032
35032
|
}
|
|
35033
35033
|
|
|
35034
35034
|
//#endregion
|
|
35035
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
35035
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/locales/index.js
|
|
35036
35036
|
var locales_exports = {};
|
|
35037
35037
|
__export(locales_exports, {
|
|
35038
35038
|
ar: () => ar_default,
|
|
@@ -35080,7 +35080,7 @@ __export(locales_exports, {
|
|
|
35080
35080
|
});
|
|
35081
35081
|
|
|
35082
35082
|
//#endregion
|
|
35083
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
35083
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/registries.js
|
|
35084
35084
|
const $output = Symbol("ZodOutput");
|
|
35085
35085
|
const $input = Symbol("ZodInput");
|
|
35086
35086
|
var $ZodRegistry = class {
|
|
@@ -35131,7 +35131,7 @@ function registry() {
|
|
|
35131
35131
|
const globalRegistry = /* @__PURE__ */ registry();
|
|
35132
35132
|
|
|
35133
35133
|
//#endregion
|
|
35134
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
35134
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/api.js
|
|
35135
35135
|
function _string(Class$2, params) {
|
|
35136
35136
|
return new Class$2({
|
|
35137
35137
|
type: "string",
|
|
@@ -36024,7 +36024,7 @@ function _stringFormat(Class$2, format$1, fnOrRegex, _params = {}) {
|
|
|
36024
36024
|
}
|
|
36025
36025
|
|
|
36026
36026
|
//#endregion
|
|
36027
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36027
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/to-json-schema.js
|
|
36028
36028
|
var JSONSchemaGenerator = class {
|
|
36029
36029
|
constructor(params) {
|
|
36030
36030
|
this.counter = 0;
|
|
@@ -36104,7 +36104,7 @@ var JSONSchemaGenerator = class {
|
|
|
36104
36104
|
const { minimum, maximum, format: format$1, multipleOf, exclusiveMaximum, exclusiveMinimum } = schema._zod.bag;
|
|
36105
36105
|
if (typeof format$1 === "string" && format$1.includes("int")) json$2.type = "integer";
|
|
36106
36106
|
else json$2.type = "number";
|
|
36107
|
-
if (typeof exclusiveMinimum === "number") if (this.target === "draft-4") {
|
|
36107
|
+
if (typeof exclusiveMinimum === "number") if (this.target === "draft-4" || this.target === "openapi-3.0") {
|
|
36108
36108
|
json$2.minimum = exclusiveMinimum;
|
|
36109
36109
|
json$2.exclusiveMinimum = true;
|
|
36110
36110
|
} else json$2.exclusiveMinimum = exclusiveMinimum;
|
|
@@ -36113,7 +36113,7 @@ var JSONSchemaGenerator = class {
|
|
|
36113
36113
|
if (typeof exclusiveMinimum === "number" && this.target !== "draft-4") if (exclusiveMinimum >= minimum) delete json$2.minimum;
|
|
36114
36114
|
else delete json$2.exclusiveMinimum;
|
|
36115
36115
|
}
|
|
36116
|
-
if (typeof exclusiveMaximum === "number") if (this.target === "draft-4") {
|
|
36116
|
+
if (typeof exclusiveMaximum === "number") if (this.target === "draft-4" || this.target === "openapi-3.0") {
|
|
36117
36117
|
json$2.maximum = exclusiveMaximum;
|
|
36118
36118
|
json$2.exclusiveMaximum = true;
|
|
36119
36119
|
} else json$2.exclusiveMaximum = exclusiveMaximum;
|
|
@@ -36239,28 +36239,36 @@ var JSONSchemaGenerator = class {
|
|
|
36239
36239
|
case "tuple": {
|
|
36240
36240
|
const json$2 = _json;
|
|
36241
36241
|
json$2.type = "array";
|
|
36242
|
+
const prefixPath = this.target === "draft-2020-12" ? "prefixItems" : "items";
|
|
36243
|
+
const restPath = this.target === "draft-2020-12" ? "items" : this.target === "openapi-3.0" ? "items" : "additionalItems";
|
|
36242
36244
|
const prefixItems = def.items.map((x$2, i$1) => this.process(x$2, {
|
|
36243
36245
|
...params,
|
|
36244
36246
|
path: [
|
|
36245
36247
|
...params.path,
|
|
36246
|
-
|
|
36248
|
+
prefixPath,
|
|
36247
36249
|
i$1
|
|
36248
36250
|
]
|
|
36249
36251
|
}));
|
|
36250
|
-
|
|
36251
|
-
else json$2.items = prefixItems;
|
|
36252
|
-
if (def.rest) {
|
|
36253
|
-
const rest = this.process(def.rest, {
|
|
36254
|
-
...params,
|
|
36255
|
-
path: [...params.path, "items"]
|
|
36256
|
-
});
|
|
36257
|
-
if (this.target === "draft-2020-12") json$2.items = rest;
|
|
36258
|
-
else json$2.additionalItems = rest;
|
|
36259
|
-
}
|
|
36260
|
-
if (def.rest) json$2.items = this.process(def.rest, {
|
|
36252
|
+
const rest = def.rest ? this.process(def.rest, {
|
|
36261
36253
|
...params,
|
|
36262
|
-
path: [
|
|
36263
|
-
|
|
36254
|
+
path: [
|
|
36255
|
+
...params.path,
|
|
36256
|
+
restPath,
|
|
36257
|
+
...this.target === "openapi-3.0" ? [def.items.length] : []
|
|
36258
|
+
]
|
|
36259
|
+
}) : null;
|
|
36260
|
+
if (this.target === "draft-2020-12") {
|
|
36261
|
+
json$2.prefixItems = prefixItems;
|
|
36262
|
+
if (rest) json$2.items = rest;
|
|
36263
|
+
} else if (this.target === "openapi-3.0") {
|
|
36264
|
+
json$2.items = { anyOf: [...prefixItems] };
|
|
36265
|
+
if (rest) json$2.items.anyOf.push(rest);
|
|
36266
|
+
json$2.minItems = prefixItems.length;
|
|
36267
|
+
if (!rest) json$2.maxItems = prefixItems.length;
|
|
36268
|
+
} else {
|
|
36269
|
+
json$2.items = prefixItems;
|
|
36270
|
+
if (rest) json$2.additionalItems = rest;
|
|
36271
|
+
}
|
|
36264
36272
|
const { minimum, maximum } = schema._zod.bag;
|
|
36265
36273
|
if (typeof minimum === "number") json$2.minItems = minimum;
|
|
36266
36274
|
if (typeof maximum === "number") json$2.maxItems = maximum;
|
|
@@ -36269,7 +36277,7 @@ var JSONSchemaGenerator = class {
|
|
|
36269
36277
|
case "record": {
|
|
36270
36278
|
const json$2 = _json;
|
|
36271
36279
|
json$2.type = "object";
|
|
36272
|
-
if (this.target
|
|
36280
|
+
if (this.target === "draft-7" || this.target === "draft-2020-12") json$2.propertyNames = this.process(def.keyType, {
|
|
36273
36281
|
...params,
|
|
36274
36282
|
path: [...params.path, "propertyNames"]
|
|
36275
36283
|
});
|
|
@@ -36653,11 +36661,11 @@ function isTransforming(_schema, _ctx) {
|
|
|
36653
36661
|
}
|
|
36654
36662
|
|
|
36655
36663
|
//#endregion
|
|
36656
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36664
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/json-schema.js
|
|
36657
36665
|
var json_schema_exports = {};
|
|
36658
36666
|
|
|
36659
36667
|
//#endregion
|
|
36660
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36668
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/core/index.js
|
|
36661
36669
|
var core_exports = {};
|
|
36662
36670
|
__export(core_exports, {
|
|
36663
36671
|
$ZodAny: () => $ZodAny,
|
|
@@ -36922,7 +36930,7 @@ __export(core_exports, {
|
|
|
36922
36930
|
});
|
|
36923
36931
|
|
|
36924
36932
|
//#endregion
|
|
36925
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36933
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/iso.js
|
|
36926
36934
|
var iso_exports = {};
|
|
36927
36935
|
__export(iso_exports, {
|
|
36928
36936
|
ZodISODate: () => ZodISODate,
|
|
@@ -36964,7 +36972,7 @@ function duration(params) {
|
|
|
36964
36972
|
}
|
|
36965
36973
|
|
|
36966
36974
|
//#endregion
|
|
36967
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36975
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/errors.js
|
|
36968
36976
|
const initializer = (inst, issues) => {
|
|
36969
36977
|
$ZodError.init(inst, issues);
|
|
36970
36978
|
inst.name = "ZodError";
|
|
@@ -36988,7 +36996,7 @@ const ZodError = $constructor("ZodError", initializer);
|
|
|
36988
36996
|
const ZodRealError = $constructor("ZodError", initializer, { Parent: Error });
|
|
36989
36997
|
|
|
36990
36998
|
//#endregion
|
|
36991
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
36999
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/parse.js
|
|
36992
37000
|
const parse$7 = /* @__PURE__ */ _parse(ZodRealError);
|
|
36993
37001
|
const parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
36994
37002
|
const safeParse = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -37003,7 +37011,7 @@ const safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
|
37003
37011
|
const safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
37004
37012
|
|
|
37005
37013
|
//#endregion
|
|
37006
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
37014
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/schemas.js
|
|
37007
37015
|
const ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
|
|
37008
37016
|
$ZodType.init(inst, def);
|
|
37009
37017
|
inst.def = def;
|
|
@@ -37986,7 +37994,7 @@ function preprocess(fn, schema) {
|
|
|
37986
37994
|
}
|
|
37987
37995
|
|
|
37988
37996
|
//#endregion
|
|
37989
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
37997
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/compat.js
|
|
37990
37998
|
/** @deprecated Use the raw string literal codes instead, e.g. "invalid_type". */
|
|
37991
37999
|
const ZodIssueCode = {
|
|
37992
38000
|
invalid_type: "invalid_type",
|
|
@@ -38014,7 +38022,7 @@ var ZodFirstPartyTypeKind;
|
|
|
38014
38022
|
(function(ZodFirstPartyTypeKind$2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
38015
38023
|
|
|
38016
38024
|
//#endregion
|
|
38017
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
38025
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/coerce.js
|
|
38018
38026
|
var coerce_exports = {};
|
|
38019
38027
|
__export(coerce_exports, {
|
|
38020
38028
|
bigint: () => bigint,
|
|
@@ -38040,7 +38048,7 @@ function date(params) {
|
|
|
38040
38048
|
}
|
|
38041
38049
|
|
|
38042
38050
|
//#endregion
|
|
38043
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
38051
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/v4/classic/external.js
|
|
38044
38052
|
var external_exports = {};
|
|
38045
38053
|
__export(external_exports, {
|
|
38046
38054
|
$brand: () => $brand,
|
|
@@ -38261,6 +38269,7 @@ __export(external_exports, {
|
|
|
38261
38269
|
unknown: () => unknown,
|
|
38262
38270
|
uppercase: () => _uppercase,
|
|
38263
38271
|
url: () => url,
|
|
38272
|
+
util: () => util_exports,
|
|
38264
38273
|
uuid: () => uuid,
|
|
38265
38274
|
uuidv4: () => uuidv4,
|
|
38266
38275
|
uuidv6: () => uuidv6,
|
|
@@ -38271,7 +38280,7 @@ __export(external_exports, {
|
|
|
38271
38280
|
config(en_default());
|
|
38272
38281
|
|
|
38273
38282
|
//#endregion
|
|
38274
|
-
//#region ../node_modules/.bun/zod@4.1.
|
|
38283
|
+
//#region ../node_modules/.bun/zod@4.1.3/node_modules/zod/index.js
|
|
38275
38284
|
var zod_default = external_exports;
|
|
38276
38285
|
|
|
38277
38286
|
//#endregion
|
|
@@ -51351,7 +51360,7 @@ const POSTHOG_PROJECT_ID = process.env.ALCHEMY_POSTHOG_PROJECT_ID ?? "phc_A51Mi7
|
|
|
51351
51360
|
//#endregion
|
|
51352
51361
|
//#region package.json
|
|
51353
51362
|
var name = "alchemy";
|
|
51354
|
-
var version = "0.
|
|
51363
|
+
var version = "0.64.0";
|
|
51355
51364
|
var license = "Apache-2.0";
|
|
51356
51365
|
var author = "Sam Goodwin <sam@alchemy.run>";
|
|
51357
51366
|
var homepage = "https://alchemy.run";
|
|
@@ -51496,7 +51505,7 @@ var exports$1 = {
|
|
|
51496
51505
|
};
|
|
51497
51506
|
var dependencies = {
|
|
51498
51507
|
"@aws-sdk/credential-providers": "^3.0.0",
|
|
51499
|
-
"@cloudflare/unenv-preset": "^2.6.
|
|
51508
|
+
"@cloudflare/unenv-preset": "^2.6.3",
|
|
51500
51509
|
"@iarna/toml": "^2.2.5",
|
|
51501
51510
|
"@smithy/node-config-provider": "^4.0.0",
|
|
51502
51511
|
"aws4fetch": "^1.0.20",
|
|
@@ -51531,7 +51540,7 @@ var peerDependencies = {
|
|
|
51531
51540
|
"@aws-sdk/client-ssm": "^3.0.0",
|
|
51532
51541
|
"@aws-sdk/client-sts": "^3.0.0",
|
|
51533
51542
|
"@cloudflare/vite-plugin": "^1.10.1",
|
|
51534
|
-
"@cloudflare/workers-types": "
|
|
51543
|
+
"@cloudflare/workers-types": "catalog:",
|
|
51535
51544
|
"@libsql/client": "^0.15.12",
|
|
51536
51545
|
"@octokit/rest": "^21.1.1",
|
|
51537
51546
|
"astro": "^5.13.2",
|
|
@@ -51584,6 +51593,7 @@ var devDependencies = {
|
|
|
51584
51593
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
51585
51594
|
"@types/node": "latest",
|
|
51586
51595
|
"@types/ws": "^8.18.1",
|
|
51596
|
+
"@workos-inc/node": "^7.69.1",
|
|
51587
51597
|
"arktype": "^2.1.16",
|
|
51588
51598
|
"astro": "^5.13.2",
|
|
51589
51599
|
"braintrust": "^0.0.201",
|