@ocap/indexdb 1.17.3 → 1.17.4

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 +4 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.3",
6
+ "version": "1.17.4",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -25,10 +25,10 @@
25
25
  "jest": "^27.3.1"
26
26
  },
27
27
  "dependencies": {
28
- "@ocap/state": "1.17.3",
29
- "@ocap/util": "1.17.3",
28
+ "@ocap/state": "1.17.4",
29
+ "@ocap/util": "1.17.4",
30
30
  "kareem": "^2.3.2",
31
31
  "lodash": "^4.17.21"
32
32
  },
33
- "gitHead": "7a74e4e2b362a6e6ea8d14617f0480966c3363d5"
33
+ "gitHead": "296f3dccba7a691244212a51481fffcf142fc138"
34
34
  }