twikoo 1.7.8 → 1.7.10

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.
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Twikoo v1.7.8
2
+ * Twikoo v1.7.10
3
3
  * (c) 2020-2026 iMaeGoo
4
4
  * Released under the MIT License.
5
- * Last Update: 5/6/2026, 12:17:37 AM
5
+ * Last Update: 5/28/2026, 3:18:35 AM
6
6
  */
7
7
 
8
8
  /*!
@@ -11,7 +11,7 @@
11
11
  * Released under the MIT License.
12
12
  */
13
13
 
14
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
14
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
15
15
 
16
16
  /**
17
17
  * Prism: Lightweight, robust, elegant syntax highlighting
@@ -25,8 +25,8 @@
25
25
  /**
26
26
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
27
27
  *
28
- * @version 0.11.0
28
+ * @version 0.11.1
29
29
  * @author Chen, Yi-Cyuan [emn178@gmail.com]
30
- * @copyright Chen, Yi-Cyuan 2014-2024
30
+ * @copyright Chen, Yi-Cyuan 2014-2025
31
31
  * @license MIT
32
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twikoo",
3
- "version": "1.7.8",
3
+ "version": "1.7.10",
4
4
  "description": "A simple comment system.",
5
5
  "keywords": [
6
6
  "twikoojs",
@@ -39,24 +39,24 @@
39
39
  "@babel/plugin-transform-runtime": "^7.16.0",
40
40
  "@babel/preset-env": "^7.16.0",
41
41
  "@babel/runtime": "^7.16.3",
42
- "@cloudbase/cli": "^1.9.5",
43
- "@cloudbase/js-sdk": "^1.7.1",
44
- "@fortawesome/fontawesome-free": "^5.15.4",
45
- "babel-loader": "^8.2.3",
42
+ "@cloudbase/cli": "^3.3.0",
43
+ "@cloudbase/js-sdk": "^3.3.10",
44
+ "@fortawesome/fontawesome-free": "^7.2.0",
45
+ "babel-loader": "^10.1.1",
46
46
  "blueimp-md5": "^2.19.0",
47
- "copy-webpack-plugin": "^9.0.1",
48
- "cross-env": "^7.0.3",
49
- "css-loader": "^6.5.1",
47
+ "copy-webpack-plugin": "^14.0.0",
48
+ "cross-env": "^10.1.0",
49
+ "css-loader": "^7.1.4",
50
50
  "element-ui": "^2.15.6",
51
51
  "eslint": "^8.2.0",
52
52
  "eslint-config-standard": "^16.0.3",
53
53
  "eslint-plugin-import": "^2.25.3",
54
54
  "eslint-plugin-node": "^11.1.0",
55
55
  "eslint-plugin-promise": "^5.1.1",
56
- "eslint-plugin-standard": "^4.1.0",
57
- "eslint-plugin-vue": "^8.0.3",
56
+ "eslint-plugin-standard": "^5.0.0",
57
+ "eslint-plugin-vue": "^9.33.0",
58
58
  "js-sha256": "^0.11.0",
59
- "marked": "^4.0.12",
59
+ "marked": "^18.0.4",
60
60
  "mini-css-extract-plugin": "^2.6.1",
61
61
  "owo": "^1.0.2",
62
62
  "prismjs": "^1.28.0",
@@ -66,8 +66,8 @@
66
66
  "vue-loader": "^15.9.8",
67
67
  "vue-template-compiler": "^2.6.14",
68
68
  "webpack": "^5.91.0",
69
- "webpack-bundle-analyzer": "^4.5.0",
70
- "webpack-cli": "^6.0.1",
69
+ "webpack-bundle-analyzer": "^5.3.0",
70
+ "webpack-cli": "^7.0.2",
71
71
  "webpack-dev-server": "^5.2.1"
72
72
  }
73
73
  }
@@ -9,6 +9,9 @@ MONGO_URL=
9
9
  # lokijs 数据库存储路径
10
10
  TWIKOO_DATA='./data'
11
11
 
12
+ # Host IP
13
+ TWIKOO_HOST=
14
+
12
15
  # 端口号
13
16
  TWIKOO_PORT=8080
14
17