c12 0.1.3 → 0.1.4

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.
package/dist/index.cjs CHANGED
@@ -163,7 +163,7 @@ async function extendConfig(config, opts) {
163
163
  }
164
164
  }
165
165
  const GIT_PREFIXES = ["github:", "gitlab:", "bitbucket:", "https://"];
166
- const jiti = createJiti__default(null, { cache: false, interopDefault: true });
166
+ const jiti = createJiti__default(null, { cache: false, interopDefault: true, requireCache: false });
167
167
  async function resolveConfig(source, opts) {
168
168
  if (opts.resolve) {
169
169
  const res2 = await opts.resolve(source, opts);
package/dist/index.mjs CHANGED
@@ -139,7 +139,7 @@ async function extendConfig(config, opts) {
139
139
  }
140
140
  }
141
141
  const GIT_PREFIXES = ["github:", "gitlab:", "bitbucket:", "https://"];
142
- const jiti = createJiti(null, { cache: false, interopDefault: true });
142
+ const jiti = createJiti(null, { cache: false, interopDefault: true, requireCache: false });
143
143
  async function resolveConfig(source, opts) {
144
144
  if (opts.resolve) {
145
145
  const res2 = await opts.resolve(source, opts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c12",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Smart Config Loader",
5
5
  "repository": "unjs/c12",
6
6
  "license": "MIT",