@xpadev-net/niconicomments 0.2.23 → 0.2.24
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/bundle.js +2 -9
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
niconicomments.js v0.2.
|
|
2
|
+
niconicomments.js v0.2.24
|
|
3
3
|
(c) 2021 xpadev-net https://xpadev.net
|
|
4
4
|
Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -106,14 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
apiChat: function (i) {
|
|
108
108
|
return typeof i === "object" &&
|
|
109
|
-
typeVerify(i, [
|
|
110
|
-
"content",
|
|
111
|
-
"date",
|
|
112
|
-
"date_usec",
|
|
113
|
-
"no",
|
|
114
|
-
"thread",
|
|
115
|
-
"vpos",
|
|
116
|
-
]);
|
|
109
|
+
typeVerify(i, ["content", "date", "no", "thread", "vpos"]);
|
|
117
110
|
},
|
|
118
111
|
apiGlobalNumRes: function (i) {
|
|
119
112
|
return typeVerify(i, ["num_res", "thread"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xpadev-net/niconicomments",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.24",
|
|
4
4
|
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
|
|
5
5
|
"main": "dist/bundle.js",
|
|
6
6
|
"types": "dist/dts/types.d.ts",
|