Skip to content

Commit

Permalink
add dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
springuper committed Nov 30, 2022
1 parent f974713 commit d54afc6
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions dist/fuse.basic.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1455,7 +1455,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.6.2-beta.1';
Fuse$1.version = '6.6.2-beta.7';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1248,7 +1248,7 @@ class Fuse {
}
}

Fuse.version = '6.6.2-beta.1';
Fuse.version = '6.6.2-beta.7';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1459,7 +1459,7 @@
return Fuse;
}();

Fuse$1.version = '6.6.2-beta.1';
Fuse$1.version = '6.6.2-beta.7';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2218,7 +2218,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.6.2-beta.1';
Fuse$1.version = '6.6.2-beta.7';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Fuse.js v6.6.2-beta.1
// Type definitions for Fuse.js v6.6.2-beta.7
// TypeScript v4.5.4

export default Fuse
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1763,7 +1763,7 @@ class Fuse {
}
}

Fuse.version = '6.6.2-beta.1';
Fuse.version = '6.6.2-beta.7';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.2-beta.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2-beta.7 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2222,7 +2222,7 @@
return Fuse;
}();

Fuse$1.version = '6.6.2-beta.1';
Fuse$1.version = '6.6.2-beta.7';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.min.js

Large diffs are not rendered by default.

0 comments on commit d54afc6

Please sign in to comment.