@ocap/indexdb-fs 1.19.5 → 1.19.7

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.19.5",
4
+ "version": "1.19.7",
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": "9f93acb129f6fee316149f3921a98b88dcccfac3",
40
+ "gitHead": "b3a8e11bd01dd1dc6e2d222bc7dd2476f278a9f7",
41
41
  "dependencies": {
42
- "@ocap/indexdb": "1.19.5",
43
- "@ocap/indexdb-memory": "1.19.5",
44
- "@ocap/util": "1.19.5",
42
+ "@ocap/indexdb": "1.19.7",
43
+ "@ocap/indexdb-memory": "1.19.7",
44
+ "@ocap/util": "1.19.7",
45
45
  "debug": "^4.3.6",
46
46
  "lodash": "^4.17.21",
47
47
  "lokijs": "^1.5.12"