@powfix/core-js 0.21.2 → 0.21.3

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.
@@ -114,7 +114,7 @@ export declare class UUID {
114
114
  */
115
115
  static compare(uuid1: UuidInput, uuid2: UuidInput): number;
116
116
  /** Raw byte representation of the UUID. */
117
- protected readonly bytes: Uint8Array;
117
+ readonly bytes: Uint8Array;
118
118
  private _str?;
119
119
  private _hex?;
120
120
  /**
@@ -114,7 +114,7 @@ export declare class UUID {
114
114
  */
115
115
  static compare(uuid1: UuidInput, uuid2: UuidInput): number;
116
116
  /** Raw byte representation of the UUID. */
117
- protected readonly bytes: Uint8Array;
117
+ readonly bytes: Uint8Array;
118
118
  private _str?;
119
119
  private _hex?;
120
120
  /**
@@ -114,7 +114,7 @@ export declare class UUID {
114
114
  */
115
115
  static compare(uuid1: UuidInput, uuid2: UuidInput): number;
116
116
  /** Raw byte representation of the UUID. */
117
- protected readonly bytes: Uint8Array;
117
+ readonly bytes: Uint8Array;
118
118
  private _str?;
119
119
  private _hex?;
120
120
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powfix/core-js",
3
- "version": "0.21.2",
3
+ "version": "0.21.3",
4
4
  "description": "core package",
5
5
  "author": "Kwon Kyung-Min <powfix@gmail.com>",
6
6
  "private": false,