marko 5.18.1 → 5.18.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/docs/vite.md +1 -1
  2. package/package.json +4 -4
package/docs/vite.md CHANGED
@@ -18,7 +18,7 @@ export default defineConfig({
18
18
 
19
19
  # Linked Mode
20
20
 
21
- By default this plugin operates in `linked` mode (you can disabled this by passing [`linked: false` as an option](#options.linked)). In `linked` mode the plugin automatically discovers all of the entry `.marko` files while compiling the server, and tells `Vite` which modules to load in the browser.
21
+ By default this plugin operates in `linked` mode (you can disabled this by passing [`linked: false` as an option](#optionslinked)). In `linked` mode the plugin automatically discovers all of the entry `.marko` files while compiling the server, and tells `Vite` which modules to load in the browser.
22
22
 
23
23
  With this you _do not_ create `.html` files for `Vite`, it's Marko all the way down!
24
24
  Scripts, styles and other content that _would have_ been injected into the `.html` files is instead automatically injected into your `.marko` templates.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.18.1",
3
+ "version": "5.18.2",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.18.1",
8
- "@marko/translator-default": "^5.18.1",
7
+ "@marko/compiler": "^5.18.2",
8
+ "@marko/translator-default": "^5.18.2",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -72,5 +72,5 @@
72
72
  "index.js",
73
73
  "node-require.js"
74
74
  ],
75
- "gitHead": "9d5254c0a1739b1607c3c0edbe7c9d2b00e70838"
75
+ "gitHead": "65999cf2accd091c1455705b94b91ca1ed64203f"
76
76
  }