Skip to content

Commit

Permalink
update query replication
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 18, 2024
1 parent 646a5aa commit 6acdf74
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 203 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcpos/query",
"version": "1.6.5",
"version": "1.6.6",
"description": "Query and Replication for WooCommerce POS",
"author": "kilbot <[email protected]>",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@orama/orama": "^2.0.19",
"@orama/orama": "^2.0.20",
"@shelf/fast-natural-order-by": "^2.0.0",
"@wcpos/components": "*",
"lodash": "^4.17.21",
Expand All @@ -36,6 +36,6 @@
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.4"
"ts-jest": "^29.1.5"
}
}
Loading

0 comments on commit 6acdf74

Please sign in to comment.