twikoo-func 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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -142,7 +142,7 @@ exports.main = async (event, context) => {
142
142
  }
143
143
  }
144
144
  } catch (e) {
145
- logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/imaegoo/twikoo/issues')
145
+ logger.error('Twikoo 遇到错误,请参考以下错误信息。如有疑问,请反馈至 https://github.com/twikoojs/twikoo/issues')
146
146
  logger.error('请求参数:', event)
147
147
  logger.error('错误信息:', e)
148
148
  res.code = RES_CODE.FAIL
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "twikoo-func",
3
- "version": "1.6.18",
3
+ "version": "1.6.19",
4
4
  "description": "A simple comment system.",
5
5
  "author": "imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)",
6
6
  "license": "MIT",
7
7
  "main": "index.js",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/imaegoo/twikoo.git"
10
+ "url": "https://github.com/twikoojs/twikoo.git"
11
11
  },
12
12
  "homepage": "https://twikoo.js.org",
13
13
  "dependencies": {