@ocap/config 1.18.31 → 1.18.32

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 +6 -6
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.31",
6
+ "version": "1.18.32",
7
7
  "description": "OCAP config parsing/validation and default",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -25,11 +25,11 @@
25
25
  "jest": "^27.5.1"
26
26
  },
27
27
  "dependencies": {
28
- "@arcblock/did": "1.18.31",
29
- "@arcblock/did-util": "1.18.31",
30
- "@arcblock/validator": "1.18.31",
31
- "@ocap/util": "1.18.31",
28
+ "@arcblock/did": "1.18.32",
29
+ "@arcblock/did-util": "1.18.32",
30
+ "@arcblock/validator": "1.18.32",
31
+ "@ocap/util": "1.18.32",
32
32
  "lodash": "^4.17.21"
33
33
  },
34
- "gitHead": "ad152eeee0cdfa5486b50f6151a9a05245804109"
34
+ "gitHead": "44a7e8ee3e89535a4e18fbbc2ad6ff408c8e2474"
35
35
  }