@ocap/asset 1.14.10 → 1.14.14

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 +10 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/asset",
3
3
  "description": "Utility to work with asset and factory on ArcBlock blockchain",
4
- "version": "1.14.10",
4
+ "version": "1.14.14",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -15,14 +15,14 @@
15
15
  "access": "public"
16
16
  },
17
17
  "dependencies": {
18
- "@arcblock/did": "1.14.10",
19
- "@arcblock/did-util": "1.14.10",
20
- "@arcblock/vc": "1.14.10",
21
- "@ocap/contract": "1.14.10",
22
- "@ocap/mcrypto": "1.14.10",
23
- "@ocap/util": "1.14.10",
24
- "@ocap/wallet": "1.14.10",
25
- "debug": "^4.3.2",
18
+ "@arcblock/did": "1.14.14",
19
+ "@arcblock/did-util": "1.14.14",
20
+ "@arcblock/vc": "1.14.14",
21
+ "@ocap/contract": "1.14.14",
22
+ "@ocap/mcrypto": "1.14.14",
23
+ "@ocap/util": "1.14.14",
24
+ "@ocap/wallet": "1.14.14",
25
+ "debug": "^4.3.3",
26
26
  "empty-value": "^1.0.1",
27
27
  "flat": "^5.0.2",
28
28
  "is-absolute-url": "^3.0.3",
@@ -73,5 +73,5 @@
73
73
  "test": "jest --forceExit --detectOpenHandles",
74
74
  "coverage": "yarn test -- --coverage"
75
75
  },
76
- "gitHead": "3475efca85274bbd44bf4edd775189f9cabe2188"
76
+ "gitHead": "fae9eaf3cf9d5135f31b6424dcc588a17bc06b97"
77
77
  }