@ocap/asset 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 +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.17.3",
4
+ "version": "1.17.4",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -18,13 +18,13 @@
18
18
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
19
19
  ],
20
20
  "dependencies": {
21
- "@arcblock/did": "1.17.3",
22
- "@arcblock/did-util": "1.17.3",
23
- "@arcblock/vc": "1.17.3",
24
- "@ocap/contract": "1.17.3",
25
- "@ocap/mcrypto": "1.17.3",
26
- "@ocap/util": "1.17.3",
27
- "@ocap/wallet": "1.17.3",
21
+ "@arcblock/did": "1.17.4",
22
+ "@arcblock/did-util": "1.17.4",
23
+ "@arcblock/vc": "1.17.4",
24
+ "@ocap/contract": "1.17.4",
25
+ "@ocap/mcrypto": "1.17.4",
26
+ "@ocap/util": "1.17.4",
27
+ "@ocap/wallet": "1.17.4",
28
28
  "debug": "^4.3.3",
29
29
  "flat": "^5.0.2",
30
30
  "is-absolute-url": "^3.0.3",
@@ -71,5 +71,5 @@
71
71
  "build": "tsc",
72
72
  "build:watch": "npm run build -- -w"
73
73
  },
74
- "gitHead": "7a74e4e2b362a6e6ea8d14617f0480966c3363d5"
74
+ "gitHead": "296f3dccba7a691244212a51481fffcf142fc138"
75
75
  }