nuxt-bun-compile 0.1.19 → 0.1.21
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.ptBR.md +2 -2
- package/dist/module.json +1 -1
- package/package.json +3 -3
package/README.ptBR.md
CHANGED
|
@@ -24,9 +24,9 @@ bun nuxt add nuxt-bun-compile
|
|
|
24
24
|
bun run -b build
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
[Por que é necessário o parâmetro `-b`?](https://github.com/jprando/nuxt-bun-compile
|
|
27
|
+
[Por que é necessário o parâmetro `-b`?](https://github.com/jprando/nuxt-bun-compile/blob/main/README.ptBR.md#por-que--b-%C3%A9-obrigat%C3%B3rio)
|
|
28
28
|
|
|
29
|
-
[Se você enfrentar problemas de memória durante a compilação](https://github.com/jprando/nuxt-bun-compile
|
|
29
|
+
[Se você enfrentar problemas de memória durante a compilação](https://github.com/jprando/nuxt-bun-compile/blob/main/README.ptBR.md#por-que-node_options--max-old-space-size8192)
|
|
30
30
|
|
|
31
31
|
**Passo 3: Executar seu binário**
|
|
32
32
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-bun-compile",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
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",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@nuxt/kit": "^4.3.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@nuxt/devtools": "^3.
|
|
50
|
-
"@nuxt/eslint-config": "^1.
|
|
49
|
+
"@nuxt/devtools": "^3.2.1",
|
|
50
|
+
"@nuxt/eslint-config": "^1.15.1",
|
|
51
51
|
"@nuxt/module-builder": "^1.0.2",
|
|
52
52
|
"@nuxt/schema": "^4.3.1",
|
|
53
53
|
"@nuxt/test-utils": "^4.0.0",
|