@nuxt/schema-nightly 4.2.0-29344661.0b65203b → 4.2.0-29344710.84b82c47

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 +0 -5
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -865,11 +865,6 @@ 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
- }
873
868
  }
874
869
  }
875
870
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.0-29344661.0b65203b",
3
+ "version": "4.2.0-29344710.84b82c47",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",