danoniplus 41.4.0 → 41.4.1

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/js/danoni_main.js CHANGED
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 41.4.0`;
11
+ const g_version = `Ver 41.4.1`;
12
12
  const g_revisedDate = `2025/05/17`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -1102,7 +1102,7 @@ const loadMultipleFiles2 = async (_fileData, _loadType) => {
1102
1102
  await Promise.all(_fileData.map(async filePart => {
1103
1103
 
1104
1104
  // ファイルが属するドメインがリモートの場合は、キャッシュが使えるようにする
1105
- const urlCacheName = listMatching(filePart[1], g_referenceDomains, { prefix: `^`, suffix: `$` })
1105
+ const urlCacheName = listMatching(filePart[1], g_referenceDomains)
1106
1106
  ? g_versionForUrl : g_randTime;
1107
1107
  const filePath = `${filePart[1]}${filePart[0]}?${urlCacheName}`;
1108
1108
  if (filePart[0].endsWith(`.css`)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "41.4.0",
3
+ "version": "41.4.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "scripts": {