@ocap/indexdb-fs 1.19.8 → 1.19.9

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.8",
4
+ "version": "1.19.9",
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": "c64c55f04a40357501cc3ecf4e5e7531aee15ffe",
40
+ "gitHead": "ae520a0097cfc29d45d5f481da8e4d9bdb3fbe81",
41
41
  "dependencies": {
42
- "@ocap/indexdb": "1.19.8",
43
- "@ocap/indexdb-memory": "1.19.8",
44
- "@ocap/util": "1.19.8",
42
+ "@ocap/indexdb": "1.19.9",
43
+ "@ocap/indexdb-memory": "1.19.9",
44
+ "@ocap/util": "1.19.9",
45
45
  "debug": "^4.3.6",
46
46
  "lodash": "^4.17.21",
47
47
  "lokijs": "^1.5.12"