@serenityjs/core 0.8.0 → 0.8.1-beta-20250502045210
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/CHANGELOG.md +14 -0
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +9 -17
- package/dist/index.mjs +9 -17
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @serenityjs/core
|
|
2
2
|
|
|
3
|
+
## 0.8.1-beta-20250502045210
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ce6d280`](https://github.com/SerenityJS/serenity/commit/ce6d280630b5cc94c9eb42e284416269fec599a6) Thanks [@PMK744](https://github.com/PMK744)! - init v0.8.1-beta
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`ce6d280`](https://github.com/SerenityJS/serenity/commit/ce6d280630b5cc94c9eb42e284416269fec599a6)]:
|
|
10
|
+
- @serenityjs/data@0.8.1-beta-20250502045210
|
|
11
|
+
- @serenityjs/emitter@0.8.1-beta-20250502045210
|
|
12
|
+
- @serenityjs/logger@0.8.1-beta-20250502045210
|
|
13
|
+
- @serenityjs/nbt@0.8.1-beta-20250502045210
|
|
14
|
+
- @serenityjs/protocol@0.8.1-beta-20250502045210
|
|
15
|
+
- @serenityjs/raknet@0.8.1-beta-20250502045210
|
|
16
|
+
|
|
3
17
|
## 0.8.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -8682,7 +8682,6 @@ declare class ItemTypeIconComponent extends ItemTypeComponent {
|
|
|
8682
8682
|
* @param options The options for the icon component.
|
|
8683
8683
|
*/
|
|
8684
8684
|
constructor(type: ItemType, options?: Partial<ItemTypeIconComponentOptions>);
|
|
8685
|
-
private getProperties;
|
|
8686
8685
|
/**
|
|
8687
8686
|
* Get the default icon of the item.
|
|
8688
8687
|
* @returns The icon of the item.
|
package/dist/index.d.ts
CHANGED
|
@@ -8682,7 +8682,6 @@ declare class ItemTypeIconComponent extends ItemTypeComponent {
|
|
|
8682
8682
|
* @param options The options for the icon component.
|
|
8683
8683
|
*/
|
|
8684
8684
|
constructor(type: ItemType, options?: Partial<ItemTypeIconComponentOptions>);
|
|
8685
|
-
private getProperties;
|
|
8686
8685
|
/**
|
|
8687
8686
|
* Get the default icon of the item.
|
|
8688
8687
|
* @returns The icon of the item.
|