twikoo 1.7.11 → 1.7.13
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/dist/twikoo.all.min.js +1 -1
- package/dist/twikoo.all.min.js.LICENSE.txt +19 -3
- package/dist/twikoo.css +2 -2
- package/dist/twikoo.min.js +1 -1
- package/dist/twikoo.min.js.LICENSE.txt +10 -4
- package/dist/twikoo.nocss.js +1 -1
- package/dist/twikoo.nocss.js.LICENSE.txt +19 -3
- package/package.json +10 -14
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
*
|
|
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.13
|
|
3
11
|
* (c) 2020-2026 iMaeGoo
|
|
4
12
|
* Released under the MIT License.
|
|
5
|
-
* Last Update:
|
|
13
|
+
* Last Update: 6/22/2026, 1:02:02 AM
|
|
6
14
|
*/
|
|
7
15
|
|
|
8
16
|
/*!
|
|
@@ -11,7 +19,15 @@
|
|
|
11
19
|
* Released under the MIT License.
|
|
12
20
|
*/
|
|
13
21
|
|
|
14
|
-
/*!
|
|
22
|
+
/*! For license information please see index.js.LICENSE.txt */
|
|
23
|
+
|
|
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
|
+
*/
|
|
15
31
|
|
|
16
32
|
/**
|
|
17
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.
|
|
3
|
+
"version": "1.7.13",
|
|
4
4
|
"description": "A simple comment system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"twikoojs",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"login": "tcb login",
|
|
29
29
|
"logout": "tcb logout",
|
|
30
30
|
"deploy": "tcb fn deploy twikoo --force",
|
|
31
|
-
"lint": "eslint src/**
|
|
31
|
+
"lint": "eslint src/**",
|
|
32
32
|
"docs:dev": "cd docs && yarn docs:dev",
|
|
33
33
|
"docs:build": "cd docs && yarn docs:build"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/cli": "^
|
|
37
|
-
"@babel/core": "^
|
|
38
|
-
"@babel/plugin-transform-modules-commonjs": "^
|
|
39
|
-
"@babel/plugin-transform-runtime": "^
|
|
40
|
-
"@babel/preset-env": "^
|
|
41
|
-
"@babel/runtime": "^
|
|
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",
|
|
@@ -48,13 +48,9 @@
|
|
|
48
48
|
"cross-env": "^10.1.0",
|
|
49
49
|
"css-loader": "^7.1.4",
|
|
50
50
|
"element-ui": "^2.15.6",
|
|
51
|
-
"eslint": "^8.
|
|
52
|
-
"eslint-config-standard": "^16.0.3",
|
|
53
|
-
"eslint-plugin-import": "^2.25.3",
|
|
54
|
-
"eslint-plugin-node": "^11.1.0",
|
|
55
|
-
"eslint-plugin-promise": "^5.1.1",
|
|
56
|
-
"eslint-plugin-standard": "^5.0.0",
|
|
51
|
+
"eslint": "^9.8.0",
|
|
57
52
|
"eslint-plugin-vue": "^9.33.0",
|
|
53
|
+
"neostandard": "^0.13.0",
|
|
58
54
|
"js-sha256": "^0.11.0",
|
|
59
55
|
"marked": "^18.0.4",
|
|
60
56
|
"mini-css-extract-plugin": "^2.6.1",
|