@ocap/mcrypto 1.18.94 → 1.18.96

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -49,7 +49,7 @@ For full documentation, checkout [https://asset-chain.netlify.com](https://asset
49
49
 
50
50
  ### Signer
51
51
 
52
- * [`ed25519`](https://github.com/ArcBlock/asset-chain/commit/ed25519): tweetnacl
52
+ * [`ed25519`](https://github.com/ArcBlock/blockchain/commit/ed25519): tweetnacl
53
53
  * secp256k1: elliptic
54
54
 
55
55
  ### Crypter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/mcrypto",
3
- "version": "1.18.94",
3
+ "version": "1.18.96",
4
4
  "description": "Crypto lib that provides signer,crypter,hasher interface",
5
5
  "keywords": [
6
6
  "crypto",
@@ -19,7 +19,7 @@
19
19
  "contributors": [
20
20
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
21
21
  ],
22
- "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/mcrypto",
22
+ "homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/mcrypto",
23
23
  "license": "Apache-2.0",
24
24
  "main": "lib/index.js",
25
25
  "typings": "lib/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/ArcBlock/asset-chain.git"
43
+ "url": "git+https://github.com/ArcBlock/blockchain.git"
44
44
  },
45
45
  "scripts": {
46
46
  "lint": "eslint src tests",
@@ -54,10 +54,10 @@
54
54
  "build:watch": "npm run build -- -w"
55
55
  },
56
56
  "bugs": {
57
- "url": "https://github.com/ArcBlock/asset-chain/issues"
57
+ "url": "https://github.com/ArcBlock/blockchain/issues"
58
58
  },
59
59
  "dependencies": {
60
- "@ocap/util": "1.18.94",
60
+ "@ocap/util": "1.18.96",
61
61
  "bn.js": "5.2.1",
62
62
  "crypto-js": "^4.1.1",
63
63
  "elliptic": "^6.5.4",
@@ -72,5 +72,5 @@
72
72
  "bn.js": "5.2.1",
73
73
  "elliptic": "6.5.3"
74
74
  },
75
- "gitHead": "6e23a66fb0adcd1359e21b4fde180860b4c305b3"
75
+ "gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
76
76
  }