danoniplus 27.3.0 → 27.3.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 27.3.0`;
11
+ const g_version = `Ver 27.3.1`;
12
12
  const g_revisedDate = `2022/04/10`;
13
13
  const g_alphaVersion = ``;
14
14
 
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2022/04/10 (v27.3.0)
8
+ * Revised : 2022/04/10 (v27.3.1)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -3228,6 +3228,7 @@ const g_errMsgObj = {
3228
3228
  * - 挿入場所ごとに名前を分けて定義
3229
3229
  */
3230
3230
  const g_customJsObj = {
3231
+ preTitle: [],
3231
3232
  title: [],
3232
3233
  titleEnterFrame: [],
3233
3234
  option: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "27.3.0",
3
+ "version": "27.3.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {