Skip to content

Commit 9c358cc

Browse files
committed
applying package updates
1 parent 5f36c26 commit 9c358cc

19 files changed

+126
-55
lines changed

change/@minecraft-api-docs-generator-1ad6e5ce-d72c-4412-97fa-5af5b98fee10.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@minecraft-api-docs-generator-aeac4840-1694-45da-bab2-881c32116669.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@minecraft-core-build-tasks-97cf4abd-65fe-4953-b8b9-e0c2f8be3ea8.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@minecraft-markup-generators-plugin-3708f9ff-73c2-4e26-87a0-bbaf54190aac.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@minecraft-math-34b482b5-943a-4afc-875a-8dd0b3bca106.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/eslint-plugin-minecraft-linting-bacdf915-6b2c-4662-a22b-964b0fff49f0.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

libraries/math/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/math",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Jul 2025 15:34:00 GMT",
6+
"version": "2.2.7",
7+
"tag": "@minecraft/math_v2.2.7",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "5f36c265c76bb8453750ab544b06327632e2a3ba",
14+
"comment": "Linting fixes"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 30 Jun 2025 16:30:31 GMT",
621
"version": "2.2.7",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/api-docs-generator/CHANGELOG.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@minecraft/api-docs-generator",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Jul 2025 15:34:00 GMT",
6+
"version": "1.1.0",
7+
"tag": "@minecraft/api-docs-generator_v1.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "5f36c265c76bb8453750ab544b06327632e2a3ba",
14+
"comment": "Added support for Error types as function arguments to the TypeScript generator. They will be typed as 'unknown'"
15+
}
16+
],
17+
"none": [
18+
{
19+
"author": "[email protected]",
20+
"package": "@minecraft/api-docs-generator",
21+
"commit": "5f36c265c76bb8453750ab544b06327632e2a3ba",
22+
"comment": "Linting fixes"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Thu, 26 Jun 2025 22:33:37 GMT",
629
"version": "1.0.0",

tools/api-docs-generator/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/api-docs-generator
22

3-
<!-- This log was last generated on Thu, 26 Jun 2025 22:33:37 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 14 Jul 2025 15:34:00 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.1.0
8+
9+
Mon, 14 Jul 2025 15:34:00 GMT
10+
11+
### Minor changes
12+
13+
- Added support for Error types as function arguments to the TypeScript generator. They will be typed as 'unknown' ([email protected])
14+
715
## 1.0.0
816

917
Thu, 26 Jun 2025 22:33:37 GMT

0 commit comments

Comments
 (0)