devflare 1.0.0-next.30 → 1.0.0-next.31
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/LLM.md +4 -1
- package/README.md +3 -0
- package/dist/{account-fvf5gxc9.js → account-g99mzrqp.js} +2 -2
- package/dist/browser.d.ts +36 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/{build-x1fhfsgs.js → build-4tyjywn9.js} +6 -6
- package/dist/cli/index.js +1 -1
- package/dist/config/compiler/core-helpers.d.ts.map +1 -1
- package/dist/config/compiler/types.d.ts +3 -0
- package/dist/config/compiler/types.d.ts.map +1 -1
- package/dist/config/schema-env.d.ts +18 -0
- package/dist/config/schema-env.d.ts.map +1 -1
- package/dist/config/schema-types.d.ts +34 -0
- package/dist/config/schema-types.d.ts.map +1 -1
- package/dist/config/schema.d.ts +42 -0
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/{config-2d6x21jn.js → config-88sdhx3w.js} +2 -2
- package/dist/{deploy-g85w9drn.js → deploy-8fpav2cw.js} +8 -8
- package/dist/{dev-ymkq3thq.js → dev-nxevkfdv.js} +7 -7
- package/dist/{doctor-sjrcz7x9.js → doctor-ztwx1y95.js} +2 -2
- package/dist/{index-c4jmfzz7.js → index-67gr49zr.js} +2 -2
- package/dist/{index-0gtmnw0m.js → index-69c0ed4a.js} +1 -1
- package/dist/{index-thwacc28.js → index-7qd7nmdd.js} +1 -1
- package/dist/{index-2sc756r1.js → index-dfcp9hsd.js} +3 -0
- package/dist/{index-7zfv1g9m.js → index-fcmj6641.js} +1 -1
- package/dist/{index-pmeashfz.js → index-ft3trvra.js} +1 -1
- package/dist/{index-5yvpk954.js → index-hjjfxv02.js} +10 -1
- package/dist/{index-467tm7r4.js → index-k9x5v335.js} +1 -1
- package/dist/{index-sqkbyw0c.js → index-ptwem1nt.js} +12 -12
- package/dist/{index-zwmphmc5.js → index-rzp9ejrh.js} +1 -1
- package/dist/{index-g4fcnwhc.js → index-s3km3y34.js} +3 -3
- package/dist/{index-706k4606.js → index-vez803pp.js} +1 -1
- package/dist/{index-fjmdb57t.js → index-xz18tstn.js} +4 -4
- package/dist/index.js +3 -3
- package/dist/{login-fthspvbx.js → login-r5ve73kf.js} +2 -2
- package/dist/{previews-aa16z2hj.js → previews-qjj98rpp.js} +6 -6
- package/dist/{productions-vemjgfz0.js → productions-gzdtge0e.js} +4 -4
- package/dist/{secrets-b0x50dd1.js → secrets-4w5166km.js} +3 -3
- package/dist/sveltekit/index.js +3 -3
- package/dist/test/index.js +6 -6
- package/dist/{types-03w8zkg6.js → types-6vc02evc.js} +3 -3
- package/dist/vite/index.js +4 -4
- package/dist/{worker-55q6b8nc.js → worker-f2v85f7d.js} +4 -4
- package/package.json +1 -1
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
formatDriftWarning,
|
|
7
7
|
prepareBuildArtifacts,
|
|
8
8
|
readBuildManifest
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-xz18tstn.js";
|
|
10
10
|
import"./index-aabgympv.js";
|
|
11
11
|
import {
|
|
12
12
|
preparePreviewScopedResourcesForDeploy
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-ft3trvra.js";
|
|
14
14
|
import {
|
|
15
15
|
asOptionalString
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-7qd7nmdd.js";
|
|
17
17
|
import {
|
|
18
18
|
formatWorkersDevUrl,
|
|
19
19
|
reconcilePreviewRegistry
|
|
@@ -34,9 +34,9 @@ import {
|
|
|
34
34
|
yellowBold
|
|
35
35
|
} from "./index-stgn34cr.js";
|
|
36
36
|
import"./index-3t6rypgc.js";
|
|
37
|
-
import"./index-
|
|
38
|
-
import"./index-
|
|
39
|
-
import"./index-
|
|
37
|
+
import"./index-69c0ed4a.js";
|
|
38
|
+
import"./index-s3km3y34.js";
|
|
39
|
+
import"./index-k9x5v335.js";
|
|
40
40
|
import {
|
|
41
41
|
resolvePackageSpecifier
|
|
42
42
|
} from "./index-3edvz3hs.js";
|
|
@@ -52,12 +52,12 @@ import {
|
|
|
52
52
|
stringifyConfig,
|
|
53
53
|
validateServiceBindings,
|
|
54
54
|
writeWranglerConfig
|
|
55
|
-
} from "./index-
|
|
55
|
+
} from "./index-hjjfxv02.js";
|
|
56
56
|
import {
|
|
57
57
|
loadConfig,
|
|
58
58
|
prepareConfigResourcesForDeploy,
|
|
59
59
|
resolveConfigForEnvironment
|
|
60
|
-
} from "./index-
|
|
60
|
+
} from "./index-dfcp9hsd.js";
|
|
61
61
|
import {
|
|
62
62
|
getEffectiveAccountId,
|
|
63
63
|
getPrimaryAccount,
|
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
import"./index-3t6rypgc.js";
|
|
15
15
|
import {
|
|
16
16
|
bundleWorkflowEntrypointScript
|
|
17
|
-
} from "./index-
|
|
17
|
+
} from "./index-67gr49zr.js";
|
|
18
18
|
import {
|
|
19
19
|
bundleWorkerEntry,
|
|
20
20
|
createDOBundler
|
|
21
|
-
} from "./index-
|
|
21
|
+
} from "./index-69c0ed4a.js";
|
|
22
22
|
import {
|
|
23
23
|
DEFAULT_EMAIL_ENTRY_FILES,
|
|
24
24
|
DEFAULT_FETCH_ENTRY_FILES,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
resolveEffectiveViteProject,
|
|
30
30
|
resolveWorkerSurfacePaths,
|
|
31
31
|
writeGeneratedViteConfig
|
|
32
|
-
} from "./index-
|
|
32
|
+
} from "./index-s3km3y34.js";
|
|
33
33
|
import {
|
|
34
34
|
buildAiSearchInstancesConfig,
|
|
35
35
|
buildAiSearchNamespacesConfig,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
discoverRoutes,
|
|
52
52
|
getRouteDirectoryCandidate,
|
|
53
53
|
resolveServiceBindings
|
|
54
|
-
} from "./index-
|
|
54
|
+
} from "./index-k9x5v335.js";
|
|
55
55
|
import"./index-3edvz3hs.js";
|
|
56
56
|
import"./index-qwgr4q7s.js";
|
|
57
57
|
import"./index-aqrwyy57.js";
|
|
@@ -66,21 +66,21 @@ import {
|
|
|
66
66
|
} from "./index-dm9q84c7.js";
|
|
67
67
|
import {
|
|
68
68
|
buildLocalSecretWrappedBindingConfig
|
|
69
|
-
} from "./index-
|
|
69
|
+
} from "./index-fcmj6641.js";
|
|
70
70
|
import {
|
|
71
71
|
clearLocalSendEmailBindings,
|
|
72
72
|
setLocalSendEmailBindings
|
|
73
73
|
} from "./index-hpwa6vsw.js";
|
|
74
74
|
import {
|
|
75
75
|
applyLocalDevVarsToConfig
|
|
76
|
-
} from "./index-
|
|
76
|
+
} from "./index-hjjfxv02.js";
|
|
77
77
|
import {
|
|
78
78
|
getLocalD1DatabaseIdentifier,
|
|
79
79
|
getLocalKVNamespaceIdentifier,
|
|
80
80
|
getSingleBrowserBindingName,
|
|
81
81
|
loadConfig,
|
|
82
82
|
resolveConfigPath
|
|
83
|
-
} from "./index-
|
|
83
|
+
} from "./index-dfcp9hsd.js";
|
|
84
84
|
import"./index-1d4jg11n.js";
|
|
85
85
|
import"./index-mg8vwqxf.js";
|
|
86
86
|
import {
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
formatSupportedConfigFilenames,
|
|
6
6
|
resolveConfigCandidatePath
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-vez803pp.js";
|
|
8
8
|
import {
|
|
9
9
|
getDependencies
|
|
10
10
|
} from "./index-z9gy8w6b.js";
|
|
@@ -27,7 +27,7 @@ import"./index-3t6rypgc.js";
|
|
|
27
27
|
import"./index-qwgr4q7s.js";
|
|
28
28
|
import {
|
|
29
29
|
loadConfig
|
|
30
|
-
} from "./index-
|
|
30
|
+
} from "./index-dfcp9hsd.js";
|
|
31
31
|
import"./index-1d4jg11n.js";
|
|
32
32
|
import"./index-mg8vwqxf.js";
|
|
33
33
|
import"./index-c8p4njqy.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
bundleWorkerEntry
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-69c0ed4a.js";
|
|
4
4
|
import {
|
|
5
5
|
DEFAULT_WORKFLOW_PATTERN,
|
|
6
6
|
findFiles
|
|
7
7
|
} from "./index-qwgr4q7s.js";
|
|
8
8
|
import {
|
|
9
9
|
normalizeWorkflowBinding
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-dfcp9hsd.js";
|
|
11
11
|
|
|
12
12
|
// src/workflows/local-workflow-entrypoints.ts
|
|
13
13
|
import { mkdir, readFile, writeFile } from "node:fs/promises";
|
|
@@ -700,6 +700,9 @@ var rootConfigShape = {
|
|
|
700
700
|
findAdditionalModules: z5.boolean().optional(),
|
|
701
701
|
baseDir: z5.string().optional(),
|
|
702
702
|
preserveFileNames: z5.boolean().optional(),
|
|
703
|
+
logpush: z5.boolean().optional(),
|
|
704
|
+
uploadSourceMaps: z5.boolean().optional(),
|
|
705
|
+
keepVars: z5.boolean().optional(),
|
|
703
706
|
tailConsumers: z5.array(tailConsumerSchema).optional(),
|
|
704
707
|
vars: z5.record(z5.string(), varValueSchema).optional(),
|
|
705
708
|
secrets: z5.record(z5.string(), secretConfigSchema).optional(),
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
normalizeSecretsStoreBinding,
|
|
16
16
|
normalizeWorkflowBinding,
|
|
17
17
|
resolveConfigForEnvironment
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-dfcp9hsd.js";
|
|
19
19
|
import {
|
|
20
20
|
__require
|
|
21
21
|
} from "./index-37x76zdn.js";
|
|
@@ -433,6 +433,15 @@ function compileModuleOptions(config, result) {
|
|
|
433
433
|
if (config.preserveFileNames !== undefined) {
|
|
434
434
|
result.preserve_file_names = config.preserveFileNames;
|
|
435
435
|
}
|
|
436
|
+
if (config.logpush !== undefined) {
|
|
437
|
+
result.logpush = config.logpush;
|
|
438
|
+
}
|
|
439
|
+
if (config.uploadSourceMaps !== undefined) {
|
|
440
|
+
result.upload_source_maps = config.uploadSourceMaps;
|
|
441
|
+
}
|
|
442
|
+
if (config.keepVars !== undefined) {
|
|
443
|
+
result.keep_vars = config.keepVars;
|
|
444
|
+
}
|
|
436
445
|
}
|
|
437
446
|
function compileContainers(config, result) {
|
|
438
447
|
if (!config.containers || config.containers.length === 0) {
|
|
@@ -1362,50 +1362,50 @@ async function runInit(parsed, logger, options) {
|
|
|
1362
1362
|
return runInitCommand(parsed, logger, options);
|
|
1363
1363
|
}
|
|
1364
1364
|
async function runDev(parsed, logger, options) {
|
|
1365
|
-
const { runDevCommand } = await import("./dev-
|
|
1365
|
+
const { runDevCommand } = await import("./dev-nxevkfdv.js");
|
|
1366
1366
|
return runDevCommand(parsed, logger, options);
|
|
1367
1367
|
}
|
|
1368
1368
|
async function runBuild(parsed, logger, options) {
|
|
1369
|
-
const { runBuildCommand } = await import("./build-
|
|
1369
|
+
const { runBuildCommand } = await import("./build-4tyjywn9.js");
|
|
1370
1370
|
return runBuildCommand(parsed, logger, options);
|
|
1371
1371
|
}
|
|
1372
1372
|
async function runDeploy(parsed, logger, options) {
|
|
1373
|
-
const { runDeployCommand } = await import("./deploy-
|
|
1373
|
+
const { runDeployCommand } = await import("./deploy-8fpav2cw.js");
|
|
1374
1374
|
return runDeployCommand(parsed, logger, {
|
|
1375
1375
|
...options,
|
|
1376
1376
|
requireExplicitDeployTarget: true
|
|
1377
1377
|
});
|
|
1378
1378
|
}
|
|
1379
1379
|
async function runTypes(parsed, logger, options) {
|
|
1380
|
-
const { runTypesCommand } = await import("./types-
|
|
1380
|
+
const { runTypesCommand } = await import("./types-6vc02evc.js");
|
|
1381
1381
|
return runTypesCommand(parsed, logger, options);
|
|
1382
1382
|
}
|
|
1383
1383
|
async function runDoctor(parsed, logger, options) {
|
|
1384
|
-
const { runDoctorCommand } = await import("./doctor-
|
|
1384
|
+
const { runDoctorCommand } = await import("./doctor-ztwx1y95.js");
|
|
1385
1385
|
return runDoctorCommand(parsed, logger, options);
|
|
1386
1386
|
}
|
|
1387
1387
|
async function runConfig(parsed, logger, options) {
|
|
1388
|
-
const { runConfigCommand } = await import("./config-
|
|
1388
|
+
const { runConfigCommand } = await import("./config-88sdhx3w.js");
|
|
1389
1389
|
return runConfigCommand(parsed, logger, options);
|
|
1390
1390
|
}
|
|
1391
1391
|
async function runAccount(parsed, logger, options) {
|
|
1392
|
-
const { runAccountCommand } = await import("./account-
|
|
1392
|
+
const { runAccountCommand } = await import("./account-g99mzrqp.js");
|
|
1393
1393
|
return runAccountCommand(parsed, logger, options);
|
|
1394
1394
|
}
|
|
1395
1395
|
async function runLogin(parsed, logger, options) {
|
|
1396
|
-
const { runLoginCommand } = await import("./login-
|
|
1396
|
+
const { runLoginCommand } = await import("./login-r5ve73kf.js");
|
|
1397
1397
|
return runLoginCommand(parsed, logger, options);
|
|
1398
1398
|
}
|
|
1399
1399
|
async function runPreviews(parsed, logger, options) {
|
|
1400
|
-
const { runPreviewsCommand } = await import("./previews-
|
|
1400
|
+
const { runPreviewsCommand } = await import("./previews-qjj98rpp.js");
|
|
1401
1401
|
return runPreviewsCommand(parsed, logger, options);
|
|
1402
1402
|
}
|
|
1403
1403
|
async function runProductions(parsed, logger, options) {
|
|
1404
|
-
const { runProductionsCommand } = await import("./productions-
|
|
1404
|
+
const { runProductionsCommand } = await import("./productions-gzdtge0e.js");
|
|
1405
1405
|
return runProductionsCommand(parsed, logger, options);
|
|
1406
1406
|
}
|
|
1407
1407
|
async function runWorker(parsed, logger, options) {
|
|
1408
|
-
const { runWorkerCommand } = await import("./worker-
|
|
1408
|
+
const { runWorkerCommand } = await import("./worker-f2v85f7d.js");
|
|
1409
1409
|
return runWorkerCommand(parsed, logger, options);
|
|
1410
1410
|
}
|
|
1411
1411
|
async function runToken(parsed, logger, options) {
|
|
@@ -1413,7 +1413,7 @@ async function runToken(parsed, logger, options) {
|
|
|
1413
1413
|
return runTokenCommand(parsed, logger, options);
|
|
1414
1414
|
}
|
|
1415
1415
|
async function runSecrets(parsed, logger, options) {
|
|
1416
|
-
const { runSecretsCommand } = await import("./secrets-
|
|
1416
|
+
const { runSecretsCommand } = await import("./secrets-4w5166km.js");
|
|
1417
1417
|
return runSecretsCommand(parsed, logger, options);
|
|
1418
1418
|
}
|
|
1419
1419
|
async function runAI() {
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
discoverDurableObjects,
|
|
4
4
|
discoverRoutes,
|
|
5
5
|
resolveServiceBindings
|
|
6
|
-
} from "./index-
|
|
6
|
+
} from "./index-k9x5v335.js";
|
|
7
7
|
import {
|
|
8
8
|
DEFAULT_DO_PATTERN
|
|
9
9
|
} from "./index-qwgr4q7s.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
isolateViteBuildOutputPaths,
|
|
18
18
|
rebaseWranglerConfigPaths,
|
|
19
19
|
writeWranglerConfig
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-hjjfxv02.js";
|
|
21
21
|
import {
|
|
22
22
|
loadConfig,
|
|
23
23
|
loadResolvedConfig,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveConfigForEnvironment,
|
|
26
26
|
resolveConfigPath,
|
|
27
27
|
resolveResources
|
|
28
|
-
} from "./index-
|
|
28
|
+
} from "./index-dfcp9hsd.js";
|
|
29
29
|
import {
|
|
30
30
|
resolveConfigEnvVars
|
|
31
31
|
} from "./index-c8p4njqy.js";
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
} from "./index-stgn34cr.js";
|
|
17
17
|
import {
|
|
18
18
|
bundleWorkerEntry
|
|
19
|
-
} from "./index-
|
|
19
|
+
} from "./index-69c0ed4a.js";
|
|
20
20
|
import {
|
|
21
21
|
prepareComposedWorkerEntrypoint,
|
|
22
22
|
resolveEffectiveViteProject,
|
|
23
23
|
writeGeneratedViteConfig
|
|
24
|
-
} from "./index-
|
|
24
|
+
} from "./index-s3km3y34.js";
|
|
25
25
|
import {
|
|
26
26
|
resolvePackageSpecifier
|
|
27
27
|
} from "./index-3edvz3hs.js";
|
|
@@ -30,11 +30,11 @@ import {
|
|
|
30
30
|
isolateViteBuildOutputPaths,
|
|
31
31
|
rebaseWranglerConfigPaths,
|
|
32
32
|
writeWranglerConfig
|
|
33
|
-
} from "./index-
|
|
33
|
+
} from "./index-hjjfxv02.js";
|
|
34
34
|
import {
|
|
35
35
|
loadConfig,
|
|
36
36
|
resolveConfigForEnvironment
|
|
37
|
-
} from "./index-
|
|
37
|
+
} from "./index-dfcp9hsd.js";
|
|
38
38
|
import {
|
|
39
39
|
resolveConfigEnvVars
|
|
40
40
|
} from "./index-c8p4njqy.js";
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
parseArgs,
|
|
6
6
|
runCli
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-ptwem1nt.js";
|
|
8
8
|
import"./index-627srx16.js";
|
|
9
9
|
import"./index-stgn34cr.js";
|
|
10
10
|
import"./index-3t6rypgc.js";
|
|
@@ -21,7 +21,7 @@ import"./index-hpwa6vsw.js";
|
|
|
21
21
|
import {
|
|
22
22
|
compileConfig,
|
|
23
23
|
stringifyConfig
|
|
24
|
-
} from "./index-
|
|
24
|
+
} from "./index-hjjfxv02.js";
|
|
25
25
|
import {
|
|
26
26
|
ConfigNotFoundError,
|
|
27
27
|
ConfigResourceResolutionError,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
configSchema,
|
|
30
30
|
loadConfig,
|
|
31
31
|
loadResolvedConfig
|
|
32
|
-
} from "./index-
|
|
32
|
+
} from "./index-dfcp9hsd.js";
|
|
33
33
|
import"./index-1d4jg11n.js";
|
|
34
34
|
import"./index-mg8vwqxf.js";
|
|
35
35
|
import {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getConfiguredAccountId
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-7qd7nmdd.js";
|
|
4
4
|
import {
|
|
5
5
|
account
|
|
6
6
|
} from "./index-qmmqww7h.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./index-stgn34cr.js";
|
|
20
20
|
import"./index-3t6rypgc.js";
|
|
21
21
|
import"./index-15fpa5tx.js";
|
|
22
|
-
import"./index-
|
|
22
|
+
import"./index-dfcp9hsd.js";
|
|
23
23
|
import"./index-1d4jg11n.js";
|
|
24
24
|
import"./index-mg8vwqxf.js";
|
|
25
25
|
import"./index-c8p4njqy.js";
|
|
@@ -4,18 +4,18 @@ import {
|
|
|
4
4
|
buildStableWorkerRowsFromLiveWorkers,
|
|
5
5
|
collectConfiguredWorkerFamilies,
|
|
6
6
|
orderPreviewWorkerNamesForDeletion
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-rzp9ejrh.js";
|
|
8
8
|
import {
|
|
9
9
|
cleanupPreviewScopedResources
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-ft3trvra.js";
|
|
11
11
|
import {
|
|
12
12
|
findConfigPathsUnderDirectory
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-vez803pp.js";
|
|
14
14
|
import {
|
|
15
15
|
asOptionalString,
|
|
16
16
|
resolveCloudflareAccountId,
|
|
17
17
|
resolveNamedSelection
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-7qd7nmdd.js";
|
|
19
19
|
import {
|
|
20
20
|
account
|
|
21
21
|
} from "./index-qmmqww7h.js";
|
|
@@ -42,13 +42,13 @@ import"./index-15fpa5tx.js";
|
|
|
42
42
|
import"./index-qwgr4q7s.js";
|
|
43
43
|
import {
|
|
44
44
|
compileBuildConfig
|
|
45
|
-
} from "./index-
|
|
45
|
+
} from "./index-hjjfxv02.js";
|
|
46
46
|
import {
|
|
47
47
|
ConfigNotFoundError,
|
|
48
48
|
loadConfig,
|
|
49
49
|
loadResolvedConfig,
|
|
50
50
|
resolveConfigPath
|
|
51
|
-
} from "./index-
|
|
51
|
+
} from "./index-dfcp9hsd.js";
|
|
52
52
|
import"./index-1d4jg11n.js";
|
|
53
53
|
import"./index-mg8vwqxf.js";
|
|
54
54
|
import {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
collectConfiguredWorkerFamilies
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-rzp9ejrh.js";
|
|
4
4
|
import {
|
|
5
5
|
asOptionalString,
|
|
6
6
|
resolveCloudflareAccountId,
|
|
7
7
|
resolveNamedSelection
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-7qd7nmdd.js";
|
|
9
9
|
import {
|
|
10
10
|
account
|
|
11
11
|
} from "./index-qmmqww7h.js";
|
|
@@ -32,11 +32,11 @@ import"./index-15fpa5tx.js";
|
|
|
32
32
|
import {
|
|
33
33
|
findFiles
|
|
34
34
|
} from "./index-qwgr4q7s.js";
|
|
35
|
-
import"./index-
|
|
35
|
+
import"./index-hjjfxv02.js";
|
|
36
36
|
import {
|
|
37
37
|
ConfigNotFoundError,
|
|
38
38
|
loadConfig
|
|
39
|
-
} from "./index-
|
|
39
|
+
} from "./index-dfcp9hsd.js";
|
|
40
40
|
import"./index-1d4jg11n.js";
|
|
41
41
|
import"./index-mg8vwqxf.js";
|
|
42
42
|
import"./index-c8p4njqy.js";
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
deleteLocalSecret,
|
|
3
3
|
listLocalSecrets,
|
|
4
4
|
writeLocalSecret
|
|
5
|
-
} from "./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
5
|
+
} from "./index-fcmj6641.js";
|
|
6
|
+
import"./index-hjjfxv02.js";
|
|
7
|
+
import"./index-dfcp9hsd.js";
|
|
8
8
|
import"./index-1d4jg11n.js";
|
|
9
9
|
import"./index-mg8vwqxf.js";
|
|
10
10
|
import"./index-c8p4njqy.js";
|
package/dist/sveltekit/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "../index-dm9q84c7.js";
|
|
11
11
|
import {
|
|
12
12
|
buildLocalSecretNodeBindings
|
|
13
|
-
} from "../index-
|
|
13
|
+
} from "../index-fcmj6641.js";
|
|
14
14
|
import {
|
|
15
15
|
createEnvProxy,
|
|
16
16
|
createFetchEvent,
|
|
@@ -21,11 +21,11 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
createLocalSendEmailBinding
|
|
23
23
|
} from "../index-hpwa6vsw.js";
|
|
24
|
-
import"../index-
|
|
24
|
+
import"../index-hjjfxv02.js";
|
|
25
25
|
import {
|
|
26
26
|
loadConfig,
|
|
27
27
|
normalizeHyperdriveBinding
|
|
28
|
-
} from "../index-
|
|
28
|
+
} from "../index-dfcp9hsd.js";
|
|
29
29
|
import"../index-1d4jg11n.js";
|
|
30
30
|
import"../index-mg8vwqxf.js";
|
|
31
31
|
import"../index-c8p4njqy.js";
|
package/dist/test/index.js
CHANGED
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
} from "../index-15fpa5tx.js";
|
|
8
8
|
import {
|
|
9
9
|
bundleWorkflowEntrypointScript
|
|
10
|
-
} from "../index-
|
|
11
|
-
import"../index-
|
|
10
|
+
} from "../index-67gr49zr.js";
|
|
11
|
+
import"../index-69c0ed4a.js";
|
|
12
12
|
import {
|
|
13
13
|
createRouteResolve,
|
|
14
14
|
invokeFetchModule,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
hasServiceBindings,
|
|
30
30
|
resolveDOBindings,
|
|
31
31
|
resolveServiceBindings
|
|
32
|
-
} from "../index-
|
|
32
|
+
} from "../index-k9x5v335.js";
|
|
33
33
|
import"../index-3edvz3hs.js";
|
|
34
34
|
import {
|
|
35
35
|
DEFAULT_DO_PATTERN,
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
import {
|
|
50
50
|
buildLocalSecretWrappedBindingConfig,
|
|
51
51
|
resolveLocalSecretValuesForBindings
|
|
52
|
-
} from "../index-
|
|
52
|
+
} from "../index-fcmj6641.js";
|
|
53
53
|
import {
|
|
54
54
|
BridgeClient,
|
|
55
55
|
createEmailEvent,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
} from "../index-hpwa6vsw.js";
|
|
69
69
|
import {
|
|
70
70
|
applyLocalDevVarsToConfig
|
|
71
|
-
} from "../index-
|
|
71
|
+
} from "../index-hjjfxv02.js";
|
|
72
72
|
import {
|
|
73
73
|
getLocalD1DatabaseIdentifier,
|
|
74
74
|
loadConfig,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
normalizeSecretsStoreBinding,
|
|
84
84
|
normalizeWorkflowBinding,
|
|
85
85
|
resolveConfigPath
|
|
86
|
-
} from "../index-
|
|
86
|
+
} from "../index-dfcp9hsd.js";
|
|
87
87
|
import {
|
|
88
88
|
getEffectiveAccountId,
|
|
89
89
|
getPrimaryAccount
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveConfigCandidatePath
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-vez803pp.js";
|
|
4
4
|
import {
|
|
5
5
|
getDependencies
|
|
6
6
|
} from "./index-z9gy8w6b.js";
|
|
@@ -22,11 +22,11 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
findDurableObjectClasses
|
|
24
24
|
} from "./index-vhqww6tt.js";
|
|
25
|
-
import"./index-
|
|
25
|
+
import"./index-hjjfxv02.js";
|
|
26
26
|
import {
|
|
27
27
|
loadConfig,
|
|
28
28
|
normalizeDOBinding
|
|
29
|
-
} from "./index-
|
|
29
|
+
} from "./index-dfcp9hsd.js";
|
|
30
30
|
import"./index-1d4jg11n.js";
|
|
31
31
|
import"./index-mg8vwqxf.js";
|
|
32
32
|
import"./index-c8p4njqy.js";
|
package/dist/vite/index.js
CHANGED
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
resolveEffectiveViteProject,
|
|
8
8
|
resolveViteUserConfig,
|
|
9
9
|
writeGeneratedViteConfig
|
|
10
|
-
} from "../index-
|
|
11
|
-
import"../index-
|
|
10
|
+
} from "../index-s3km3y34.js";
|
|
11
|
+
import"../index-k9x5v335.js";
|
|
12
12
|
import"../index-3edvz3hs.js";
|
|
13
13
|
import"../index-qwgr4q7s.js";
|
|
14
14
|
import"../index-aqrwyy57.js";
|
|
15
15
|
import"../index-vhqww6tt.js";
|
|
16
|
-
import"../index-
|
|
17
|
-
import"../index-
|
|
16
|
+
import"../index-hjjfxv02.js";
|
|
17
|
+
import"../index-dfcp9hsd.js";
|
|
18
18
|
import"../index-1d4jg11n.js";
|
|
19
19
|
import"../index-mg8vwqxf.js";
|
|
20
20
|
import"../index-c8p4njqy.js";
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
findConfigPathsUnderDirectory,
|
|
3
3
|
formatSupportedConfigFilenames,
|
|
4
4
|
resolveConfigCandidatePath
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-vez803pp.js";
|
|
6
6
|
import {
|
|
7
7
|
asOptionalString,
|
|
8
8
|
resolveCloudflareAccountId
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-7qd7nmdd.js";
|
|
10
10
|
import {
|
|
11
11
|
account
|
|
12
12
|
} from "./index-qmmqww7h.js";
|
|
@@ -24,11 +24,11 @@ import {
|
|
|
24
24
|
import"./index-3t6rypgc.js";
|
|
25
25
|
import"./index-15fpa5tx.js";
|
|
26
26
|
import"./index-qwgr4q7s.js";
|
|
27
|
-
import"./index-
|
|
27
|
+
import"./index-hjjfxv02.js";
|
|
28
28
|
import {
|
|
29
29
|
loadConfig,
|
|
30
30
|
normalizeDOBinding
|
|
31
|
-
} from "./index-
|
|
31
|
+
} from "./index-dfcp9hsd.js";
|
|
32
32
|
import"./index-1d4jg11n.js";
|
|
33
33
|
import"./index-mg8vwqxf.js";
|
|
34
34
|
import"./index-c8p4njqy.js";
|
package/package.json
CHANGED