nuxt-bun-compile 0.1.18 → 0.1.19

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/README.md CHANGED
@@ -12,8 +12,6 @@
12
12
 
13
13
  ## ⚡ Quick Start
14
14
 
15
- Add the module to any Nuxt project in two steps:
16
-
17
15
  **Step 1: Install the module**
18
16
 
19
17
  ```bash
package/README.ptBR.md CHANGED
@@ -12,8 +12,6 @@
12
12
 
13
13
  ## ⚡ Início Rápido
14
14
 
15
- Adicione o módulo a qualquer projeto Nuxt em dois passos:
16
-
17
15
  **Passo 1: Instalar o módulo**
18
16
 
19
17
  ```bash
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-bun-compile",
3
3
  "configKey": "bunCompile",
4
- "version": "0.1.18",
4
+ "version": "0.1.19",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-bun-compile",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Nuxt module that automatically configures Nitro for `bun build --compile`, generating a standalone executable binary from your Nuxt app.",
5
5
  "repository": "jprando/nuxt-bun-compile",
6
6
  "license": "MIT",