@minecraft/core-build-tasks 4.1.0 → 5.1.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 +14685 -6609
- package/lib/tasks/bundle.d.ts +2 -0
- package/lib/tasks/vitest.d.ts +5 -1
- package/lib-cjs/index.js +14682 -6606
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@minecraft/core-build-tasks",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 23 May 2025 10:43:14 GMT",
|
|
6
|
+
"version": "5.1.0",
|
|
7
|
+
"tag": "@minecraft/core-build-tasks_v5.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jake@xbox.com",
|
|
12
|
+
"package": "@minecraft/core-build-tasks",
|
|
13
|
+
"commit": "fe26c2ad6702cda34dbb1195a6882df3d27d3ab8",
|
|
14
|
+
"comment": "Added alias option to BundleTaskParameters"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 28 Apr 2025 17:15:23 GMT",
|
|
21
|
+
"version": "5.0.0",
|
|
22
|
+
"tag": "@minecraft/core-build-tasks_v5.0.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"major": [
|
|
25
|
+
{
|
|
26
|
+
"author": "zachary.campbell@skyboxlabs.com",
|
|
27
|
+
"package": "@minecraft/core-build-tasks",
|
|
28
|
+
"commit": "1db2fc3753e95bc595091473d4b79b5e2665d880",
|
|
29
|
+
"comment": "Upgrade @rushstack/node-core-library to 5.13.0, prettier to ^3.5.3"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 14 Apr 2025 21:56:03 GMT",
|
|
6
36
|
"version": "4.1.0",
|
|
7
37
|
"tag": "@minecraft/core-build-tasks_v4.1.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 Fri, 23 May 2025 10:43:14 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.1.0
|
|
8
|
+
|
|
9
|
+
Fri, 23 May 2025 10:43:14 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Added alias option to BundleTaskParameters (jake@xbox.com)
|
|
14
|
+
|
|
15
|
+
## 5.0.0
|
|
16
|
+
|
|
17
|
+
Mon, 28 Apr 2025 17:15:23 GMT
|
|
18
|
+
|
|
19
|
+
### Major changes
|
|
20
|
+
|
|
21
|
+
- Upgrade @rushstack/node-core-library to 5.13.0, prettier to ^3.5.3 (zachary.campbell@skyboxlabs.com)
|
|
22
|
+
|
|
7
23
|
## 4.1.0
|
|
8
24
|
|
|
9
|
-
Mon, 14 Apr 2025 21:
|
|
25
|
+
Mon, 14 Apr 2025 21:56:03 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|