@ocap/indexdb-fs 1.18.130 → 1.18.132

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/indexdb-fs",
3
3
  "description": "OCAP indexdb adapter that uses file system as backend",
4
- "version": "1.18.130",
4
+ "version": "1.18.132",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -37,11 +37,11 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "d4846249beb92ef45faad7a23781f631523f288e",
40
+ "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d",
41
41
  "dependencies": {
42
- "@ocap/indexdb": "1.18.130",
43
- "@ocap/indexdb-memory": "1.18.130",
44
- "@ocap/util": "1.18.130",
42
+ "@ocap/indexdb": "1.18.132",
43
+ "@ocap/indexdb-memory": "1.18.132",
44
+ "@ocap/util": "1.18.132",
45
45
  "debug": "^4.3.4",
46
46
  "lodash": "^4.17.21",
47
47
  "lokijs": "^1.5.12"