@ocap/tx-util 1.16.8 → 1.16.9
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 -4
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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 parse forge config
|
|
8
8
|
|
|
@@ -38,6 +38,6 @@ For full documentation, checkout [https://asset-chain.netlify.com](https://asset
|
|
|
38
38
|
|
|
39
39
|
## Contributors
|
|
40
40
|
|
|
41
|
-
| Name | Website
|
|
42
|
-
| -------------- |
|
|
43
|
-
| **wangshijun** | <https://
|
|
41
|
+
| Name | Website |
|
|
42
|
+
| -------------- | ------------------------------- |
|
|
43
|
+
| **wangshijun** | <https://github.com/wangshijun> |
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/tx-util",
|
|
3
3
|
"description": "Utility to work with forge transactions",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.9",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
8
8
|
"url": "https://github.com/wangshijun"
|
|
9
9
|
},
|
|
10
|
+
"contributors": [
|
|
11
|
+
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
|
12
|
+
],
|
|
10
13
|
"bugs": {
|
|
11
14
|
"url": "https://github.com/ArcBlock/asset-chain/issues",
|
|
12
15
|
"email": "shijun@arcblock.io"
|
|
@@ -15,19 +18,18 @@
|
|
|
15
18
|
"access": "public"
|
|
16
19
|
},
|
|
17
20
|
"dependencies": {
|
|
18
|
-
"@ocap/client": "1.16.
|
|
21
|
+
"@ocap/client": "1.16.9",
|
|
19
22
|
"debug": "^4.3.3"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
25
|
"jest": "^27.3.1",
|
|
23
|
-
"remark-cli": "^
|
|
24
|
-
"remark-preset-github": "^
|
|
26
|
+
"remark-cli": "^10.0.1",
|
|
27
|
+
"remark-preset-github": "^4.0.1"
|
|
25
28
|
},
|
|
26
29
|
"remarkConfig": {
|
|
27
30
|
"plugins": [
|
|
28
31
|
"preset-github",
|
|
29
32
|
[
|
|
30
|
-
"validate-links",
|
|
31
33
|
{
|
|
32
34
|
"repository": "ArcBlock/asset-chain"
|
|
33
35
|
}
|
|
@@ -36,7 +38,6 @@
|
|
|
36
38
|
},
|
|
37
39
|
"homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/tx-util",
|
|
38
40
|
"keywords": [
|
|
39
|
-
"forge",
|
|
40
41
|
"blockchain",
|
|
41
42
|
"arcblock",
|
|
42
43
|
"sdk",
|
|
@@ -62,5 +63,5 @@
|
|
|
62
63
|
"test": "jest --forceExit --detectOpenHandles",
|
|
63
64
|
"coverage": "yarn test -- --coverage"
|
|
64
65
|
},
|
|
65
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
|
|
66
67
|
}
|