Skip to content

Commit 03e732f

Browse files
committed
applying package updates
1 parent 29d380a commit 03e732f

10 files changed

+105
-73
lines changed

change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json

-7
This file was deleted.

change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.json

-7
This file was deleted.

libraries/math/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/math",
33
"entries": [
4+
{
5+
"date": "Tue, 03 Dec 2024 15:02:46 GMT",
6+
"version": "1.5.1",
7+
"tag": "@minecraft/math_v1.5.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7",
14+
"comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Nov 2024 21:33:22 GMT",
621
"version": "1.5.0",

libraries/math/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/math
22

3-
This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified.
3+
This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.5.1
8+
9+
Tue, 03 Dec 2024 15:02:46 GMT
10+
11+
### Patches
12+
13+
- Tweak tsconfig so it's friendly to commonjs alongside ESM ([email protected])
14+
715
## 1.5.0
816

917
Tue, 26 Nov 2024 21:33:22 GMT

libraries/math/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/math",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": "Raphael Landaverde ([email protected])",
55
"contributors": [
66
{

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/core-build-tasks/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Tue, 03 Dec 2024 15:02:46 GMT",
6+
"version": "1.2.0",
7+
"tag": "@minecraft/core-build-tasks_v1.2.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7",
14+
"comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Nov 2024 21:33:22 GMT",
621
"version": "1.1.7",

tools/core-build-tasks/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/core-build-tasks
22

3-
This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified.
3+
This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.2.0
8+
9+
Tue, 03 Dec 2024 15:02:46 GMT
10+
11+
### Minor changes
12+
13+
- Tweak tsconfig so it's friendly to commonjs alongside ESM ([email protected])
14+
715
## 1.1.7
816

917
Tue, 26 Nov 2024 21:33:22 GMT

tools/core-build-tasks/package.json

+52-52
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "@minecraft/core-build-tasks",
3-
"version": "1.1.7",
4-
"description": "Common build tasks used for minecraft-scripting-libraries",
5-
"main": "lib/index.js",
6-
"exports": {
7-
".": {
8-
"import": "./lib/index.js",
9-
"require": "./lib/index.js"
10-
}
11-
},
12-
"types": "lib/index.d.ts",
13-
"author": "Raphael Landaverde ([email protected])",
14-
"contributors": [
15-
{
16-
"name": "Francisco Alejandro Garcia Cebada",
17-
"email": "[email protected]"
18-
}
19-
],
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git",
23-
"directory": "tools/core-build-tasks"
24-
},
25-
"scripts": {
26-
"build-tools": "just-scripts build-tools",
27-
"clean-tools": "just-scripts clean-tools",
28-
"lint": "just-scripts lint",
29-
"test": "just-scripts test"
30-
},
31-
"files": [
32-
"lib"
33-
],
34-
"dependencies": {
35-
"@rushstack/node-core-library": "^3.59.6",
36-
"@microsoft/api-extractor": "^7.38.3",
37-
"esbuild": "^0.20.1",
38-
"dotenv": "^16.4.5",
39-
"just-scripts": "^2.3.2",
40-
"prettier": "^2.8.2",
41-
"rimraf": "^3.0.2",
42-
"vitest": "^0.34.6",
43-
"zip-lib": "^0.7.3"
44-
},
45-
"devDependencies": {
46-
"@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0",
47-
"@types/rimraf": "^3.0.2",
48-
"@typescript-eslint/parser": "^7.2.0",
49-
"eslint": "^8.53.0",
50-
"ts-node": "^10.9.1",
51-
"tsconfig": "*",
52-
"typescript": "^5.2.2",
53-
"webpack": "^5.86.0"
2+
"name": "@minecraft/core-build-tasks",
3+
"version": "1.2.0",
4+
"description": "Common build tasks used for minecraft-scripting-libraries",
5+
"main": "lib/index.js",
6+
"exports": {
7+
".": {
8+
"import": "./lib/index.js",
9+
"require": "./lib/index.js"
5410
}
11+
},
12+
"types": "lib/index.d.ts",
13+
"author": "Raphael Landaverde ([email protected])",
14+
"contributors": [
15+
{
16+
"name": "Francisco Alejandro Garcia Cebada",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git",
23+
"directory": "tools/core-build-tasks"
24+
},
25+
"scripts": {
26+
"build-tools": "just-scripts build-tools",
27+
"clean-tools": "just-scripts clean-tools",
28+
"lint": "just-scripts lint",
29+
"test": "just-scripts test"
30+
},
31+
"files": [
32+
"lib"
33+
],
34+
"dependencies": {
35+
"@rushstack/node-core-library": "^3.59.6",
36+
"@microsoft/api-extractor": "^7.38.3",
37+
"esbuild": "^0.20.1",
38+
"dotenv": "^16.4.5",
39+
"just-scripts": "^2.3.2",
40+
"prettier": "^2.8.2",
41+
"rimraf": "^3.0.2",
42+
"vitest": "^0.34.6",
43+
"zip-lib": "^0.7.3"
44+
},
45+
"devDependencies": {
46+
"@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0",
47+
"@types/rimraf": "^3.0.2",
48+
"@typescript-eslint/parser": "^7.2.0",
49+
"eslint": "^8.53.0",
50+
"ts-node": "^10.9.1",
51+
"tsconfig": "*",
52+
"typescript": "^5.2.2",
53+
"webpack": "^5.86.0"
54+
}
5555
}

tools/eslint-plugin-minecraft-linting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-minecraft-linting",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)