ygopro-msg-encode 1.1.8 → 1.1.9

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.
@@ -1,6 +1,7 @@
1
1
  import { YGOProCtosBase } from '../base';
2
2
  export declare class YGOProCtosExternalAddress extends YGOProCtosBase {
3
3
  static identifier: number;
4
+ static readonly MAX_LENGTH = 256;
4
5
  static readonly MAX_HOSTNAME_LENGTH = 256;
5
6
  real_ip: string;
6
7
  hostname: string;
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.1.8",
4
+ "version": "1.1.9",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",