Skip to content

Commit

Permalink
Build commit 5efb7a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 24, 2024
1 parent 083f343 commit cd9deab
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* **Fast**, leverages preconnect (Resource Hints), LRU memory cache
* **Easy to install**, fully declarative via HTML (zero-code setup!)
* **Web Component** ready
* **CSP ready** compatible with strict [CSP security](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) settings

## Getting started

Expand All @@ -41,8 +42,8 @@

Distribution:

* **jsDelivr** ([browse](https://cdn.jsdelivr.net/npm/[email protected].3/)):<br>[typesense-minibar.js](https://cdn.jsdelivr.net/npm/[email protected].3/typesense-minibar.js), [typesense-minibar.css](https://cdn.jsdelivr.net/npm/[email protected].3/typesense-minibar.css)
* **UNPKG** ([browse](https://unpkg.com/browse/[email protected].3/)):<br>[typesense-minibar.js](https://unpkg.com/[email protected].3/typesense-minibar.js), [typesense-minibar.css](https://unpkg.com/[email protected].3/typesense-minibar.css)
* **jsDelivr** ([browse](https://cdn.jsdelivr.net/npm/[email protected].4/)):<br>[typesense-minibar.js](https://cdn.jsdelivr.net/npm/[email protected].4/typesense-minibar.js), [typesense-minibar.css](https://cdn.jsdelivr.net/npm/[email protected].4/typesense-minibar.css)
* **UNPKG** ([browse](https://unpkg.com/browse/[email protected].4/)):<br>[typesense-minibar.js](https://unpkg.com/[email protected].4/typesense-minibar.js), [typesense-minibar.css](https://unpkg.com/[email protected].4/typesense-minibar.css)
* npm: [typesense-minibar](https://www.npmjs.com/package/typesense-minibar)
```shell
npm i --save typesense-minibar
Expand Down
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-08-23T16:45:32.203Z
at 2024-08-24T03:54:46.753Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions coverage/typesense-minibar.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h1><a href="index.html">All files</a> typesense-minibar.js</h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/*! https://github.com/jquery/typesense-minibar 1.3.3 */
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/*! https://github.com/jquery/typesense-minibar 1.3.4 */
globalThis.tsminibar = function tsminibar (form, dataset = form.dataset) {
const cache = new Map();
const state = { query: '', cursor: -1, open: false, hits: [] };
Expand Down Expand Up @@ -592,7 +592,7 @@ <h1><a href="index.html">All files</a> typesense-minibar.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-08-23T16:45:32.203Z
at 2024-08-24T03:54:46.753Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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
@@ -1,7 +1,7 @@
{
"name": "typesense-minibar",
"description": "Fast 2kB autocomplete search bar",
"version": "1.3.3",
"version": "1.3.4",
"homepage": "https://github.com/jquery/typesense-minibar",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion typesense-minibar-foot.css

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

2 changes: 1 addition & 1 deletion typesense-minibar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://github.com/jquery/typesense-minibar 1.3.3 */
/*! https://github.com/jquery/typesense-minibar 1.3.4 */
.tsmb-form,
typesense-minibar {
--tsmb-size-edge: 1px;
Expand Down
2 changes: 1 addition & 1 deletion typesense-minibar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://github.com/jquery/typesense-minibar 1.3.3 */
/*! https://github.com/jquery/typesense-minibar 1.3.4 */
globalThis.tsminibar = function tsminibar (form, dataset = form.dataset) {
const cache = new Map();
const state = { query: '', cursor: -1, open: false, hits: [] };
Expand Down

0 comments on commit cd9deab

Please sign in to comment.