@minecraft/core-build-tasks 5.4.0 → 5.6.0
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.json +31 -1
- package/CHANGELOG.md +18 -2
- package/lib/index.js +21 -1
- package/lib/platforms/MinecraftProduct.d.ts +4 -0
- package/lib-cjs/index.js +21 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@minecraft/core-build-tasks",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 13 Jan 2026 21:28:14 GMT",
|
|
6
|
+
"version": "5.6.0",
|
|
7
|
+
"tag": "@minecraft/core-build-tasks_v5.6.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "gbaman@users.noreply.github.com",
|
|
12
|
+
"package": "@minecraft/core-build-tasks",
|
|
13
|
+
"commit": "a34bac233ddd7c0d77b6e94f0aebb9e05b837f8b",
|
|
14
|
+
"comment": "Add support for Minecraft Education (desktop and UWP version) for deployment"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 29 Sep 2025 17:42:55 GMT",
|
|
21
|
+
"version": "5.5.0",
|
|
22
|
+
"tag": "@minecraft/core-build-tasks_v5.5.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"minor": [
|
|
25
|
+
{
|
|
26
|
+
"author": "zachary.campbell@skyboxlabs.com",
|
|
27
|
+
"package": "@minecraft/core-build-tasks",
|
|
28
|
+
"commit": "a3a4494c22624aa8b334dd0b664a535fdb421827",
|
|
29
|
+
"comment": "Add Bedrock GDK paths to core-build-tasks"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 10 Sep 2025 20:47:56 GMT",
|
|
6
36
|
"version": "5.4.0",
|
|
7
37
|
"tag": "@minecraft/core-build-tasks_v5.4.0",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @minecraft/core-build-tasks
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 13 Jan 2026 21:28:14 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.6.0
|
|
8
|
+
|
|
9
|
+
Tue, 13 Jan 2026 21:28:14 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Add support for Minecraft Education (desktop and UWP version) for deployment (gbaman@users.noreply.github.com)
|
|
14
|
+
|
|
15
|
+
## 5.5.0
|
|
16
|
+
|
|
17
|
+
Mon, 29 Sep 2025 17:42:55 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- Add Bedrock GDK paths to core-build-tasks (zachary.campbell@skyboxlabs.com)
|
|
22
|
+
|
|
7
23
|
## 5.4.0
|
|
8
24
|
|
|
9
|
-
Wed, 10 Sep 2025 20:47:
|
|
25
|
+
Wed, 10 Sep 2025 20:47:56 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
package/lib/index.js
CHANGED
|
@@ -53576,8 +53576,12 @@ var require_lib4 = __commonJS({
|
|
|
53576
53576
|
|
|
53577
53577
|
// src/platforms/MinecraftProduct.ts
|
|
53578
53578
|
var MinecraftProduct = /* @__PURE__ */ ((MinecraftProduct2) => {
|
|
53579
|
+
MinecraftProduct2["BedrockGDK"] = "BedrockGDK";
|
|
53580
|
+
MinecraftProduct2["PreviewGDK"] = "PreviewGDK";
|
|
53579
53581
|
MinecraftProduct2["Bedrock"] = "BedrockUWP";
|
|
53580
53582
|
MinecraftProduct2["Preview"] = "PreviewUWP";
|
|
53583
|
+
MinecraftProduct2["EducationUWP"] = "EducationUWP";
|
|
53584
|
+
MinecraftProduct2["EducationDesktop"] = "EducationDesktop";
|
|
53581
53585
|
MinecraftProduct2["Custom"] = "Custom";
|
|
53582
53586
|
return MinecraftProduct2;
|
|
53583
53587
|
})(MinecraftProduct || {});
|
|
@@ -53734,10 +53738,18 @@ function getOrThrowFromProcess(key, messageOverride) {
|
|
|
53734
53738
|
|
|
53735
53739
|
// src/tasks/cleanCollateral.ts
|
|
53736
53740
|
var STANDARD_CLEAN_PATHS = [
|
|
53741
|
+
"APPDATA/Minecraft Bedrock/Users/Shared/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53742
|
+
"APPDATA/Minecraft Bedrock/Users/Shared/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53743
|
+
"APPDATA/Minecraft Bedrock Preview/Users/Shared/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53744
|
+
"APPDATA/Minecraft Bedrock Preview/Users/Shared/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53745
|
+
"APPDATA/Minecraft Education Education/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53746
|
+
"APPDATA/Minecraft Education Education/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53737
53747
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53738
53748
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53739
53749
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53740
|
-
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME"
|
|
53750
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53751
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53752
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME"
|
|
53741
53753
|
];
|
|
53742
53754
|
function cleanCollateralTask(pathsToClean) {
|
|
53743
53755
|
return () => {
|
|
@@ -53833,13 +53845,21 @@ function copyFiles(originPaths, outputPath, skipIfPossible = true) {
|
|
|
53833
53845
|
import path4, { resolve as resolve2 } from "path";
|
|
53834
53846
|
function getGameDeploymentRootPaths() {
|
|
53835
53847
|
const localAppDataPath = process.env["LOCALAPPDATA"];
|
|
53848
|
+
const appDataPath = process.env["APPDATA"];
|
|
53836
53849
|
const customDeploymentPath = process.env["CUSTOM_DEPLOYMENT_PATH"];
|
|
53837
53850
|
return {
|
|
53851
|
+
BedrockGDK: appDataPath ? resolve2(appDataPath, "Minecraft Bedrock/Users/Shared/games/com.mojang/") : void 0,
|
|
53852
|
+
PreviewGDK: appDataPath ? resolve2(appDataPath, "Minecraft Bedrock Preview/Users/Shared/games/com.mojang/") : void 0,
|
|
53838
53853
|
BedrockUWP: localAppDataPath ? resolve2(localAppDataPath, "Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/") : void 0,
|
|
53839
53854
|
PreviewUWP: localAppDataPath ? resolve2(
|
|
53840
53855
|
localAppDataPath,
|
|
53841
53856
|
"Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/"
|
|
53842
53857
|
) : void 0,
|
|
53858
|
+
EducationUWP: localAppDataPath ? resolve2(
|
|
53859
|
+
localAppDataPath,
|
|
53860
|
+
"Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/"
|
|
53861
|
+
) : void 0,
|
|
53862
|
+
EducationDesktop: appDataPath ? resolve2(appDataPath, "Minecraft Education Edition/games/com.mojang/") : void 0,
|
|
53843
53863
|
Custom: customDeploymentPath ? customDeploymentPath : void 0
|
|
53844
53864
|
};
|
|
53845
53865
|
}
|
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
* Non-exhaustive list of product variants used to deploy files to the correct location.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum MinecraftProduct {
|
|
5
|
+
BedrockGDK = "BedrockGDK",
|
|
6
|
+
PreviewGDK = "PreviewGDK",
|
|
5
7
|
Bedrock = "BedrockUWP",
|
|
6
8
|
Preview = "PreviewUWP",
|
|
9
|
+
EducationUWP = "EducationUWP",
|
|
10
|
+
EducationDesktop = "EducationDesktop",
|
|
7
11
|
Custom = "Custom"
|
|
8
12
|
}
|
package/lib-cjs/index.js
CHANGED
|
@@ -53603,8 +53603,12 @@ module.exports = __toCommonJS(index_exports);
|
|
|
53603
53603
|
|
|
53604
53604
|
// src/platforms/MinecraftProduct.ts
|
|
53605
53605
|
var MinecraftProduct = /* @__PURE__ */ ((MinecraftProduct2) => {
|
|
53606
|
+
MinecraftProduct2["BedrockGDK"] = "BedrockGDK";
|
|
53607
|
+
MinecraftProduct2["PreviewGDK"] = "PreviewGDK";
|
|
53606
53608
|
MinecraftProduct2["Bedrock"] = "BedrockUWP";
|
|
53607
53609
|
MinecraftProduct2["Preview"] = "PreviewUWP";
|
|
53610
|
+
MinecraftProduct2["EducationUWP"] = "EducationUWP";
|
|
53611
|
+
MinecraftProduct2["EducationDesktop"] = "EducationDesktop";
|
|
53608
53612
|
MinecraftProduct2["Custom"] = "Custom";
|
|
53609
53613
|
return MinecraftProduct2;
|
|
53610
53614
|
})(MinecraftProduct || {});
|
|
@@ -53761,10 +53765,18 @@ function getOrThrowFromProcess(key, messageOverride) {
|
|
|
53761
53765
|
|
|
53762
53766
|
// src/tasks/cleanCollateral.ts
|
|
53763
53767
|
var STANDARD_CLEAN_PATHS = [
|
|
53768
|
+
"APPDATA/Minecraft Bedrock/Users/Shared/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53769
|
+
"APPDATA/Minecraft Bedrock/Users/Shared/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53770
|
+
"APPDATA/Minecraft Bedrock Preview/Users/Shared/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53771
|
+
"APPDATA/Minecraft Bedrock Preview/Users/Shared/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53772
|
+
"APPDATA/Minecraft Education Education/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53773
|
+
"APPDATA/Minecraft Education Education/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53764
53774
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53765
53775
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53766
53776
|
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53767
|
-
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME"
|
|
53777
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME",
|
|
53778
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/development_behavior_packs/PROJECT_NAME",
|
|
53779
|
+
"LOCALAPPDATA/Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/development_resource_packs/PROJECT_NAME"
|
|
53768
53780
|
];
|
|
53769
53781
|
function cleanCollateralTask(pathsToClean) {
|
|
53770
53782
|
return () => {
|
|
@@ -53860,13 +53872,21 @@ function copyFiles(originPaths, outputPath, skipIfPossible = true) {
|
|
|
53860
53872
|
var import_path4 = __toESM(require("path"));
|
|
53861
53873
|
function getGameDeploymentRootPaths() {
|
|
53862
53874
|
const localAppDataPath = process.env["LOCALAPPDATA"];
|
|
53875
|
+
const appDataPath = process.env["APPDATA"];
|
|
53863
53876
|
const customDeploymentPath = process.env["CUSTOM_DEPLOYMENT_PATH"];
|
|
53864
53877
|
return {
|
|
53878
|
+
BedrockGDK: appDataPath ? (0, import_path4.resolve)(appDataPath, "Minecraft Bedrock/Users/Shared/games/com.mojang/") : void 0,
|
|
53879
|
+
PreviewGDK: appDataPath ? (0, import_path4.resolve)(appDataPath, "Minecraft Bedrock Preview/Users/Shared/games/com.mojang/") : void 0,
|
|
53865
53880
|
BedrockUWP: localAppDataPath ? (0, import_path4.resolve)(localAppDataPath, "Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/") : void 0,
|
|
53866
53881
|
PreviewUWP: localAppDataPath ? (0, import_path4.resolve)(
|
|
53867
53882
|
localAppDataPath,
|
|
53868
53883
|
"Packages/Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe/LocalState/games/com.mojang/"
|
|
53869
53884
|
) : void 0,
|
|
53885
|
+
EducationUWP: localAppDataPath ? (0, import_path4.resolve)(
|
|
53886
|
+
localAppDataPath,
|
|
53887
|
+
"Packages/Microsoft.MinecraftEducationEdition_8wekyb3d8bbwe/LocalState/games/com.mojang/"
|
|
53888
|
+
) : void 0,
|
|
53889
|
+
EducationDesktop: appDataPath ? (0, import_path4.resolve)(appDataPath, "Minecraft Education Edition/games/com.mojang/") : void 0,
|
|
53870
53890
|
Custom: customDeploymentPath ? customDeploymentPath : void 0
|
|
53871
53891
|
};
|
|
53872
53892
|
}
|