diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9742151..c96f436 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
# 更新日志
-## 2023.01.15 v1.1.0 更新日志
+## 2023.01.17 v1.1.0 更新日志
1. 提升加密安全:`AES-256-CBC => AES-256-GCM`
-## 2023.01.15 v1.0.1 更新日志
+## 2023.01.16 v1.0.1 更新日志
1. 完善文档
diff --git a/docs/README.md b/docs/README.md
index 79a6dd0..3ee59a4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,4 @@
-index.md - v1.0.0 / [Exports](modules.md)
+index.md - v1.1.0 / [Exports](modules.md)
@@ -10,8 +10,6 @@ index.md - v1.0.0 / [Exports](modules.md)
[![Codacy Badge][codacy-image]][codacy-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
-[![npm download][download-image]][download-url]
-[![gzip][gzip-image]][gzip-url]
[![License][license-image]][license-url]
[![Sonar][sonar-image]][sonar-url]
@@ -103,11 +101,7 @@ Please open an issue [here](https://github.com/saqqdy/node-wxcrypto/issues).
[travis-url]: https://travis-ci.com/saqqdy/node-wxcrypto
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/node-wxcrypto.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/node-wxcrypto?branch=master
-[download-image]: https://img.shields.io/npm/dm/node-wxcrypto.svg?style=flat-square
-[download-url]: https://npmjs.org/package/node-wxcrypto
-[gzip-image]: http://img.badgesize.io/https://unpkg.com/node-wxcrypto/lib/index.js?compression=gzip&label=gzip%20size:%20JS
-[gzip-url]: http://img.badgesize.io/https://unpkg.com/node-wxcrypto/lib/index.js?compression=gzip&label=gzip%20size:%20JS
-[license-image]: https://img.shields.io/badge/License-MIT-yellow.svg
+[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE
[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_node-wxcrypto
[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_node-wxcrypto
diff --git a/docs/classes/WxCrypto.md b/docs/classes/WxCrypto.md
index f1083c7..43f9538 100644
--- a/docs/classes/WxCrypto.md
+++ b/docs/classes/WxCrypto.md
@@ -1,4 +1,4 @@
-[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / WxCrypto
+[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / WxCrypto
# Class: WxCrypto
@@ -49,7 +49,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
#### Defined in
-[src/index.ts:62](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L62)
+[src/index.ts:62](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L62)
## Properties
@@ -59,7 +59,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
#### Defined in
-[src/index.ts:61](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L61)
+[src/index.ts:61](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L61)
---
@@ -69,7 +69,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
#### Defined in
-[src/index.ts:60](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L60)
+[src/index.ts:60](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L60)
---
@@ -79,7 +79,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
#### Defined in
-[src/index.ts:59](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L59)
+[src/index.ts:59](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L59)
---
@@ -89,7 +89,7 @@ var [err, decryptedXML] = wx.decrypt(signature, timestamp, nonce, encrypted);
#### Defined in
-[src/index.ts:58](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L58)
+[src/index.ts:58](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L58)
## Methods
@@ -115,7 +115,7 @@ xml - xmData, eg. { ComponentVerifyTicket: 'xxxx', ..., AppId: 'xxxx' }
#### Defined in
-[src/index.ts:121](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L121)
+[src/index.ts:121](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L121)
---
@@ -140,4 +140,4 @@ encrypt - encrypt string, eg. oVMc1Y6qP86YfAa.../QGgk503Q68Q==
#### Defined in
-[src/index.ts:93](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L93)
+[src/index.ts:93](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L93)
diff --git a/docs/interfaces/BuildXMLOptions.md b/docs/interfaces/BuildXMLOptions.md
index 54757e2..d043645 100644
--- a/docs/interfaces/BuildXMLOptions.md
+++ b/docs/interfaces/BuildXMLOptions.md
@@ -1,4 +1,4 @@
-[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / BuildXMLOptions
+[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / BuildXMLOptions
# Interface: BuildXMLOptions
@@ -62,7 +62,7 @@ BuilderOptions.cdata
#### Defined in
-[src/xml.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L13)
+[src/xml.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L13)
---
@@ -104,7 +104,7 @@ BuilderOptions.headless
#### Defined in
-[src/xml.ts:14](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L14)
+[src/xml.ts:14](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L14)
---
@@ -132,7 +132,7 @@ BuilderOptions.rootName
#### Defined in
-[src/xml.ts:15](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L15)
+[src/xml.ts:15](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L15)
---
diff --git a/docs/interfaces/WeixinMessageData.md b/docs/interfaces/WeixinMessageData.md
index ab59757..d5375d0 100644
--- a/docs/interfaces/WeixinMessageData.md
+++ b/docs/interfaces/WeixinMessageData.md
@@ -1,4 +1,4 @@
-[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / WeixinMessageData
+[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / WeixinMessageData
# Interface: WeixinMessageData
@@ -24,7 +24,7 @@
#### Defined in
-[src/index.ts:31](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L31)
+[src/index.ts:31](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L31)
---
@@ -34,7 +34,7 @@
#### Defined in
-[src/index.ts:32](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L32)
+[src/index.ts:32](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L32)
---
@@ -44,4 +44,4 @@
#### Defined in
-[src/index.ts:33](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L33)
+[src/index.ts:33](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L33)
diff --git a/docs/interfaces/WeixinVerifyData.md b/docs/interfaces/WeixinVerifyData.md
index 40612fe..e85ff72 100644
--- a/docs/interfaces/WeixinVerifyData.md
+++ b/docs/interfaces/WeixinVerifyData.md
@@ -1,4 +1,4 @@
-[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / WeixinVerifyData
+[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / WeixinVerifyData
# Interface: WeixinVerifyData
@@ -16,4 +16,4 @@
#### Defined in
-[src/index.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L13)
+[src/index.ts:13](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L13)
diff --git a/docs/interfaces/withXMLProp.md b/docs/interfaces/withXMLProp.md
index f21ff57..1a0fc3a 100644
--- a/docs/interfaces/withXMLProp.md
+++ b/docs/interfaces/withXMLProp.md
@@ -1,4 +1,4 @@
-[index.md - v1.0.0](../README.md) / [Exports](../modules.md) / withXMLProp
+[index.md - v1.1.0](../README.md) / [Exports](../modules.md) / withXMLProp
# Interface: withXMLProp
@@ -22,4 +22,4 @@
#### Defined in
-[src/index.ts:9](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L9)
+[src/index.ts:9](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L9)
diff --git a/docs/modules.md b/docs/modules.md
index 804ec8d..6ea229f 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -1,6 +1,6 @@
-[index.md - v1.0.0](README.md) / Exports
+[index.md - v1.1.0](README.md) / Exports
-# index.md - v1.0.0
+# index.md - v1.1.0
## Table of contents
@@ -46,7 +46,7 @@ Renames and re-exports [WxCrypto](classes/WxCrypto.md)
#### Defined in
-[src/index.ts:22](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L22)
+[src/index.ts:22](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L22)
---
@@ -56,7 +56,7 @@ Renames and re-exports [WxCrypto](classes/WxCrypto.md)
#### Defined in
-[src/index.ts:37](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L37)
+[src/index.ts:37](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L37)
## Functions
@@ -105,7 +105,7 @@ str - return Buffer
#### Defined in
-[src/aes256.ts:52](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/aes256.ts#L52)
+[src/aes256.ts:52](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/aes256.ts#L52)
---
@@ -158,7 +158,7 @@ str - return string
#### Defined in
-[src/aes256.ts:23](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/aes256.ts#L23)
+[src/aes256.ts:23](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/aes256.ts#L23)
---
@@ -183,7 +183,7 @@ result - xmlString
#### Defined in
-[src/xml.ts:60](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L60)
+[src/xml.ts:60](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L60)
---
@@ -208,7 +208,7 @@ result - xml object
#### Defined in
-[src/xml.ts:25](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L25)
+[src/xml.ts:25](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L25)
---
@@ -232,4 +232,4 @@ str - 返回加密后的字符串
#### Defined in
-[src/sha1.ts:11](https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/sha1.ts#L11)
+[src/sha1.ts:11](https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/sha1.ts#L11)
diff --git a/docs/out.json b/docs/out.json
index f4f9aee..2c0ed6b 100644
--- a/docs/out.json
+++ b/docs/out.json
@@ -1,6 +1,6 @@
{
"id": 0,
- "name": "index.md - v1.0.0",
+ "name": "index.md - v1.1.0",
"kind": 1,
"kindString": "Project",
"flags": {},
@@ -17,7 +17,7 @@
"fileName": "src/index.ts",
"line": 152,
"character": 13,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L152"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L152"
}
],
"target": 23
@@ -59,7 +59,7 @@
"fileName": "src/index.ts",
"line": 62,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L62"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L62"
}
],
"signatures": [
@@ -123,7 +123,7 @@
"fileName": "src/index.ts",
"line": 61,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L61"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L61"
}
],
"type": {
@@ -142,7 +142,7 @@
"fileName": "src/index.ts",
"line": 60,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L60"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L60"
}
],
"type": {
@@ -163,7 +163,7 @@
"fileName": "src/index.ts",
"line": 59,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L59"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L59"
}
],
"type": {
@@ -184,7 +184,7 @@
"fileName": "src/index.ts",
"line": 58,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L58"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L58"
}
],
"type": {
@@ -203,7 +203,7 @@
"fileName": "src/index.ts",
"line": 121,
"character": 7,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L121"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L121"
}
],
"signatures": [
@@ -335,7 +335,7 @@
"fileName": "src/index.ts",
"line": 93,
"character": 7,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L93"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L93"
}
],
"signatures": [
@@ -442,7 +442,7 @@
"fileName": "src/index.ts",
"line": 57,
"character": 6,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L57"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L57"
}
]
},
@@ -514,7 +514,7 @@
"fileName": "src/xml.ts",
"line": 13,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L13"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L13"
}
],
"type": {
@@ -587,7 +587,7 @@
"fileName": "src/xml.ts",
"line": 14,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L14"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L14"
}
],
"type": {
@@ -637,7 +637,7 @@
"fileName": "src/xml.ts",
"line": 15,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L15"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L15"
}
],
"type": {
@@ -698,7 +698,7 @@
"fileName": "src/xml.ts",
"line": 12,
"character": 17,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L12"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L12"
}
],
"extendedTypes": [
@@ -728,7 +728,7 @@
"fileName": "src/index.ts",
"line": 31,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L31"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L31"
}
],
"type": {
@@ -747,7 +747,7 @@
"fileName": "src/index.ts",
"line": 32,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L32"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L32"
}
],
"type": {
@@ -766,7 +766,7 @@
"fileName": "src/index.ts",
"line": 33,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L33"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L33"
}
],
"type": {
@@ -790,7 +790,7 @@
"fileName": "src/index.ts",
"line": 30,
"character": 17,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L30"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L30"
}
],
"extendedTypes": [
@@ -830,7 +830,7 @@
"fileName": "src/index.ts",
"line": 13,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L13"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L13"
}
],
"type": {
@@ -872,7 +872,7 @@
"fileName": "src/index.ts",
"line": 14,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L14"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L14"
}
],
"type": {
@@ -893,7 +893,7 @@
"fileName": "src/index.ts",
"line": 17,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L17"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L17"
}
],
"type": {
@@ -912,7 +912,7 @@
"fileName": "src/index.ts",
"line": 15,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L15"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L15"
}
],
"type": {
@@ -931,7 +931,7 @@
"fileName": "src/index.ts",
"line": 16,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L16"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L16"
}
],
"type": {
@@ -956,7 +956,7 @@
"fileName": "src/index.ts",
"line": 13,
"character": 32,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L13"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L13"
}
]
}
@@ -978,7 +978,7 @@
"fileName": "src/index.ts",
"line": 12,
"character": 17,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L12"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L12"
}
]
},
@@ -1000,7 +1000,7 @@
"fileName": "src/index.ts",
"line": 9,
"character": 1,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L9"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L9"
}
],
"type": {
@@ -1023,7 +1023,7 @@
"fileName": "src/index.ts",
"line": 8,
"character": 17,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L8"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L8"
}
],
"typeParameters": [
@@ -1047,7 +1047,7 @@
"fileName": "src/index.ts",
"line": 22,
"character": 12,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L22"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L22"
}
],
"type": {
@@ -1093,7 +1093,7 @@
"fileName": "src/index.ts",
"line": 25,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L25"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L25"
}
],
"type": {
@@ -1112,7 +1112,7 @@
"fileName": "src/index.ts",
"line": 24,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L24"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L24"
}
],
"type": {
@@ -1135,7 +1135,7 @@
"fileName": "src/index.ts",
"line": 23,
"character": 27,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L23"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L23"
}
]
}
@@ -1157,7 +1157,7 @@
"fileName": "src/index.ts",
"line": 37,
"character": 12,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L37"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L37"
}
],
"type": {
@@ -1194,7 +1194,7 @@
"fileName": "src/index.ts",
"line": 40,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L40"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L40"
}
],
"type": {
@@ -1213,7 +1213,7 @@
"fileName": "src/index.ts",
"line": 39,
"character": 2,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L39"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L39"
}
],
"type": {
@@ -1236,7 +1236,7 @@
"fileName": "src/index.ts",
"line": 38,
"character": 21,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L38"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L38"
}
]
}
@@ -1258,7 +1258,7 @@
"fileName": "src/aes256.ts",
"line": 52,
"character": 13,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/aes256.ts#L52"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/aes256.ts#L52"
}
],
"signatures": [
@@ -1443,7 +1443,7 @@
"fileName": "src/aes256.ts",
"line": 23,
"character": 13,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/aes256.ts#L23"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/aes256.ts#L23"
}
],
"signatures": [
@@ -1651,7 +1651,7 @@
"fileName": "src/xml.ts",
"line": 60,
"character": 13,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L60"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L60"
}
],
"signatures": [
@@ -1761,7 +1761,7 @@
"fileName": "src/xml.ts",
"line": 25,
"character": 13,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/xml.ts#L25"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/xml.ts#L25"
}
],
"signatures": [
@@ -1861,7 +1861,7 @@
"fileName": "src/sha1.ts",
"line": 11,
"character": 6,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/sha1.ts#L11"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/sha1.ts#L11"
}
],
"signatures": [
@@ -1969,7 +1969,7 @@
"fileName": "src/index.ts",
"line": 1,
"character": 0,
- "url": "https://github.com/saqqdy/node-wxcrypto/blob/570bce7/src/index.ts#L1"
+ "url": "https://github.com/saqqdy/node-wxcrypto/blob/5cecde6/src/index.ts#L1"
}
]
}
\ No newline at end of file