@ocap/indexdb-memory 1.18.114 → 1.18.115

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-memory",
3
3
  "description": "OCAP indexdb adapter that uses memory as backend, just for test purpose",
4
- "version": "1.18.114",
4
+ "version": "1.18.115",
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": "e2f91c7848d50b6614c6e90ce3992a88ebc57f39",
40
+ "gitHead": "aba7f4c4ec81a37b0977da9ea7b80c9504e8d4e1",
41
41
  "dependencies": {
42
- "@arcblock/did": "1.18.114",
43
- "@ocap/indexdb": "1.18.114",
44
- "@ocap/util": "1.18.114",
42
+ "@arcblock/did": "1.18.115",
43
+ "@ocap/indexdb": "1.18.115",
44
+ "@ocap/util": "1.18.115",
45
45
  "debug": "^4.3.4",
46
46
  "empty-value": "^1.0.1",
47
47
  "lodash": "^4.17.21",