ygopro-msg-encode 1.2.0 → 1.2.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.
@@ -2,4 +2,8 @@ import { YGOProMsgBase } from '../base';
2
2
  export declare class YGOProMsgSwapGraveDeck extends YGOProMsgBase {
3
3
  static identifier: 35;
4
4
  player: number;
5
+ getRequireRefreshZones(): {
6
+ player: number;
7
+ location: 16;
8
+ }[];
5
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ygopro-msg-encode",
3
3
  "description": "TS lib for encode / decode YGOPro proto",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -63,7 +63,7 @@
63
63
  "eslint-config-prettier": "^9.1.2",
64
64
  "eslint-plugin-prettier": "^5.5.5",
65
65
  "jest": "^30.2.0",
66
- "koishipro-core.js": "^1.3.4",
66
+ "koishipro-core.js": "^1.4.0",
67
67
  "prettier": "^3.8.1",
68
68
  "sql.js": "^1.14.0",
69
69
  "ts-jest": "^29.4.6",