nuxt-nightly 4.3.0-29430640.29b20b87 → 4.3.0-29431313.dbcf87d4

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/dist/index.mjs +1 -1
  2. package/package.json +16 -16
package/dist/index.mjs CHANGED
@@ -3837,7 +3837,7 @@ function addDeclarationTemplates(ctx, options) {
3837
3837
  });
3838
3838
  }
3839
3839
 
3840
- const version = "4.3.0-29430640.29b20b87";
3840
+ const version = "4.3.0-29431313.dbcf87d4";
3841
3841
 
3842
3842
  function createImportProtectionPatterns(nuxt, options) {
3843
3843
  const patterns = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-nightly",
3
- "version": "4.3.0-29430640.29b20b87",
3
+ "version": "4.3.0-29431313.dbcf87d4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -64,14 +64,14 @@
64
64
  "schema.*"
65
65
  ],
66
66
  "dependencies": {
67
- "@dxup/nuxt": "^0.3.2",
67
+ "@dxup/nuxt": "^0.2.2",
68
68
  "@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
69
69
  "@nuxt/devtools": "^3.1.1",
70
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29430640.29b20b87",
71
- "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29430640.29b20b87",
72
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29430640.29b20b87",
70
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29431313.dbcf87d4",
71
+ "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29431313.dbcf87d4",
72
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29431313.dbcf87d4",
73
73
  "@nuxt/telemetry": "^2.6.6",
74
- "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29430640.29b20b87",
74
+ "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29431313.dbcf87d4",
75
75
  "@unhead/vue": "^2.0.19",
76
76
  "@vue/shared": "^3.5.25",
77
77
  "c12": "^3.3.2",
@@ -81,7 +81,7 @@
81
81
  "cookie-es": "^2.0.0",
82
82
  "defu": "^6.1.4",
83
83
  "destr": "^2.0.5",
84
- "devalue": "^5.6.1",
84
+ "devalue": "^5.6.0",
85
85
  "errx": "^0.1.0",
86
86
  "escape-string-regexp": "^5.0.0",
87
87
  "exsolve": "^1.0.8",
@@ -99,9 +99,9 @@
99
99
  "ofetch": "^1.5.1",
100
100
  "ohash": "^2.0.11",
101
101
  "on-change": "^6.0.1",
102
- "oxc-minify": "^0.103.0",
103
- "oxc-parser": "^0.103.0",
104
- "oxc-transform": "^0.103.0",
102
+ "oxc-minify": "^0.102.0",
103
+ "oxc-parser": "^0.102.0",
104
+ "oxc-transform": "^0.102.0",
105
105
  "oxc-walker": "^0.6.0",
106
106
  "pathe": "^2.0.3",
107
107
  "perfect-debounce": "^2.0.0",
@@ -115,22 +115,22 @@
115
115
  "ultrahtml": "^1.6.0",
116
116
  "uncrypto": "^0.1.3",
117
117
  "unctx": "^2.4.1",
118
- "unimport": "^5.6.0",
118
+ "unimport": "^5.5.0",
119
119
  "unplugin": "^2.3.11",
120
- "unplugin-vue-router": "^0.19.1",
120
+ "unplugin-vue-router": "^0.19.0",
121
121
  "untyped": "^2.0.0",
122
122
  "vue": "^3.5.25",
123
- "vue-router": "^4.6.4"
123
+ "vue-router": "^4.6.3"
124
124
  },
125
125
  "devDependencies": {
126
- "@nuxt/scripts": "0.13.1",
126
+ "@nuxt/scripts": "0.13.0",
127
127
  "@parcel/watcher": "2.5.1",
128
128
  "@types/estree": "1.0.8",
129
- "@vitejs/plugin-vue": "6.0.3",
129
+ "@vitejs/plugin-vue": "6.0.2",
130
130
  "@vitejs/plugin-vue-jsx": "5.1.2",
131
131
  "@vue/compiler-sfc": "3.5.25",
132
132
  "unbuild": "3.6.1",
133
- "vite": "7.3.0",
133
+ "vite": "7.2.7",
134
134
  "vitest": "3.2.4",
135
135
  "vue-bundle-renderer": "2.2.0",
136
136
  "vue-sfc-transformer": "0.1.17"