@lunora/vite 1.0.0-alpha.117 → 1.0.0-alpha.119
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -91,11 +91,11 @@ declare const codegenPlugin: (options: ResolvedLunoraPluginOptions) => Plugin;
|
|
|
91
91
|
* Vite terminal.
|
|
92
92
|
*
|
|
93
93
|
* `@cloudflare/vite-plugin` builds and runs each declared container locally via
|
|
94
|
-
* Docker (image `cloudflare-dev
|
|
94
|
+
* Docker (image `cloudflare-dev/<class>:<id>`) but only forwards the *worker's*
|
|
95
95
|
* console — the container process's own output is otherwise invisible. This
|
|
96
96
|
* plugin attaches to those Docker log streams (via `@lunora/config`'s
|
|
97
97
|
* `streamContainerLogs`, which lazy-loads `dockerode`) and prints each line
|
|
98
|
-
* through Vite's logger, branded and tagged `container
|
|
98
|
+
* through Vite's logger, branded and tagged `container:<name>`.
|
|
99
99
|
*
|
|
100
100
|
* A no-op when the project declares no containers (the common case): discovery
|
|
101
101
|
* returns an empty list, so `dockerode` is never imported and no Docker work
|
package/dist/index.d.ts
CHANGED
|
@@ -91,11 +91,11 @@ declare const codegenPlugin: (options: ResolvedLunoraPluginOptions) => Plugin;
|
|
|
91
91
|
* Vite terminal.
|
|
92
92
|
*
|
|
93
93
|
* `@cloudflare/vite-plugin` builds and runs each declared container locally via
|
|
94
|
-
* Docker (image `cloudflare-dev
|
|
94
|
+
* Docker (image `cloudflare-dev/<class>:<id>`) but only forwards the *worker's*
|
|
95
95
|
* console — the container process's own output is otherwise invisible. This
|
|
96
96
|
* plugin attaches to those Docker log streams (via `@lunora/config`'s
|
|
97
97
|
* `streamContainerLogs`, which lazy-loads `dockerode`) and prints each line
|
|
98
|
-
* through Vite's logger, branded and tagged `container
|
|
98
|
+
* through Vite's logger, branded and tagged `container:<name>`.
|
|
99
99
|
*
|
|
100
100
|
* A no-op when the project declares no containers (the common case): discovery
|
|
101
101
|
* returns an empty list, so `dockerode` is never imported and no Docker work
|
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.119",
|
|
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,9 +46,9 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@cloudflare/vite-plugin": "1.47.0",
|
|
49
|
-
"@lunora/codegen": "1.0.0-alpha.
|
|
50
|
-
"@lunora/config": "1.0.0-alpha.
|
|
51
|
-
"@lunora/errors": "1.0.0-alpha.
|
|
49
|
+
"@lunora/codegen": "1.0.0-alpha.90",
|
|
50
|
+
"@lunora/config": "1.0.0-alpha.119",
|
|
51
|
+
"@lunora/errors": "1.0.0-alpha.14",
|
|
52
52
|
"@visulima/vite-overlay": "2.0.5",
|
|
53
53
|
"jsonc-parser": "^3.3.1",
|
|
54
54
|
"ts-morph": "^28.0.0"
|