@ocap/indexdb 1.16.6 → 1.16.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 +7 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.6",
6
+ "version": "1.16.9",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -17,15 +17,18 @@
17
17
  },
18
18
  "keywords": [],
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
+ "contributors": [
21
+ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
22
+ ],
20
23
  "license": "MIT",
21
24
  "devDependencies": {
22
25
  "jest": "^27.3.1"
23
26
  },
24
27
  "dependencies": {
25
- "@ocap/state": "1.16.6",
26
- "@ocap/util": "1.16.6",
28
+ "@ocap/state": "1.16.9",
29
+ "@ocap/util": "1.16.9",
27
30
  "kareem": "^2.3.2",
28
31
  "lodash": "^4.17.21"
29
32
  },
30
- "gitHead": "c37106e25f4ac2b4e64230e5ab559bdafb5a6a7e"
33
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
31
34
  }