@xpadev-net/niconicomments 0.2.43 → 0.2.44

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
@@ -72,7 +72,7 @@ declare let nicoScripts: nicoScript;
72
72
  declare const resetNicoScripts: () => void;
73
73
 
74
74
 
75
- import { IPlugin } from "@/@types/IPlugins";
75
+
76
76
  declare let plugins: IPlugin[];
77
77
  declare const setPlugins: (input: IPlugin[]) => void;
78
78
 
@@ -245,7 +245,7 @@ export interface IComment {
245
245
  draw: (vpos: number, showCollision: boolean, isDebug: boolean) => void;
246
246
  }
247
247
 
248
- import { formattedComment } from "@/@types/format.formatted";
248
+
249
249
 
250
250
  export interface IPluginConstructor {
251
251
  id: string;
@@ -257,7 +257,7 @@ export interface IPlugin {
257
257
  addComments(comments: formattedComment[]): void;
258
258
  }
259
259
 
260
- import { IPluginConstructor } from "@/@types/IPlugins";
260
+
261
261
 
262
262
  type configItem<T> = T | { html5: T; flash: T };
263
263
  type configSizeItem<T> = { big: T; medium: T; small: T };
package/dist/bundle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- niconicomments.js v0.2.43
2
+ niconicomments.js v0.2.44
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.43",
3
+ "version": "0.2.44",
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",