@ocap/asset 1.17.23 → 1.18.1

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 +16 -16
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.23",
4
+ "version": "1.18.1",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -18,34 +18,34 @@
18
18
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
19
19
  ],
20
20
  "dependencies": {
21
- "@arcblock/did": "1.17.23",
22
- "@arcblock/did-util": "1.17.23",
23
- "@arcblock/validator": "1.17.23",
24
- "@arcblock/vc": "1.17.23",
25
- "@ocap/contract": "1.17.23",
26
- "@ocap/mcrypto": "1.17.23",
27
- "@ocap/types": "1.17.23",
28
- "@ocap/util": "1.17.23",
29
- "@ocap/wallet": "1.17.23",
21
+ "@arcblock/did": "1.18.1",
22
+ "@arcblock/did-util": "1.18.1",
23
+ "@arcblock/validator": "1.18.1",
24
+ "@arcblock/vc": "1.18.1",
25
+ "@ocap/contract": "1.18.1",
26
+ "@ocap/mcrypto": "1.18.1",
27
+ "@ocap/types": "1.18.1",
28
+ "@ocap/util": "1.18.1",
29
+ "@ocap/wallet": "1.18.1",
30
30
  "debug": "^4.3.4",
31
31
  "flat": "^5.0.2",
32
32
  "is-absolute-url": "^3.0.3",
33
33
  "json-stable-stringify": "^1.0.1",
34
34
  "lodash": "^4.17.21",
35
35
  "mustache": "^4.2.0",
36
- "type-fest": "^2.18.0"
36
+ "type-fest": "^2.19.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@arcblock/eslint-config-ts": "0.2.3",
40
40
  "@types/flat": "^5.0.2",
41
- "@types/jest": "^28.1.6",
41
+ "@types/jest": "^28.1.8",
42
42
  "@types/mustache": "^4.2.1",
43
43
  "@types/node": "^17.0.45",
44
- "eslint": "^8.21.0",
44
+ "eslint": "^8.25.0",
45
45
  "jest": "^28.1.3",
46
46
  "prettier": "^2.7.1",
47
- "ts-jest": "^28.0.7",
48
- "typescript": "^4.7.4"
47
+ "ts-jest": "^28.0.8",
48
+ "typescript": "^4.8.4"
49
49
  },
50
50
  "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/asset",
51
51
  "keywords": [
@@ -74,5 +74,5 @@
74
74
  "build": "tsc",
75
75
  "build:watch": "npm run build -- -w"
76
76
  },
77
- "gitHead": "aecdce3fc6aaee32ea60db191d61962963f5e0bf"
77
+ "gitHead": "7735e4243a1ba253eb14d960ca272974eaf94623"
78
78
  }