@serenityjs/core 0.7.1-beta-20250124162118 → 0.7.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.
- package/CHANGELOG.md +7 -7
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @serenityjs/core
|
|
2
2
|
|
|
3
|
-
## 0.7.1
|
|
3
|
+
## 0.7.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [`659a067`](https://github.com/SerenityJS/serenity/commit/659a0679098fc7f1c13620cad3ff1135412bac06) Thanks [@PMK744](https://github.com/PMK744)! - init v0.7.1-beta
|
|
8
8
|
|
|
9
9
|
- Updated dependencies [[`659a067`](https://github.com/SerenityJS/serenity/commit/659a0679098fc7f1c13620cad3ff1135412bac06)]:
|
|
10
|
-
- @serenityjs/data@0.7.1
|
|
11
|
-
- @serenityjs/emitter@0.7.1
|
|
12
|
-
- @serenityjs/logger@0.7.1
|
|
13
|
-
- @serenityjs/nbt@0.7.1
|
|
14
|
-
- @serenityjs/protocol@0.7.1
|
|
15
|
-
- @serenityjs/raknet@0.7.1
|
|
10
|
+
- @serenityjs/data@0.7.1
|
|
11
|
+
- @serenityjs/emitter@0.7.1
|
|
12
|
+
- @serenityjs/logger@0.7.1
|
|
13
|
+
- @serenityjs/nbt@0.7.1
|
|
14
|
+
- @serenityjs/protocol@0.7.1
|
|
15
|
+
- @serenityjs/raknet@0.7.1
|
|
16
16
|
|
|
17
17
|
## 0.7.0
|
|
18
18
|
|
package/dist/index.d.mts
CHANGED
|
@@ -12305,7 +12305,7 @@ declare class TerrainWorker {
|
|
|
12305
12305
|
/**
|
|
12306
12306
|
* The path of the worker file.
|
|
12307
12307
|
*/
|
|
12308
|
-
static
|
|
12308
|
+
static path: string;
|
|
12309
12309
|
/**
|
|
12310
12310
|
* The properties of the worker.
|
|
12311
12311
|
*/
|
|
@@ -12402,7 +12402,7 @@ declare class SuperflatGenerator extends TerrainGenerator {
|
|
|
12402
12402
|
}
|
|
12403
12403
|
|
|
12404
12404
|
declare class SuperflatWorker extends TerrainWorker {
|
|
12405
|
-
static
|
|
12405
|
+
static path: string;
|
|
12406
12406
|
bedrock: BlockPermutation<BlockIdentifier.Bedrock>;
|
|
12407
12407
|
dirt: BlockPermutation<BlockIdentifier.Dirt>;
|
|
12408
12408
|
grass: BlockPermutation<BlockIdentifier.GrassBlock>;
|
package/dist/index.d.ts
CHANGED
|
@@ -12305,7 +12305,7 @@ declare class TerrainWorker {
|
|
|
12305
12305
|
/**
|
|
12306
12306
|
* The path of the worker file.
|
|
12307
12307
|
*/
|
|
12308
|
-
static
|
|
12308
|
+
static path: string;
|
|
12309
12309
|
/**
|
|
12310
12310
|
* The properties of the worker.
|
|
12311
12311
|
*/
|
|
@@ -12402,7 +12402,7 @@ declare class SuperflatGenerator extends TerrainGenerator {
|
|
|
12402
12402
|
}
|
|
12403
12403
|
|
|
12404
12404
|
declare class SuperflatWorker extends TerrainWorker {
|
|
12405
|
-
static
|
|
12405
|
+
static path: string;
|
|
12406
12406
|
bedrock: BlockPermutation<BlockIdentifier.Bedrock>;
|
|
12407
12407
|
dirt: BlockPermutation<BlockIdentifier.Dirt>;
|
|
12408
12408
|
grass: BlockPermutation<BlockIdentifier.GrassBlock>;
|