@superutils/store 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,6 +18,7 @@ For full API reference and example code playground check out the [docs page](htt
18
18
  - [Object-based Store](#object-based-store)
19
19
  - [Persistent Storage (NodeJS)](#persistent-storage-nodejs)
20
20
  - [Advanced Usage](#advanced-usage)
21
+ - [Data Validation](#data-validation)
21
22
  - [Reactive Updates (RxJS & Callbacks)](#reactive-updates-rxjs--callbacks)
22
23
  - [Search and Filtering](#search-and-filtering)
23
24
  - [Attaching Context (Business Logic)](#attaching-context-business-logic)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Toufiqur Rahaman Chowdhury",
3
3
  "description": "Generic, reactive, persistent and fully-typed Map-like data store with advanced search, filtering, and sorting capabilities.",
4
4
  "dependencies": {
5
- "@superutils/core": "^1.2.20",
5
+ "@superutils/core": "^1.2.21",
6
6
  "rxjs": "^7.8.2"
7
7
  },
8
8
  "exports": {
@@ -45,6 +45,6 @@
45
45
  "sideEffects": false,
46
46
  "type": "module",
47
47
  "types": "./dist/index.d.ts",
48
- "version": "0.1.17",
49
- "gitHead": "63584e41be789fb9ecc4c9cbb41d501e5d53470a"
48
+ "version": "0.1.18",
49
+ "gitHead": "54a29f73ae09335819d591df271d9f57c92da457"
50
50
  }