nuxt-ignis 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.3 (2024-12-05)
4
+ - build: bump nuxt-neon to `0.2.4`
5
+
6
+ ## 0.1.2 (2024-12-05)
7
+ - fix: update package.json according to Nuxt docs
8
+
3
9
  ## 0.1.1 (2024-12-05)
4
10
  - build: bump nuxt-neon to `0.2.0`
5
11
  - fix: features page listing
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "nuxt-ignis",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Enhanced and customizable Nuxt application starter pack",
5
5
  "repository": "github:AloisSeckar/nuxt-ignis",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
+ "main": "./nuxt.config.ts",
8
9
  "scripts": {
9
10
  "analyze": "nuxt analyze",
10
11
  "eslint": "eslint .",
@@ -28,8 +29,7 @@
28
29
  "@vueuse/nuxt": "12.0.0",
29
30
  "consola": "3.2.3",
30
31
  "defu": "6.1.4",
31
- "nuxt": "3.14.1592",
32
- "nuxt-neon": "0.2.0",
32
+ "nuxt-neon": "0.2.4",
33
33
  "nuxt-security": "2.1.5",
34
34
  "nuxt-time": "1.0.3",
35
35
  "open-props": "1.7.7",
@@ -39,5 +39,8 @@
39
39
  "vue": "latest",
40
40
  "vue-router": "latest"
41
41
  },
42
+ "devDependencies": {
43
+ "nuxt": "3.14.1592"
44
+ },
42
45
  "packageManager": "pnpm@9.14.4"
43
46
  }