@nuxt/webpack-builder-nightly 5.0.0-29656394.48b15c25 → 5.0.0-29656656.bb4e7ef7

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 +1 -0
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -716,6 +716,7 @@ function getEnv(ctx) {
716
716
  "import.meta.test": ctx.nuxt.options.test,
717
717
  "import.meta.browser": ctx.isClient,
718
718
  "import.meta.client": ctx.isClient,
719
+ "import.meta.envName": JSON.stringify(ctx.options.envName),
719
720
  "import.meta.server": ctx.isServer
720
721
  };
721
722
  if (ctx.isClient) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/webpack-builder-nightly",
3
- "version": "5.0.0-29656394.48b15c25",
3
+ "version": "5.0.0-29656656.bb4e7ef7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
28
- "@nuxt/kit": "npm:@nuxt/kit-nightly@5.0.0-29656394.48b15c25",
28
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@5.0.0-29656656.bb4e7ef7",
29
29
  "@vue/compiler-sfc": "3.5.34",
30
30
  "autoprefixer": "^10.5.0",
31
31
  "css-loader": "^7.1.4",
@@ -68,7 +68,7 @@
68
68
  "webpackbar": "^7.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@nuxt/schema": "npm:@nuxt/schema-nightly@5.0.0-29656394.48b15c25",
71
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@5.0.0-29656656.bb4e7ef7",
72
72
  "@rspack/core": "2.0.3",
73
73
  "@types/webpack-bundle-analyzer": "4.7.0",
74
74
  "@types/webpack-hot-middleware": "2.25.12",
@@ -79,7 +79,7 @@
79
79
  "vue": "3.5.34"
80
80
  },
81
81
  "peerDependencies": {
82
- "nuxt": "npm:nuxt-nightly@5.0.0-29656394.48b15c25",
82
+ "nuxt": "npm:nuxt-nightly@5.0.0-29656656.bb4e7ef7",
83
83
  "vue": "^3.3.4"
84
84
  },
85
85
  "engines": {