tkserver 1.6.18 → 1.6.19
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/index.js +1 -1
- package/mongo.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -148,7 +148,7 @@ module.exports = async (request, response) => {
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
} catch (e) {
|
|
151
|
-
logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/
|
|
151
|
+
logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/twikoojs/twikoo/issues')
|
|
152
152
|
logger.error('请求参数:', event)
|
|
153
153
|
logger.error('错误信息:', e)
|
|
154
154
|
res.code = RES_CODE.FAIL
|
package/mongo.js
CHANGED
|
@@ -145,7 +145,7 @@ module.exports = async (request, response) => {
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
} catch (e) {
|
|
148
|
-
logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/
|
|
148
|
+
logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/twikoojs/twikoo/issues')
|
|
149
149
|
logger.error('请求参数:', event)
|
|
150
150
|
logger.error('错误信息:', e)
|
|
151
151
|
res.code = RES_CODE.FAIL
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tkserver",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.19",
|
|
4
4
|
"description": "A simple comment system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"twikoo",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/twikoojs/twikoo.git"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://twikoo.js.org",
|
|
26
26
|
"publishConfig": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"get-user-ip": "^1.0.1",
|
|
32
32
|
"lokijs": "^1.5.12",
|
|
33
33
|
"mongodb": "^3.6.3",
|
|
34
|
-
"twikoo-func": "1.6.
|
|
34
|
+
"twikoo-func": "1.6.19",
|
|
35
35
|
"uuid": "^8.3.2"
|
|
36
36
|
}
|
|
37
37
|
}
|