@ocap/asset 1.20.2 → 1.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -7
- package/package.json +14 -14
package/README.md
CHANGED
@@ -2,26 +2,23 @@
|
|
2
2
|
|
3
3
|
[](https://github.com/prettier/prettier)
|
4
4
|
[](https://docs.arcblock.io)
|
5
|
-
[](https://gitter.im/ArcBlock/community?utm_source=badge
|
5
|
+
[](https://gitter.im/ArcBlock/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
6
6
|
|
7
7
|
> Utility to create standard assets that can be rendered in [DID Wallet](https://www.abtwallet.io)
|
8
8
|
|
9
|
-
|
10
9
|
## Table of Contents
|
11
10
|
|
12
|
-
|
13
|
-
|
14
|
-
|
11
|
+
- [Install](#install)
|
12
|
+
- [Usage](#usage)
|
15
13
|
|
16
14
|
## Install
|
17
15
|
|
18
16
|
```sh
|
19
17
|
npm install @ocap/asset
|
20
18
|
// or
|
21
|
-
|
19
|
+
pnpm install @ocap/asset
|
22
20
|
```
|
23
21
|
|
24
|
-
|
25
22
|
## Usage
|
26
23
|
|
27
24
|
```js
|
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.20.
|
4
|
+
"version": "1.20.4",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
@@ -18,21 +18,21 @@
|
|
18
18
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@arcblock/did": "1.20.2",
|
22
|
-
"@arcblock/did-util": "1.20.2",
|
23
|
-
"@arcblock/validator": "1.20.2",
|
24
|
-
"@arcblock/vc": "1.20.2",
|
25
|
-
"@ocap/contract": "1.20.2",
|
26
|
-
"@ocap/mcrypto": "1.20.2",
|
27
|
-
"@ocap/types": "1.20.2",
|
28
|
-
"@ocap/util": "1.20.2",
|
29
|
-
"@ocap/wallet": "1.20.2",
|
30
21
|
"debug": "^4.3.6",
|
31
22
|
"flat": "^5.0.2",
|
32
23
|
"is-absolute-url": "^3.0.3",
|
33
24
|
"json-stable-stringify": "^1.0.1",
|
34
25
|
"lodash": "^4.17.21",
|
35
|
-
"mustache": "^4.2.0"
|
26
|
+
"mustache": "^4.2.0",
|
27
|
+
"@arcblock/did": "1.20.4",
|
28
|
+
"@arcblock/did-util": "1.20.4",
|
29
|
+
"@arcblock/validator": "1.20.4",
|
30
|
+
"@ocap/contract": "1.20.4",
|
31
|
+
"@arcblock/vc": "1.20.4",
|
32
|
+
"@ocap/mcrypto": "1.20.4",
|
33
|
+
"@ocap/types": "1.20.4",
|
34
|
+
"@ocap/util": "1.20.4",
|
35
|
+
"@ocap/wallet": "1.20.4"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@arcblock/eslint-config-ts": "0.3.3",
|
@@ -65,6 +65,7 @@
|
|
65
65
|
"type": "git",
|
66
66
|
"url": "https://github.com/ArcBlock/blockchain/tree/master/core/asset"
|
67
67
|
},
|
68
|
+
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
|
68
69
|
"scripts": {
|
69
70
|
"lint": "eslint src tests",
|
70
71
|
"lint:fix": "npm run lint -- --fix",
|
@@ -76,6 +77,5 @@
|
|
76
77
|
"build:esm": "tsc -p tsconfig.esm.json",
|
77
78
|
"build": "npm run build:cjs && npm run build:esm",
|
78
79
|
"build:watch": "npm run build -- -w"
|
79
|
-
}
|
80
|
-
|
81
|
-
}
|
80
|
+
}
|
81
|
+
}
|