@nuxt/schema-nightly 4.2.0-29344722.285eac31 → 4.2.0-29345484.1f69d1e1

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 +5 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -865,6 +865,11 @@ const experimental = defineResolvers({
865
865
  $resolve: (val) => {
866
866
  return typeof val === "boolean" ? val : false;
867
867
  }
868
+ },
869
+ viteEnvironmentApi: {
870
+ $resolve: async (val, get) => {
871
+ return typeof val === "boolean" ? val : await get("future.compatibilityVersion") >= 5;
872
+ }
868
873
  }
869
874
  }
870
875
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.0-29344722.285eac31",
3
+ "version": "4.2.0-29345484.1f69d1e1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -67,7 +67,7 @@
67
67
  "vue-bundle-renderer": "2.2.0",
68
68
  "vue-loader": "17.4.2",
69
69
  "vue-router": "4.5.1",
70
- "webpack": "5.102.0",
70
+ "webpack": "5.102.1",
71
71
  "webpack-dev-middleware": "7.4.5"
72
72
  },
73
73
  "dependencies": {