Skip to content

Commit 1c595e2

Browse files
authored
Merge pull request #90 from xpadev-net/develop
release: v0.2.68
2 parents 236b583 + 5884620 commit 1c595e2

19 files changed

+1095
-924
lines changed

docs/localize.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ const localize = {
7979
<td class="type">XMLDocument</td>
8080
<td>Pass XML parseFromString with DOMParser</td>
8181
</tr>
82+
<tr>
83+
<td>xml2js</td>
84+
<td class="type"><a href="./type/types/_types_format_xml2js.Xml2jsPacket.html">Xml2jsPacket</a></td>
85+
<td>Pass object parsed with xml2js</td>
86+
</tr>
8287
<tr>
8388
<td>formatted</td>
8489
<td class="type"><a href="./type/types/_types_format_formatted.formattedComment.html">formattedComment</a>[] |<a href="./type/types/_types_format_formatted.formattedLegacyComment.html">formattedLegacyComment</a>[]</td>
@@ -121,6 +126,11 @@ const localize = {
121126
<td class="type">XMLDocument</td>
122127
<td>saccubusやniconicome等が生成したXMLをDOMParserでparseFromStringしたものを渡してください<br>後方互換のためフォーマット名「niconicome」もサポートしていますが、今後予告なく実装から削除される場合があります</td>
123128
</tr>
129+
<tr>
130+
<td>xml2js</td>
131+
<td class="type"><a href="./type/types/_types_format_xml2js.Xml2jsPacket.html">Xml2jsPacket</a></td>
132+
<td>xml形式のコメントをxml2jsでパースしたオブジェクトを渡してください</td>
133+
</tr>
124134
<tr>
125135
<td>formatted</td>
126136
<td class="type"><a href="./type/types/_types_format_formatted.formattedComment.html">formattedComment</a>[] |<a href="./type/types/_types_format_formatted.formattedLegacyComment.html">formattedLegacyComment</a>[]</td>

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpadev-net/niconicomments",
3-
"version": "0.2.67",
3+
"version": "0.2.68",
44
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
55
"main": "dist/bundle.js",
66
"types": "dist/bundle.d.ts",
@@ -44,35 +44,35 @@
4444
"homepage": "https://xpadev-net.github.io/niconicomments/",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@babel/core": "^7.23.5",
48-
"@babel/preset-env": "^7.23.5",
47+
"@babel/core": "^7.23.7",
48+
"@babel/preset-env": "^7.23.7",
4949
"@playwright/test": "^1.40.1",
5050
"@rollup/plugin-babel": "^6.0.4",
5151
"@rollup/plugin-commonjs": "^25.0.7",
52-
"@rollup/plugin-json": "^6.0.1",
52+
"@rollup/plugin-json": "^6.1.0",
5353
"@rollup/plugin-node-resolve": "^15.2.3",
5454
"@rollup/plugin-typescript": "^11.1.5",
55-
"@types/node": "^20.10.3",
56-
"@typescript-eslint/eslint-plugin": "^6.13.2",
57-
"@typescript-eslint/parser": "^6.13.2",
55+
"@types/node": "^20.10.6",
56+
"@typescript-eslint/eslint-plugin": "^6.17.0",
57+
"@typescript-eslint/parser": "^6.17.0",
5858
"copyfiles": "^2.4.1",
59-
"dts-bundle-generator": "^9.0.0",
60-
"eslint": "^8.55.0",
59+
"dts-bundle-generator": "^9.2.1",
60+
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
62-
"eslint-plugin-jsdoc": "^46.9.0",
62+
"eslint-plugin-jsdoc": "^48.0.2",
6363
"eslint-plugin-simple-import-sort": "^10.0.0",
6464
"http-server": "^14.1.1",
6565
"husky": "^8.0.3",
6666
"lint-staged": "^15.2.0",
67-
"prettier": "^3.1.0",
67+
"prettier": "^3.1.1",
6868
"rimraf": "^5.0.5",
69-
"rollup": "^4.6.1",
69+
"rollup": "^4.9.2",
7070
"rollup-plugin-dts": "^6.1.0",
71-
"rollup-plugin-typescript-paths": "^1.4.0",
71+
"rollup-plugin-typescript-paths": "^1.5.0",
7272
"tslib": "^2.6.2",
73-
"typedoc": "^0.25.4",
73+
"typedoc": "^0.25.6",
7474
"typedoc-plugin-missing-exports": "^2.1.0",
75-
"typescript": "^5.3.2",
76-
"valibot": "^0.22.0"
75+
"typescript": "^5.3.3",
76+
"valibot": "^0.25.0"
7777
}
7878
}

0 commit comments

Comments
 (0)