@xpadev-net/niconicomments 0.2.57 → 0.2.58

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.d.ts CHANGED
@@ -532,6 +532,7 @@ type FormattedCommentWithFont = {
532
532
  flash: boolean;
533
533
  lineCount: number;
534
534
  lineOffset: number;
535
+ is_my_post: boolean;
535
536
  button?: ButtonParams;
536
537
  };
537
538
  type FormattedCommentWithSize = FormattedCommentWithFont & {
package/dist/bundle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- niconicomments.js v0.2.57
2
+ niconicomments.js v0.2.58
3
3
  (c) 2021 xpadev-net https://xpadev.net
4
4
  Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpadev-net/niconicomments",
3
- "version": "0.2.57",
3
+ "version": "0.2.58",
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/bundle.d.ts",