@nuxt/docs-nightly 4.3.0-29466680.0598aa0b → 4.3.0-29470213.bdd5155f

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.
@@ -139,7 +139,6 @@ As stated above, `runtimeConfig` and `app.config` are both used to expose variab
139
139
  | Environment Variables | ✅ Yes | ❌ No |
140
140
  | Reactive | ✅ Yes | ✅ Yes |
141
141
  | Types support | ✅ Partial | ✅ Yes |
142
- | Configuration per Request | ❌ No | ✅ Yes |
143
142
  | Client-side | Hydrated | Bundled |
144
143
  | Environment variables | ✅ Yes | ❌ No |
145
144
  | Reactive | ✅ Yes | ✅ Yes |
@@ -46,7 +46,7 @@ Use of `defineNuxtRouteMiddleware` is not supported outside of the `app/middlewa
46
46
 
47
47
  You can also use [`definePageMeta`](/docs/4.x/api/utils/define-page-meta) in Nuxt Bridge.
48
48
 
49
- You can be enabled with the `macros.pageMeta` option in your configuration file
49
+ It can be enabled with the `macros.pageMeta` option in your configuration file
50
50
 
51
51
  ```ts [nuxt.config.ts]
52
52
  import { defineNuxtConfig } from '@nuxt/bridge'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.0-29466680.0598aa0b",
3
+ "version": "4.3.0-29470213.bdd5155f",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",