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 CHANGED
@@ -1,8 +1,14 @@
1
1
  # Nuxt Bun Compile
2
2
 
3
- [![Socket Badge](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)
4
-
5
- <div style="text-align: center;">
3
+ [![Socket Badge](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)](https://badge.socket.dev/npm/package/nuxt-bun-compile/latest)
4
+ ![NPM Downloads](https://img.shields.io/npm/dm/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
5
+ ![NPM Last Update](https://img.shields.io/npm/last-update/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
6
+ ![NPM Type Definitions](https://img.shields.io/npm/types/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
7
+ ![NPM Version (with dist tag)](https://img.shields.io/npm/v/nuxt-bun-compile/latest?style=flat&colorA=020420&colorB=00DC82)
8
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
9
+ ![NPM License](https://img.shields.io/npm/l/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
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
- [![Socket Badge](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)
4
-
5
- <div style="text-align: center;">
3
+ [![Socket Badge](https://badge.socket.dev/npm/package/nuxt-bun-compile/0.1.0)](https://badge.socket.dev/npm/package/nuxt-bun-compile/latest)
4
+ ![NPM Downloads](https://img.shields.io/npm/dm/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
5
+ ![NPM Last Update](https://img.shields.io/npm/last-update/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
6
+ ![NPM Type Definitions](https://img.shields.io/npm/types/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
7
+ ![NPM Version (with dist tag)](https://img.shields.io/npm/v/nuxt-bun-compile/latest?style=flat&colorA=020420&colorB=00DC82)
8
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
9
+ ![NPM License](https://img.shields.io/npm/l/nuxt-bun-compile?style=flat&colorA=020420&colorB=00DC82)
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-bun-compile",
3
3
  "configKey": "bunCompile",
4
- "version": "0.1.29",
4
+ "version": "0.1.32",
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.29",
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.1",
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.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.4"
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": {