@minecraft/core-build-tasks 5.3.1 → 5.3.2

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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@minecraft/core-build-tasks",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 24 Jul 2025 18:28:21 GMT",
5
+ "date": "Thu, 04 Sep 2025 23:11:37 GMT",
6
+ "version": "5.3.2",
7
+ "tag": "@minecraft/core-build-tasks_v5.3.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mc-npm@microsoft.com",
12
+ "package": "@minecraft/core-build-tasks",
13
+ "commit": "c4906fa36084307b5a29c18c5daca82004205cae",
14
+ "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 24 Jul 2025 18:29:00 GMT",
6
21
  "version": "5.3.1",
7
22
  "tag": "@minecraft/core-build-tasks_v5.3.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @minecraft/core-build-tasks
2
2
 
3
- <!-- This log was last generated on Thu, 24 Jul 2025 18:28:21 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 04 Sep 2025 23:11:37 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 5.3.2
8
+
9
+ Thu, 04 Sep 2025 23:11:37 GMT
10
+
11
+ ### Patches
12
+
13
+ - build(dependabot): bump just-scripts from 2.3.3 to 2.4.1 (mc-npm@microsoft.com)
14
+
7
15
  ## 5.3.1
8
16
 
9
- Thu, 24 Jul 2025 18:28:21 GMT
17
+ Thu, 24 Jul 2025 18:29:00 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/core-build-tasks",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Common build tasks used for minecraft-scripting-libraries",
5
5
  "exports": {
6
6
  "types": "./lib/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "dotenv": "^16.4.5",
38
38
  "esbuild": "^0.25.0",
39
39
  "eslint": "^9.17.0",
40
- "just-scripts": "^2.3.3",
40
+ "just-scripts": "^2.4.1",
41
41
  "prettier": "^3.5.3",
42
42
  "rimraf": "^3.0.2",
43
43
  "typescript": "^5.7.2",