aoe2rec-js 0.1.12 → 0.1.13
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/aoe2rec_js_bg.js +2 -2
- package/aoe2rec_js_bg.wasm +0 -0
- package/package.json +1 -1
package/aoe2rec_js_bg.js
CHANGED
|
@@ -969,8 +969,8 @@ export class Player {
|
|
|
969
969
|
* @returns {number}
|
|
970
970
|
*/
|
|
971
971
|
get profile_id() {
|
|
972
|
-
const ret = wasm.
|
|
973
|
-
return ret
|
|
972
|
+
const ret = wasm.__wbg_get_player_profile_id(this.__wbg_ptr);
|
|
973
|
+
return ret;
|
|
974
974
|
}
|
|
975
975
|
/**
|
|
976
976
|
* @param {number} arg0
|
package/aoe2rec_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Stéphane Bisinger <stephane@sbisinger.ch>"
|
|
6
6
|
],
|
|
7
7
|
"description": "WASM version of aoe2rec to parse Age of Empires II: Definitive Edition recorded games in the browser",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.13",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"files": [
|
|
11
11
|
"aoe2rec_js_bg.wasm",
|