@wwawing/loader 4.1.0-unstable.based-on.3.12.15.p.5 → 4.1.0-unstable.based-on.3.12.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 1996-2015 NAO
4
- Copyright (c) 2015-2024 WWA Wing Team
3
+ Copyright (c) 1996-2025 NAO
4
+ Copyright (c) 2015-2025 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
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.decompressMapData = void 0;
3
+ exports.decompressMapData = decompressMapData;
4
4
  const MEM_BLOCK = 65000;
5
5
  const EXT_LAST_PADDING = 3;
6
6
  function decompressMapData(srcData) {
@@ -29,4 +29,3 @@ function decompressMapData(srcData) {
29
29
  console.log("EXTRACT DATA = " + destCounter + " " + srcCounter);
30
30
  return { byteMapData: destData, byteMapLength: destCounter, compressedEndPosition: srcCounter + EXT_LAST_PADDING };
31
31
  }
32
- exports.decompressMapData = decompressMapData;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.checkMapDataBroken = void 0;
3
+ exports.checkMapDataBroken = checkMapDataBroken;
4
4
  const util_1 = require("../../infra/util");
5
5
  const constants_1 = require("./constants");
6
6
  function calculateCorrectCheckSum(mapData) {
@@ -28,4 +28,3 @@ function checkMapDataBroken(mapData, dataLength) {
28
28
  "でした。");
29
29
  }
30
30
  }
31
- exports.checkMapDataBroken = checkMapDataBroken;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createDefaultWWAData = exports.LoadStage = exports.PartsType = exports.LoaderProgress = exports.LoaderError = exports.WWAConsts = void 0;
3
+ exports.LoadStage = exports.PartsType = exports.LoaderProgress = exports.LoaderError = exports.WWAConsts = void 0;
4
+ exports.createDefaultWWAData = createDefaultWWAData;
4
5
  class WWAConsts {
5
6
  }
6
7
  exports.WWAConsts = WWAConsts;
@@ -173,4 +174,3 @@ function createDefaultWWAData() {
173
174
  pictureRegistry: [],
174
175
  };
175
176
  }
176
- exports.createDefaultWWAData = createDefaultWWAData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/loader",
3
- "version": "4.1.0-unstable.based-on.3.12.15.p.5",
3
+ "version": "4.1.0-unstable.based-on.3.12.17",
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,20 +44,20 @@
44
44
  },
45
45
  "homepage": "https://github.com/WWAWing/WWALoader#readme",
46
46
  "dependencies": {
47
- "@wwawing/event-emitter": "^4.1.0-unstable.based-on.3.12.15.p.5"
47
+ "@wwawing/event-emitter": "^4.1.0-unstable.based-on.3.12.17"
48
48
  },
49
49
  "devDependencies": {
50
- "@wwawing/common-interface": "^4.1.0-unstable.based-on.3.12.15.p.5",
50
+ "@wwawing/common-interface": "^4.1.0-unstable.based-on.3.12.17",
51
51
  "cross-env": "^7.0.3",
52
52
  "html-loader": "^5.1.0",
53
53
  "html-webpack-plugin": "^5.5.0",
54
54
  "http-server": "^14.1.1",
55
- "npm-run-all": "^4.1.5",
56
- "shelljs": "^0.8.5",
57
- "shx": "^0.3.4",
55
+ "npm-run-all2": "^8.0.1",
56
+ "shelljs": "^0.9.2",
57
+ "shx": "^0.4.0",
58
58
  "ts-loader": "^9.5.2",
59
- "ts-node": "^10.9.1",
60
- "typescript": "^5.3.3",
59
+ "ts-node": "^10.9.2",
60
+ "typescript": "^5.8.3",
61
61
  "webpack": "^5.83.1",
62
62
  "webpack-cli": "^5.1.1"
63
63
  },
@@ -68,5 +68,5 @@
68
68
  "node": ">=22",
69
69
  "npm": ">=10"
70
70
  },
71
- "gitHead": "f289a447886e42e144e43f13fca2eba6a625322d"
71
+ "gitHead": "d5a97513a3566f283d51c8f93ad9560dc30caea6"
72
72
  }