@ocap/asset 1.20.1 → 1.20.3

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.
Files changed (2) hide show
  1. package/README.md +4 -7
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -2,26 +2,23 @@
2
2
 
3
3
  [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
4
4
  [![docs](https://img.shields.io/badge/powered%20by-arcblock-green.svg)](https://docs.arcblock.io)
5
- [![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge\&utm_medium=badge\&utm_campaign=pr-badge)
5
+ [![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](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
- * [Install](#install)
13
- * [Usage](#usage)
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
- yarn add @ocap/asset
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.1",
4
+ "version": "1.20.3",
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.1",
22
- "@arcblock/did-util": "1.20.1",
23
- "@arcblock/validator": "1.20.1",
24
- "@arcblock/vc": "1.20.1",
25
- "@ocap/contract": "1.20.1",
26
- "@ocap/mcrypto": "1.20.1",
27
- "@ocap/types": "1.20.1",
28
- "@ocap/util": "1.20.1",
29
- "@ocap/wallet": "1.20.1",
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.3",
28
+ "@arcblock/did-util": "1.20.3",
29
+ "@arcblock/vc": "1.20.3",
30
+ "@ocap/contract": "1.20.3",
31
+ "@ocap/mcrypto": "1.20.3",
32
+ "@ocap/types": "1.20.3",
33
+ "@ocap/util": "1.20.3",
34
+ "@arcblock/validator": "1.20.3",
35
+ "@ocap/wallet": "1.20.3"
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
- "gitHead": "f73bddbe4b86106fd348e43ce9e19a626acdc9f6"
81
- }
80
+ }
81
+ }