@ocap/indexdb 1.29.4 → 1.29.5

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 +0 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  Defines the abstract interface of OCAP IndexDB, must be implemented with an actual statedb, please checkout following packages:
4
4
 
5
5
  - `@ocap/indexdb-memory`
6
- - `@ocap/indexdb-fs`
7
6
  - `@ocap/indexdb-elasticsearch`
8
7
 
9
8
  ## Usage
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.29.4",
6
+ "version": "1.29.5",
7
7
  "type": "module",
8
8
  "description": "Defines the basic interface for OCAP IndexDB",
9
9
  "main": "./lib/main.cjs",
@@ -51,9 +51,9 @@
51
51
  "tsdown": "^0.18.4"
52
52
  },
53
53
  "dependencies": {
54
- "@ocap/state": "1.29.4",
55
- "@ocap/types": "1.29.4",
56
- "@ocap/util": "1.29.4",
54
+ "@ocap/state": "1.29.5",
55
+ "@ocap/types": "1.29.5",
56
+ "@ocap/util": "1.29.5",
57
57
  "kareem": "^2.4.1",
58
58
  "lodash": "^4.17.23"
59
59
  }