@wwawing/loader 3.8.0 → 3.9.0-alpha.0

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,6 +176,7 @@ function createDefaultWWAData() {
176
176
  isVisibleStatusGold: undefined,
177
177
  isGameOverDisabled: undefined,
178
178
  gameOverPolicy: "default",
179
+ ifElseStatus: "outside-ifelse"
179
180
  };
180
181
  }
181
182
  exports.createDefaultWWAData = createDefaultWWAData;
@@ -173,5 +173,6 @@ export function createDefaultWWAData() {
173
173
  isVisibleStatusGold: undefined,
174
174
  isGameOverDisabled: undefined,
175
175
  gameOverPolicy: "default",
176
+ ifElseStatus: "outside-ifelse"
176
177
  };
177
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/loader",
3
- "version": "3.8.0",
3
+ "version": "3.9.0-alpha.0",
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.8.0"
47
+ "@wwawing/event-emitter": "^3.9.0-alpha.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@wwawing/common-interface": "^3.8.0",
50
+ "@wwawing/common-interface": "^3.9.0-alpha.0",
51
51
  "cross-env": "^7.0.3",
52
52
  "html-loader": "^2.1.2",
53
53
  "html-webpack-plugin": "^5.5.0",
@@ -68,5 +68,5 @@
68
68
  "node": ">=16",
69
69
  "npm": ">=8"
70
70
  },
71
- "gitHead": "c652b5022ed532432f87b6b9011fcac0170e0999"
71
+ "gitHead": "99b7175f1ec57c4a21809a3faf5d82aba0e81f3c"
72
72
  }