nuxt-bun-compile 0.1.29 → 0.1.32
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 +9 -3
- package/README.ptBR.md +9 -3
- package/dist/module.json +1 -1
- package/package.json +9 -4
package/README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
# Nuxt Bun Compile
|
|
2
2
|
|
|
3
|
-
[](https://badge.socket.dev/npm/package/nuxt-bun-compile/
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
[](https://badge.socket.dev/npm/package/nuxt-bun-compile/latest)
|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
<div align="center">
|
|
6
12
|
<img src="/images/logo-transparent--nuxt-bun-compile.png" alt="Logo Nuxt Bun Compile" width="50%">
|
|
7
13
|
</div>
|
|
8
14
|
|
package/README.ptBR.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
# Nuxt Bun Compile
|
|
2
2
|
|
|
3
|
-
[](https://badge.socket.dev/npm/package/nuxt-bun-compile/
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
[](https://badge.socket.dev/npm/package/nuxt-bun-compile/latest)
|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
<div align="center">
|
|
6
12
|
<img src="/images/logo-transparent--nuxt-bun-compile.png" alt="Logo Nuxt Bun Compile" width="50%">
|
|
7
13
|
</div>
|
|
8
14
|
|
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.32",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@nuxt/devtools": "^3.2.1",
|
|
50
|
-
"@nuxt/eslint-config": "^1.15.
|
|
50
|
+
"@nuxt/eslint-config": "^1.15.2",
|
|
51
51
|
"@nuxt/module-builder": "^1.0.2",
|
|
52
52
|
"@nuxt/schema": "^4.3.1",
|
|
53
53
|
"@nuxt/test-utils": "^4.0.0",
|
|
@@ -55,12 +55,17 @@
|
|
|
55
55
|
"@types/node": "latest",
|
|
56
56
|
"changelogen": "^0.6.2",
|
|
57
57
|
"dprint": "^0.51.1",
|
|
58
|
-
"eslint": "^10.0.
|
|
58
|
+
"eslint": "^10.0.2",
|
|
59
59
|
"husky": "^9.1.7",
|
|
60
60
|
"nuxt": "^4.3.1",
|
|
61
61
|
"typescript": "~5.9.3",
|
|
62
62
|
"vitest": "^4.0.18",
|
|
63
|
-
"vue-tsc": "^3.2.
|
|
63
|
+
"vue-tsc": "^3.2.5"
|
|
64
|
+
},
|
|
65
|
+
"overrides": {
|
|
66
|
+
"minimatch": ">=10.2.1",
|
|
67
|
+
"tar": "^7.5.8",
|
|
68
|
+
"devalue": "^5.6.3"
|
|
64
69
|
},
|
|
65
70
|
"packageManager": "bun@1.3.9",
|
|
66
71
|
"engines": {
|