nuxt-nightly 4.2.1-29369624.1cc53932 → 4.2.1-29370820.95518afa

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.
@@ -85,7 +85,7 @@ function generateOptionSegments(opts) {
85
85
  toValue(opts.method)?.toUpperCase() || "GET",
86
86
  toValue(opts.baseURL)
87
87
  ];
88
- for (const _obj of [opts.params || opts.query]) {
88
+ for (const _obj of [opts.query || opts.params]) {
89
89
  const obj = toValue(_obj);
90
90
  if (!obj) {
91
91
  continue;
package/dist/index.mjs CHANGED
@@ -3831,7 +3831,7 @@ function addDeclarationTemplates(ctx, options) {
3831
3831
  });
3832
3832
  }
3833
3833
 
3834
- const version = "4.2.1-29369624.1cc53932";
3834
+ const version = "4.2.1-29370820.95518afa";
3835
3835
 
3836
3836
  function createImportProtectionPatterns(nuxt, options) {
3837
3837
  const patterns = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-nightly",
3
- "version": "4.2.1-29369624.1cc53932",
3
+ "version": "4.2.1-29370820.95518afa",
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.2.0",
67
+ "@dxup/nuxt": "^0.2.1",
68
68
  "@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
69
- "@nuxt/devtools": "^3.0.0",
70
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29369624.1cc53932",
71
- "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.2.1-29369624.1cc53932",
72
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29369624.1cc53932",
69
+ "@nuxt/devtools": "^3.0.1",
70
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29370820.95518afa",
71
+ "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.2.1-29370820.95518afa",
72
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29370820.95518afa",
73
73
  "@nuxt/telemetry": "^2.6.6",
74
- "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.1-29369624.1cc53932",
74
+ "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.1-29370820.95518afa",
75
75
  "@unhead/vue": "^2.0.19",
76
76
  "@vue/shared": "^3.5.22",
77
77
  "c12": "^3.3.1",
@@ -96,12 +96,12 @@
96
96
  "mlly": "^1.8.0",
97
97
  "nanotar": "^0.2.0",
98
98
  "nypm": "^0.6.2",
99
- "ofetch": "^1.4.1",
99
+ "ofetch": "^1.5.1",
100
100
  "ohash": "^2.0.11",
101
101
  "on-change": "^6.0.1",
102
- "oxc-minify": "^0.95.0",
103
- "oxc-parser": "^0.95.0",
104
- "oxc-transform": "^0.95.0",
102
+ "oxc-minify": "^0.96.0",
103
+ "oxc-parser": "^0.96.0",
104
+ "oxc-transform": "^0.96.0",
105
105
  "oxc-walker": "^0.5.2",
106
106
  "pathe": "^2.0.3",
107
107
  "perfect-debounce": "^2.0.0",
@@ -117,7 +117,7 @@
117
117
  "unctx": "^2.4.1",
118
118
  "unimport": "^5.5.0",
119
119
  "unplugin": "^2.3.10",
120
- "unplugin-vue-router": "^0.16.0",
120
+ "unplugin-vue-router": "^0.16.1",
121
121
  "untyped": "^2.0.0",
122
122
  "vue": "^3.5.22",
123
123
  "vue-router": "^4.6.3"