@dword-design/base-config-nuxt 5.0.4 → 5.0.5

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/config.js +0 -2
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -1,7 +1,5 @@
1
- import dotenv from '@dword-design/dotenv-json-extended';
2
1
  import jitiBabelTransform from '@dword-design/jiti-babel-transform';
3
2
  import jiti from 'jiti';
4
- dotenv.config();
5
3
  let config;
6
4
  try {
7
5
  const jitiInstance = jiti(process.cwd(), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",