@ocap/asset 1.13.73 → 1.13.74

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 +9 -9
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.13.73",
4
+ "version": "1.13.74",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -15,13 +15,13 @@
15
15
  "access": "public"
16
16
  },
17
17
  "dependencies": {
18
- "@arcblock/did": "1.13.73",
19
- "@arcblock/did-util": "1.13.73",
20
- "@arcblock/vc": "1.13.73",
21
- "@ocap/contract": "1.13.73",
22
- "@ocap/mcrypto": "1.13.73",
23
- "@ocap/util": "1.13.73",
24
- "@ocap/wallet": "1.13.73",
18
+ "@arcblock/did": "1.13.74",
19
+ "@arcblock/did-util": "1.13.74",
20
+ "@arcblock/vc": "1.13.74",
21
+ "@ocap/contract": "1.13.74",
22
+ "@ocap/mcrypto": "1.13.74",
23
+ "@ocap/util": "1.13.74",
24
+ "@ocap/wallet": "1.13.74",
25
25
  "debug": "^4.3.2",
26
26
  "empty-value": "^1.0.1",
27
27
  "flat": "^5.0.2",
@@ -73,5 +73,5 @@
73
73
  "test": "jest --forceExit --detectOpenHandles",
74
74
  "coverage": "yarn test -- --coverage"
75
75
  },
76
- "gitHead": "ffce10eaa7c72fe6d6fdc534f7e15cbdb3e6a917"
76
+ "gitHead": "24531e4142d2dc888d6f6091d82d2f7e5abe22ae"
77
77
  }