@ocap/indexdb-memory 1.16.16 → 1.17.1

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/lib/db/index.js +1 -1
  2. package/package.json +5 -5
package/lib/db/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable newline-per-chained-call */
2
- const md5 = require('@ocap/util/lib/md5');
2
+ const { md5 } = require('@ocap/util/lib/md5');
3
3
  const BaseIndexDB = require('./base');
4
4
 
5
5
  const Table = require('../table/base');
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.16.16",
4
+ "version": "1.17.1",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/asset-chain/issues",
@@ -37,11 +37,11 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "051f9620995cf24407374cc4811b0fa6ed6dc7ca",
40
+ "gitHead": "ca2ac264d9d6358680d5be99fcdd4685d0c999fc",
41
41
  "dependencies": {
42
- "@arcblock/did": "1.16.16",
43
- "@ocap/indexdb": "1.16.16",
44
- "@ocap/util": "1.16.16",
42
+ "@arcblock/did": "1.17.1",
43
+ "@ocap/indexdb": "1.17.1",
44
+ "@ocap/util": "1.17.1",
45
45
  "debug": "^4.3.3",
46
46
  "empty-value": "^1.0.1",
47
47
  "lodash": "^4.17.21",