@ethnolib/find-language 0.1.6 → 0.1.7

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 +2 -0
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -349444,6 +349444,8 @@ function ct(r) {
349444
349444
  };
349445
349445
  }
349446
349446
  function kd(r, l) {
349447
+ if (!r)
349448
+ return;
349447
349449
  const {
349448
349450
  languageSubtag: s,
349449
349451
  scriptSubtag: c,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A library for fuzzy-searching for languages and other utils for language choosers",
4
4
  "author": "SIL Global",
5
5
  "license": "MIT",
6
- "version": "0.1.6",
6
+ "version": "0.1.7",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "scripts": {