@wwawing/loader 3.13.0-acorn-statement.based-on.3.12.3.p.5 → 3.13.0-acorn-statement.based-on.3.12.4
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/LICENSE +1 -1
- package/lib/core/index.js +1 -1
- package/lib/core/map-data-client/BrowserMapDataClient.js +1 -1
- package/lib/core/map-data-client/NodeLocalMapDataClient.js +1 -1
- package/lib/core/text-loader/index.js +1 -0
- package/lib/infra/index.js +2 -2
- package/module/core/index.js +1 -1
- package/module/core/map-data-client/BrowserMapDataClient.js +1 -1
- package/module/core/map-data-client/NodeLocalMapDataClient.js +1 -1
- package/module/core/text-loader/index.js +1 -0
- package/module/infra/index.js +2 -2
- package/package.json +8 -8
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 1996-2015 NAO
|
|
4
|
-
Copyright (c) 2015-
|
|
4
|
+
Copyright (c) 2015-2023 WWA Wing Team
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/lib/core/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14
14
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
15
|
function step(op) {
|
|
16
16
|
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
-
while (_) try {
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
18
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
19
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
20
|
switch (op[0]) {
|
|
@@ -29,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
30
30
|
function step(op) {
|
|
31
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
32
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
33
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
34
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
35
35
|
switch (op[0]) {
|
|
@@ -29,7 +29,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
29
29
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
30
30
|
function step(op) {
|
|
31
31
|
if (f) throw new TypeError("Generator is already executing.");
|
|
32
|
-
while (_) try {
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
33
33
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
34
34
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
35
35
|
switch (op[0]) {
|
|
@@ -126,6 +126,7 @@ var TextLoader = (function () {
|
|
|
126
126
|
wwaData.isVisibleStatusDefence = true;
|
|
127
127
|
wwaData.isVisibleStatusGold = true;
|
|
128
128
|
wwaData.gameOverPolicy = "default";
|
|
129
|
+
wwaData.bgmDelayDurationMs = 0;
|
|
129
130
|
return wwaData;
|
|
130
131
|
};
|
|
131
132
|
TextLoader.prototype.getMessageFromData = function () {
|
package/lib/infra/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createDefaultWWAData = exports.LoadStage = exports.PartsType = exports.LoaderProgress = exports.LoaderError = exports.WWAConsts = void 0;
|
|
4
|
-
var WWAConsts = (function () {
|
|
4
|
+
var WWAConsts = exports.WWAConsts = (function () {
|
|
5
5
|
function WWAConsts() {
|
|
6
6
|
}
|
|
7
7
|
WWAConsts.ITEMBOX_SIZE = 12;
|
|
@@ -57,7 +57,6 @@ var WWAConsts = (function () {
|
|
|
57
57
|
WWAConsts.USER_VAR_NUM = 256;
|
|
58
58
|
return WWAConsts;
|
|
59
59
|
}());
|
|
60
|
-
exports.WWAConsts = WWAConsts;
|
|
61
60
|
var LoaderError = (function () {
|
|
62
61
|
function LoaderError() {
|
|
63
62
|
}
|
|
@@ -176,6 +175,7 @@ function createDefaultWWAData() {
|
|
|
176
175
|
isVisibleStatusGold: undefined,
|
|
177
176
|
isGameOverDisabled: undefined,
|
|
178
177
|
gameOverPolicy: "default",
|
|
178
|
+
bgmDelayDurationMs: undefined,
|
|
179
179
|
};
|
|
180
180
|
}
|
|
181
181
|
exports.createDefaultWWAData = createDefaultWWAData;
|
package/module/core/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13
13
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
14
|
function step(op) {
|
|
15
15
|
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
-
while (_) try {
|
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
17
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
18
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
19
|
switch (op[0]) {
|
|
@@ -28,7 +28,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28
28
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29
29
|
function step(op) {
|
|
30
30
|
if (f) throw new TypeError("Generator is already executing.");
|
|
31
|
-
while (_) try {
|
|
31
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
32
32
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
33
33
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
34
34
|
switch (op[0]) {
|
|
@@ -28,7 +28,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
28
28
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29
29
|
function step(op) {
|
|
30
30
|
if (f) throw new TypeError("Generator is already executing.");
|
|
31
|
-
while (_) try {
|
|
31
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
32
32
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
33
33
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
34
34
|
switch (op[0]) {
|
|
@@ -123,6 +123,7 @@ var TextLoader = (function () {
|
|
|
123
123
|
wwaData.isVisibleStatusDefence = true;
|
|
124
124
|
wwaData.isVisibleStatusGold = true;
|
|
125
125
|
wwaData.gameOverPolicy = "default";
|
|
126
|
+
wwaData.bgmDelayDurationMs = 0;
|
|
126
127
|
return wwaData;
|
|
127
128
|
};
|
|
128
129
|
TextLoader.prototype.getMessageFromData = function () {
|
package/module/infra/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var WWAConsts = (function () {
|
|
1
|
+
export var WWAConsts = (function () {
|
|
2
2
|
function WWAConsts() {
|
|
3
3
|
}
|
|
4
4
|
WWAConsts.ITEMBOX_SIZE = 12;
|
|
@@ -54,7 +54,6 @@ var WWAConsts = (function () {
|
|
|
54
54
|
WWAConsts.USER_VAR_NUM = 256;
|
|
55
55
|
return WWAConsts;
|
|
56
56
|
}());
|
|
57
|
-
export { WWAConsts };
|
|
58
57
|
var LoaderError = (function () {
|
|
59
58
|
function LoaderError() {
|
|
60
59
|
}
|
|
@@ -173,5 +172,6 @@ export function createDefaultWWAData() {
|
|
|
173
172
|
isVisibleStatusGold: undefined,
|
|
174
173
|
isGameOverDisabled: undefined,
|
|
175
174
|
gameOverPolicy: "default",
|
|
175
|
+
bgmDelayDurationMs: undefined,
|
|
176
176
|
};
|
|
177
177
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwawing/loader",
|
|
3
|
-
"version": "3.13.0-acorn-statement.based-on.3.12.
|
|
3
|
+
"version": "3.13.0-acorn-statement.based-on.3.12.4",
|
|
4
4
|
"description": "a World Wide Adventure mapdata loader for client-side web applications",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./module/index.js",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/WWAWing/WWALoader#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@wwawing/event-emitter": "^3.13.0-acorn-statement.based-on.3.12.
|
|
47
|
+
"@wwawing/event-emitter": "^3.13.0-acorn-statement.based-on.3.12.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@wwawing/common-interface": "^3.13.0-acorn-statement.based-on.3.12.
|
|
50
|
+
"@wwawing/common-interface": "^3.13.0-acorn-statement.based-on.3.12.4",
|
|
51
51
|
"cross-env": "^7.0.3",
|
|
52
52
|
"html-loader": "^4.2.0",
|
|
53
53
|
"html-webpack-plugin": "^5.5.0",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"npm-run-all": "^4.1.5",
|
|
56
56
|
"shelljs": "^0.8.5",
|
|
57
57
|
"shx": "^0.3.4",
|
|
58
|
-
"ts-loader": "^9.4.
|
|
58
|
+
"ts-loader": "^9.4.3",
|
|
59
59
|
"ts-node": "^10.9.1",
|
|
60
|
-
"typescript": "^
|
|
61
|
-
"webpack": "^5.
|
|
62
|
-
"webpack-cli": "^
|
|
60
|
+
"typescript": "^5.0.4",
|
|
61
|
+
"webpack": "^5.83.1",
|
|
62
|
+
"webpack-cli": "^5.1.1"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"node": ">=18",
|
|
69
69
|
"npm": ">=8"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "b24896485130d7174bb5199c5c44bf769184d427"
|
|
72
72
|
}
|