@ethnolib/language-chooser-react-hook 0.0.8 → 0.0.9

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -289241,7 +289241,7 @@ const $y = (u) => {
289241
289241
  };
289242
289242
  };
289243
289243
  function Vy(u) {
289244
- return Fs(u.autonym || u.exonym || "");
289244
+ return Fs(u.autonym || u.exonym);
289245
289245
  }
289246
289246
  export {
289247
289247
  er as UNLISTED_LANGUAGE,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A React hook providing the logic for a language chooser",
4
4
  "author": "SIL Global",
5
5
  "license": "MIT",
6
- "version": "0.0.8",
6
+ "version": "0.0.9",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "scripts": {