Skip to content

Commit 58fd74b

Browse files
release v - 4.7.3
1 parent 6df518b commit 58fd74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Overview
1818

19-
A complete IndexedDB wrapper with SQL like syntax.
19+
Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.
2020

2121
# Features
2222

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsstore",
3-
"version": "4.7.2",
4-
"description": "A complete IndexedDB wrapper with SQL like syntax.",
3+
"version": "4.7.3",
4+
"description": "Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.",
55
"main": "dist/npm.export.js",
66
"types": "dist/ts/main/index.d.ts",
77
"sideEffects": false,

0 commit comments

Comments
 (0)