twikoo 1.7.12 → 1.7.14

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,16 @@
1
1
  /*!
2
- * Twikoo v1.7.12
2
+ * OwO v1.0.2
3
+ * Source: https://github.com/DIYgod/OwO/blob/master/src/OwO.js
4
+ * Author: DIYgod
5
+ * Modified by: iMaeGoo
6
+ * Released under the MIT License.
7
+ */
8
+
9
+ /*!
10
+ * Twikoo v1.7.14
3
11
  * (c) 2020-2026 iMaeGoo
4
12
  * Released under the MIT License.
5
- * Last Update: 6/16/2026, 8:28:14 AM
13
+ * Last Update: 7/7/2026, 12:22:43 PM
6
14
  */
7
15
 
8
16
  /*!
@@ -13,7 +21,13 @@
13
21
 
14
22
  /*! For license information please see index.js.LICENSE.txt */
15
23
 
16
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
24
+ /**
25
+ * @license
26
+ * web-streams-polyfill v4.2.0
27
+ * Copyright 2025 Mattias Buelens, Diwank Singh Tomer and other contributors.
28
+ * This code is released under the MIT license.
29
+ * SPDX-License-Identifier: MIT
30
+ */
17
31
 
18
32
  /**
19
33
  * Prism: Lightweight, robust, elegant syntax highlighting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twikoo",
3
- "version": "1.7.12",
3
+ "version": "1.7.14",
4
4
  "description": "A simple comment system.",
5
5
  "keywords": [
6
6
  "twikoojs",
@@ -33,12 +33,12 @@
33
33
  "docs:build": "cd docs && yarn docs:build"
34
34
  },
35
35
  "devDependencies": {
36
- "@babel/cli": "^7.16.0",
37
- "@babel/core": "^7.16.0",
38
- "@babel/plugin-transform-modules-commonjs": "^7.16.0",
39
- "@babel/plugin-transform-runtime": "^7.16.0",
40
- "@babel/preset-env": "^7.16.0",
41
- "@babel/runtime": "^7.16.3",
36
+ "@babel/cli": "^8.0.0",
37
+ "@babel/core": "^8.0.0",
38
+ "@babel/plugin-transform-modules-commonjs": "^8.0.0",
39
+ "@babel/plugin-transform-runtime": "^8.0.0",
40
+ "@babel/preset-env": "^8.0.0",
41
+ "@babel/runtime": "^8.0.0",
42
42
  "@cloudbase/cli": "^3.3.0",
43
43
  "@cloudbase/js-sdk": "^3.3.10",
44
44
  "@fortawesome/fontawesome-free": "^7.2.0",
@@ -60,10 +60,11 @@
60
60
  "terser-webpack-plugin": "^5.2.5",
61
61
  "vue": "^2.6.14",
62
62
  "vue-loader": "^15.9.8",
63
+ "vue-style-loader": "^4.1.3",
63
64
  "vue-template-compiler": "^2.6.14",
64
65
  "webpack": "^5.91.0",
65
66
  "webpack-bundle-analyzer": "^5.3.0",
66
67
  "webpack-cli": "^7.0.2",
67
- "webpack-dev-server": "^5.2.1"
68
+ "webpack-dev-server": "^6.0.0"
68
69
  }
69
70
  }