@wwawing/loader 3.9.0-alpha.0 → 3.9.0-alpha.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.
@@ -176,7 +176,6 @@ function createDefaultWWAData() {
176
176
  isVisibleStatusGold: undefined,
177
177
  isGameOverDisabled: undefined,
178
178
  gameOverPolicy: "default",
179
- ifElseStatus: "outside-ifelse"
180
179
  };
181
180
  }
182
181
  exports.createDefaultWWAData = createDefaultWWAData;
@@ -173,6 +173,5 @@ export function createDefaultWWAData() {
173
173
  isVisibleStatusGold: undefined,
174
174
  isGameOverDisabled: undefined,
175
175
  gameOverPolicy: "default",
176
- ifElseStatus: "outside-ifelse"
177
176
  };
178
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/loader",
3
- "version": "3.9.0-alpha.0",
3
+ "version": "3.9.0-alpha.1",
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,22 +44,22 @@
44
44
  },
45
45
  "homepage": "https://github.com/WWAWing/WWALoader#readme",
46
46
  "dependencies": {
47
- "@wwawing/event-emitter": "^3.9.0-alpha.0"
47
+ "@wwawing/event-emitter": "^3.9.0-alpha.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@wwawing/common-interface": "^3.9.0-alpha.0",
50
+ "@wwawing/common-interface": "^3.9.0-alpha.1",
51
51
  "cross-env": "^7.0.3",
52
- "html-loader": "^2.1.2",
52
+ "html-loader": "^3.1.2",
53
53
  "html-webpack-plugin": "^5.5.0",
54
- "http-server": "^14.0.0",
54
+ "http-server": "^14.1.1",
55
55
  "npm-run-all": "^4.1.5",
56
- "shelljs": "^0.8.4",
57
- "shx": "^0.3.3",
58
- "ts-loader": "^4.3.0",
56
+ "shelljs": "^0.8.5",
57
+ "shx": "^0.3.4",
58
+ "ts-loader": "^9.3.0",
59
59
  "ts-node": "^10.8.1",
60
60
  "typescript": "^4.7.3",
61
- "webpack": "^5.65.0",
62
- "webpack-cli": "^4.9.1"
61
+ "webpack": "^5.73.0",
62
+ "webpack-cli": "^4.10.0"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
@@ -68,5 +68,5 @@
68
68
  "node": ">=16",
69
69
  "npm": ">=8"
70
70
  },
71
- "gitHead": "99b7175f1ec57c4a21809a3faf5d82aba0e81f3c"
71
+ "gitHead": "ef5d59692a13186783dd763d4ad796414fcdd2c8"
72
72
  }