@lunora/vite 1.0.0-alpha.1 → 1.0.0-alpha.3
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/dist/index.mjs +8 -8
- package/package.json +4 -4
- /package/dist/packem_shared/{frameworkComposePlugin-Cja0SF6x.mjs → CLASS_A_WIRING-Cja0SF6x.mjs} +0 -0
- /package/dist/packem_shared/{createCommandProbe-Coo6bgVz.mjs → DEV_WORKER_ENV_VALUE-Coo6bgVz.mjs} +0 -0
- /package/dist/packem_shared/{buildStudioUrl-5ppCdBHa.mjs → STUDIO_PATH-5ppCdBHa.mjs} +0 -0
- /package/dist/packem_shared/{augmentWorkerStartupError-DhsXUW8k.mjs → WORKER_STARTUP_HINT-DhsXUW8k.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -4,16 +4,16 @@ import { detectAgentRules, claimAgentRulesHint, AGENT_RULES_HINT, detectFramewor
|
|
|
4
4
|
export { detectFramework } from '@lunora/config';
|
|
5
5
|
import codegenPlugin from './packem_shared/codegenPlugin-BAyt6iWS.mjs';
|
|
6
6
|
import devVariablesPlugin from './packem_shared/devVariablesPlugin-BRWbWHhq.mjs';
|
|
7
|
-
import { createCommandProbe, withDevWorkerEnv } from './packem_shared/
|
|
8
|
-
export { DEV_WORKER_ENV_VALUE, DEV_WORKER_ENV_VAR } from './packem_shared/
|
|
9
|
-
import { frameworkComposePlugin } from './packem_shared/
|
|
10
|
-
export { CLASS_A_WIRING, LUNORA_WORKER_VIRTUAL_ID, buildWorkerEntrySource, isAutoComposable } from './packem_shared/
|
|
7
|
+
import { createCommandProbe, withDevWorkerEnv } from './packem_shared/DEV_WORKER_ENV_VALUE-Coo6bgVz.mjs';
|
|
8
|
+
export { DEV_WORKER_ENV_VALUE, DEV_WORKER_ENV_VAR } from './packem_shared/DEV_WORKER_ENV_VALUE-Coo6bgVz.mjs';
|
|
9
|
+
import { frameworkComposePlugin } from './packem_shared/CLASS_A_WIRING-Cja0SF6x.mjs';
|
|
10
|
+
export { CLASS_A_WIRING, LUNORA_WORKER_VIRTUAL_ID, buildWorkerEntrySource, isAutoComposable } from './packem_shared/CLASS_A_WIRING-Cja0SF6x.mjs';
|
|
11
11
|
import logStreamPlugin from './packem_shared/logStreamPlugin-CqvZ17kd.mjs';
|
|
12
12
|
import { planViteRemoteBindings, remoteBindingsCleanupPlugin, withRemoteBindings } from './packem_shared/planViteRemoteBindings-QN5ncUS1.mjs';
|
|
13
|
-
import { studioPlugin } from './packem_shared/
|
|
14
|
-
export { STUDIO_PATH, buildStudioUrl } from './packem_shared/
|
|
15
|
-
import { withWorkerStartupHint } from './packem_shared/
|
|
16
|
-
export { WORKER_STARTUP_HINT, augmentWorkerStartupError, isWorkerEntryEvalError } from './packem_shared/
|
|
13
|
+
import { studioPlugin } from './packem_shared/STUDIO_PATH-5ppCdBHa.mjs';
|
|
14
|
+
export { STUDIO_PATH, buildStudioUrl } from './packem_shared/STUDIO_PATH-5ppCdBHa.mjs';
|
|
15
|
+
import { withWorkerStartupHint } from './packem_shared/WORKER_STARTUP_HINT-DhsXUW8k.mjs';
|
|
16
|
+
export { WORKER_STARTUP_HINT, augmentWorkerStartupError, isWorkerEntryEvalError } from './packem_shared/WORKER_STARTUP_HINT-DhsXUW8k.mjs';
|
|
17
17
|
import { wranglerValidatorPlugin } from './packem_shared/wranglerValidatorPlugin-Cf0nLP7-.mjs';
|
|
18
18
|
export { reconcileWranglerCrons } from './packem_shared/reconcileWranglerCrons-PxGwfCp_.mjs';
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/vite",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.3",
|
|
4
4
|
"description": "The Lunora Vite plugin: codegen, type sync, wrangler validation, and an error overlay over @cloudflare/vite-plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@cloudflare/vite-plugin": "1.42.0",
|
|
49
|
-
"@lunora/codegen": "1.0.0-alpha.
|
|
50
|
-
"@lunora/config": "1.0.0-alpha.
|
|
49
|
+
"@lunora/codegen": "1.0.0-alpha.3",
|
|
50
|
+
"@lunora/config": "1.0.0-alpha.4",
|
|
51
51
|
"@visulima/vite-overlay": "2.0.0-alpha.35",
|
|
52
52
|
"jsonc-parser": "^3.3.1",
|
|
53
53
|
"ts-morph": "^28.0.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@lunora/studio": "1.0.0-alpha.
|
|
56
|
+
"@lunora/studio": "1.0.0-alpha.3",
|
|
57
57
|
"vite": "^8.0.16"
|
|
58
58
|
},
|
|
59
59
|
"peerDependenciesMeta": {
|
/package/dist/packem_shared/{frameworkComposePlugin-Cja0SF6x.mjs → CLASS_A_WIRING-Cja0SF6x.mjs}
RENAMED
|
File without changes
|
/package/dist/packem_shared/{createCommandProbe-Coo6bgVz.mjs → DEV_WORKER_ENV_VALUE-Coo6bgVz.mjs}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|