@nuxt/docs-nightly 4.3.0-29465977.c4f46c64 → 4.3.0-29466366.fa21bb17

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.
@@ -140,8 +140,13 @@ As stated above, `runtimeConfig` and `app.config` are both used to expose variab
140
140
  | Reactive | ✅ Yes | ✅ Yes |
141
141
  | Types support | ✅ Partial | ✅ Yes |
142
142
  | Configuration per Request | ❌ No | ✅ Yes |
143
- | Hot Module Replacement | ❌ No | ✅ Yes |
144
- | Non primitive JS types | ❌ No | ✅ Yes |
143
+ | Client-side | Hydrated | Bundled |
144
+ | Environment variables | Yes | ❌ No |
145
+ | Reactive | ✅ Yes | ✅ Yes |
146
+ | Types support | ✅ Partial | ✅ Yes |
147
+ | Configuration per request | ❌ No | ✅ Yes |
148
+ | Hot module replacement | ❌ No | ✅ Yes |
149
+ | Non-primitive JS types | ❌ No | ✅ Yes |
145
150
 
146
151
  ## External Configuration Files
147
152
 
@@ -134,7 +134,7 @@ We recommend the following libraries which are used throughout the ecosystem:
134
134
 
135
135
  * [pathe](https://github.com/unjs/pathe) - universal path utilities (replacement for node `path`)
136
136
  * [ufo](https://github.com/unjs/ufo) - URL parsing and joining utilities
137
- * [unbuild](https://github.com/unjs/unbuild) - rollup-powered build system
137
+ * [obuild](https://github.com/unjs/obuild) - rolldown-powered build system
138
138
  * ... check out the rest of the [unjs/](https://github.com/unjs) organization for many more!
139
139
 
140
140
  #### Use ESM Syntax and Default to `type: module`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.0-29465977.c4f46c64",
3
+ "version": "4.3.0-29466366.fa21bb17",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",