Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Dec 7, 2023
1 parent 8eea2b9 commit 2bfa63f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 20 deletions.
16 changes: 10 additions & 6 deletions dist/uFuzzy.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,12 +872,16 @@ const latinize = (() => {
o: 'óòôõö',
U: 'ÚÙÛÜŪŲ',
u: 'úùûüūų',
C: 'ÇČ',
c: 'çč',
N: 'Ñ',
n: 'ñ',
S: 'Š',
s: 'š'
C: 'ÇČĆ',
c: 'çčć',
L: 'Ł',
l: 'ł',
N: 'ÑŃ',
n: 'ñń',
S: 'ŠŚ',
s: 'šś',
Z: 'ŻŹ',
z: 'żź'
};

let accentsMap = new Map();
Expand Down
16 changes: 10 additions & 6 deletions dist/uFuzzy.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,12 +870,16 @@ const latinize = (() => {
o: 'óòôõö',
U: 'ÚÙÛÜŪŲ',
u: 'úùûüūų',
C: 'ÇČ',
c: 'çč',
N: 'Ñ',
n: 'ñ',
S: 'Š',
s: 'š'
C: 'ÇČĆ',
c: 'çčć',
L: 'Ł',
l: 'ł',
N: 'ÑŃ',
n: 'ñń',
S: 'ŠŚ',
s: 'šś',
Z: 'ŻŹ',
z: 'żź'
};

let accentsMap = new Map();
Expand Down
16 changes: 10 additions & 6 deletions dist/uFuzzy.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,12 +873,16 @@ var uFuzzy = (function () {
o: 'óòôõö',
U: 'ÚÙÛÜŪŲ',
u: 'úùûüūų',
C: 'ÇČ',
c: 'çč',
N: 'Ñ',
n: 'ñ',
S: 'Š',
s: 'š'
C: 'ÇČĆ',
c: 'çčć',
L: 'Ł',
l: 'ł',
N: 'ÑŃ',
n: 'ñń',
S: 'ŠŚ',
s: 'šś',
Z: 'ŻŹ',
z: 'żź'
};

let accentsMap = new Map();
Expand Down
2 changes: 1 addition & 1 deletion dist/uFuzzy.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"homepage": "https://github.com/leeoniya/uFuzzy#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.1.4"
"rollup": "^4.6.1"
}
}

0 comments on commit 2bfa63f

Please sign in to comment.