Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Aug 30, 2024
1 parent b4689b3 commit d069b22
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/search-index-5.1.2.js → dist/search-index-5.1.3.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions dist/search-index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-index",
"version": "5.1.2",
"version": "5.1.3",
"description": "A network resilient, persistent full-text search library for the browser and Node.js",
"keywords": [
"search",
Expand Down Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"browser-level": "^1.0.1",
"classic-level": "^1.4.1",
"fergies-inverted-index": "13.1.0",
"fergies-inverted-index": "^13.1.1",
"lru-cache": "11.0.0",
"ngraminator": "3.0.2",
"p-queue": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const packageVersion = "5.1.2"
export const packageVersion = "5.1.3"

0 comments on commit d069b22

Please sign in to comment.