Skip to content

Commit 27afd1d

Browse files
committed
applying package updates
1 parent 55a4e19 commit 27afd1d

13 files changed

+208
-159
lines changed

change/@minecraft-core-build-tasks-f422a1d3-0607-48c5-a390-fe2f93713af0.json

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

change/@minecraft-math-7b3a5de1-838b-46a5-acb6-9cdeddefff32.json

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

change/eslint-plugin-minecraft-linting-a958326b-c769-47f3-9670-d7f8edf651ee.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": "Thu, 09 Jan 2025 19:25:04 GMT",
6+
"version": "2.0.0",
7+
"tag": "@minecraft/math_v2.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "55a4e19212d882da876f3ed1918198c2ba2868b9",
14+
"comment": "Switch to ESM exclusively. Publish release with artifacts."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 03 Dec 2024 15:02:46 GMT",
621
"version": "1.5.1",

libraries/math/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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, 03 Dec 2024 15:02:46 GMT and should not be manually modified.
3+
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.0.0
8+
9+
Thu, 09 Jan 2025 19:25:04 GMT
10+
11+
### Major changes
12+
13+
- Switch to ESM exclusively. Publish release with artifacts. ([email protected])
14+
715
## 1.5.1
816

917
Tue, 03 Dec 2024 15:02:46 GMT

libraries/math/package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "@minecraft/math",
3-
"version": "1.5.2",
4-
"author": "Raphael Landaverde ([email protected])",
5-
"contributors": [
6-
{
7-
"name": "Jake Shirley",
8-
"email": "[email protected]"
9-
}
10-
],
11-
"description": "Math utilities for use with minecraft scripting modules",
12-
"exports": {
13-
"import": "./lib/index.js"
14-
},
15-
"type": "module",
16-
"types": "./lib/types/math-public.d.ts",
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git",
20-
"directory": "libraries/math"
21-
},
22-
"scripts": {
23-
"build": "just build",
24-
"lint": "just lint",
25-
"test": "just test",
26-
"clean": "just clean",
27-
"postpublish": "just postpublish"
28-
},
29-
"license": "MIT",
30-
"files": [
31-
"dist",
32-
"lib",
33-
"api-report"
34-
],
35-
"peerDependencies": {
36-
"@minecraft/server": "^1.15.0"
37-
},
38-
"devDependencies": {
39-
"@minecraft/server": "^1.15.0",
40-
"@minecraft/core-build-tasks": "*",
41-
"@minecraft/tsconfig": "*",
42-
"just-scripts": "^2.3.3",
43-
"prettier": "^2.8.2",
44-
"vitest": "^0.34.6"
2+
"name": "@minecraft/math",
3+
"version": "2.0.0",
4+
"author": "Raphael Landaverde ([email protected])",
5+
"contributors": [
6+
{
7+
"name": "Jake Shirley",
8+
"email": "[email protected]"
459
}
10+
],
11+
"description": "Math utilities for use with minecraft scripting modules",
12+
"exports": {
13+
"import": "./lib/index.js"
14+
},
15+
"type": "module",
16+
"types": "./lib/types/math-public.d.ts",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git",
20+
"directory": "libraries/math"
21+
},
22+
"scripts": {
23+
"build": "just build",
24+
"lint": "just lint",
25+
"test": "just test",
26+
"clean": "just clean",
27+
"postpublish": "just postpublish"
28+
},
29+
"license": "MIT",
30+
"files": [
31+
"dist",
32+
"lib",
33+
"api-report"
34+
],
35+
"peerDependencies": {
36+
"@minecraft/server": "^1.15.0"
37+
},
38+
"devDependencies": {
39+
"@minecraft/server": "^1.15.0",
40+
"@minecraft/core-build-tasks": "*",
41+
"@minecraft/tsconfig": "*",
42+
"just-scripts": "^2.3.3",
43+
"prettier": "^2.8.2",
44+
"vitest": "^0.34.6"
45+
}
4646
}

package-lock.json

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

tools/core-build-tasks/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Jan 2025 19:25:04 GMT",
6+
"version": "3.0.0",
7+
"tag": "@minecraft/core-build-tasks_v3.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "55a4e19212d882da876f3ed1918198c2ba2868b9",
14+
"comment": "Export both ESM and CJS, but exclusively use CJS for just task configuration. Pre-bundle most dependencies to deal with ESM exclusive dependencies.\nTo leverage the new tasks, use a `just.config.cts` file to rely on CommonJS imports."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 25 Dec 2024 16:02:44 GMT",
621
"version": "1.2.1",

tools/core-build-tasks/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @minecraft/core-build-tasks
22

3-
This log was last generated on Wed, 25 Dec 2024 16:02:44 GMT and should not be manually modified.
3+
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 3.0.0
8+
9+
Thu, 09 Jan 2025 19:25:04 GMT
10+
11+
### Major changes
12+
13+
- Export both ESM and CJS, but exclusively use CJS for just task configuration. Pre-bundle most dependencies to deal with ESM exclusive dependencies.
14+
To leverage the new tasks, use a `just.config.cts` file to rely on CommonJS imports. ([email protected])
15+
716
## 1.2.1
817

918
Wed, 25 Dec 2024 16:02:44 GMT

tools/core-build-tasks/package.json

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

0 commit comments

Comments
 (0)