@nuxtus/nuxtus 2.3.0 → 2.3.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  Changelog
2
2
 
3
+ ## [2.3.2](https://github.com/nuxtus/nuxtus/compare/v2.3.1...v2.3.2) (2026-03-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * override isolated-vm to v6 for Node 24 compatibility ([9d5d46c](https://github.com/nuxtus/nuxtus/commit/9d5d46c49f216da6ef3cc1827b3f7acce3a279cf))
9
+
10
+ ## [2.3.1](https://github.com/nuxtus/nuxtus/compare/v2.3.0...v2.3.1) (2026-03-16)
11
+
3
12
  # [2.3.0](https://github.com/nuxtus/nuxtus/compare/v2.2.4...v2.3.0) (2026-03-16)
4
13
 
5
14
 
@@ -9,7 +9,7 @@
9
9
  "devDependencies": {
10
10
  "@nuxtjs/google-fonts": "3.2.0",
11
11
  "@nuxtjs/tailwindcss": "6.14.0",
12
- "@nuxtus/cli": "2.1.0",
12
+ "@nuxtus/cli": "2.1.2",
13
13
  "@nuxtus/nuxt-module": "2.4.0",
14
14
  "nuxt": "^3.10.2"
15
15
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtus/nuxtus",
3
3
  "description": "Directus/Nuxt boilerplate with Tailwind CSS.",
4
- "version": "2.3.0",
4
+ "version": "2.3.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/nuxtus/nuxtus.git"
@@ -13,6 +13,9 @@
13
13
  "dependencies": {
14
14
  "directus": "^11.4.0"
15
15
  },
16
+ "overrides": {
17
+ "isolated-vm": "^6.1.2"
18
+ },
16
19
  "volta": {
17
20
  "node": "24.14.0"
18
21
  }