@lingui/conf 4.11.4 → 4.12.0

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
@@ -423,7 +423,7 @@ function getConfig({
423
423
  "https://lingui.dev/ref/conf"
424
424
  )}`
425
425
  );
426
- throw new Error("No Config");
426
+ throw new Error("No Lingui config found");
427
427
  }
428
428
  const userConfig = result ? result.config : {};
429
429
  return makeConfig(
package/dist/index.mjs CHANGED
@@ -415,7 +415,7 @@ function getConfig({
415
415
  "https://lingui.dev/ref/conf"
416
416
  )}`
417
417
  );
418
- throw new Error("No Config");
418
+ throw new Error("No Lingui config found");
419
419
  }
420
420
  const userConfig = result ? result.config : {};
421
421
  return makeConfig(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/conf",
3
- "version": "4.11.4",
3
+ "version": "4.12.0",
4
4
  "sideEffects": false,
5
5
  "description": "Get lingui configuration from package.json",
6
6
  "keywords": [
@@ -42,5 +42,5 @@
42
42
  "tsd": "^0.26.1",
43
43
  "unbuild": "^2.0.0"
44
44
  },
45
- "gitHead": "43d4e671360e8e5f1b820e4e061c1926d95c120b"
45
+ "gitHead": "83a6ea03f22d6284bdcf067bde7b406c4e3520bc"
46
46
  }