@minecraft/core-build-tasks 3.0.0 → 4.0.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 +1880 -3342
- package/lib-cjs/index.js +1882 -3343
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@minecraft/core-build-tasks",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 13 Mar 2025 18:35:11 GMT",
|
|
6
|
+
"version": "4.0.0",
|
|
7
|
+
"tag": "@minecraft/core-build-tasks_v4.0.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"major": [
|
|
10
|
+
{
|
|
11
|
+
"author": "zachary.campbell@skyboxlabs.com",
|
|
12
|
+
"package": "@minecraft/core-build-tasks",
|
|
13
|
+
"commit": "e46db082a4c73b06ad40a09e825e03086aa53ff0",
|
|
14
|
+
"comment": "Upgrade esbuild and vitest"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 09 Jan 2025 19:53:24 GMT",
|
|
21
|
+
"version": "3.0.1",
|
|
22
|
+
"tag": "@minecraft/core-build-tasks_v3.0.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "rlanda@microsoft.com",
|
|
27
|
+
"package": "@minecraft/core-build-tasks",
|
|
28
|
+
"commit": "331b29c12a12be91d7702b3b38e78308b2fc30c3",
|
|
29
|
+
"comment": "Accidentally made the release a draft by default, fixed that"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 09 Jan 2025 19:25:04 GMT",
|
|
6
36
|
"version": "3.0.0",
|
|
7
37
|
"tag": "@minecraft/core-build-tasks_v3.0.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 Thu,
|
|
3
|
+
<!-- This log was last generated on Thu, 13 Mar 2025 18:35:11 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.0.0
|
|
8
|
+
|
|
9
|
+
Thu, 13 Mar 2025 18:35:11 GMT
|
|
10
|
+
|
|
11
|
+
### Major changes
|
|
12
|
+
|
|
13
|
+
- Upgrade esbuild and vitest (zachary.campbell@skyboxlabs.com)
|
|
14
|
+
|
|
15
|
+
## 3.0.1
|
|
16
|
+
|
|
17
|
+
Thu, 09 Jan 2025 19:53:24 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Accidentally made the release a draft by default, fixed that (rlanda@microsoft.com)
|
|
22
|
+
|
|
7
23
|
## 3.0.0
|
|
8
24
|
|
|
9
|
-
Thu, 09 Jan 2025 19:
|
|
25
|
+
Thu, 09 Jan 2025 19:25:04 GMT
|
|
10
26
|
|
|
11
27
|
### Major changes
|
|
12
28
|
|