-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
208 additions
and
159 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@minecraft-core-build-tasks-f422a1d3-0607-48c5-a390-fe2f93713af0.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@minecraft-math-7b3a5de1-838b-46a5-acb6-9cdeddefff32.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/eslint-plugin-minecraft-linting-a958326b-c769-47f3-9670-d7f8edf651ee.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@minecraft/math", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 09 Jan 2025 19:25:04 GMT", | ||
"version": "2.0.0", | ||
"tag": "@minecraft/math_v2.0.0", | ||
"comments": { | ||
"major": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@minecraft/math", | ||
"commit": "55a4e19212d882da876f3ed1918198c2ba2868b9", | ||
"comment": "Switch to ESM exclusively. Publish release with artifacts." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 03 Dec 2024 15:02:46 GMT", | ||
"version": "1.5.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Change Log - @minecraft/math | ||
|
||
This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. | ||
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. --> | ||
|
||
<!-- Start content --> | ||
|
||
## 2.0.0 | ||
|
||
Thu, 09 Jan 2025 19:25:04 GMT | ||
|
||
### Major changes | ||
|
||
- Switch to ESM exclusively. Publish release with artifacts. ([email protected]) | ||
|
||
## 1.5.1 | ||
|
||
Tue, 03 Dec 2024 15:02:46 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
{ | ||
"name": "@minecraft/math", | ||
"version": "1.5.2", | ||
"author": "Raphael Landaverde ([email protected])", | ||
"contributors": [ | ||
{ | ||
"name": "Jake Shirley", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Math utilities for use with minecraft scripting modules", | ||
"exports": { | ||
"import": "./lib/index.js" | ||
}, | ||
"type": "module", | ||
"types": "./lib/types/math-public.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git", | ||
"directory": "libraries/math" | ||
}, | ||
"scripts": { | ||
"build": "just build", | ||
"lint": "just lint", | ||
"test": "just test", | ||
"clean": "just clean", | ||
"postpublish": "just postpublish" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"api-report" | ||
], | ||
"peerDependencies": { | ||
"@minecraft/server": "^1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@minecraft/server": "^1.15.0", | ||
"@minecraft/core-build-tasks": "*", | ||
"@minecraft/tsconfig": "*", | ||
"just-scripts": "^2.3.3", | ||
"prettier": "^2.8.2", | ||
"vitest": "^0.34.6" | ||
"name": "@minecraft/math", | ||
"version": "2.0.0", | ||
"author": "Raphael Landaverde ([email protected])", | ||
"contributors": [ | ||
{ | ||
"name": "Jake Shirley", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Math utilities for use with minecraft scripting modules", | ||
"exports": { | ||
"import": "./lib/index.js" | ||
}, | ||
"type": "module", | ||
"types": "./lib/types/math-public.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git", | ||
"directory": "libraries/math" | ||
}, | ||
"scripts": { | ||
"build": "just build", | ||
"lint": "just lint", | ||
"test": "just test", | ||
"clean": "just clean", | ||
"postpublish": "just postpublish" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"api-report" | ||
], | ||
"peerDependencies": { | ||
"@minecraft/server": "^1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@minecraft/server": "^1.15.0", | ||
"@minecraft/core-build-tasks": "*", | ||
"@minecraft/tsconfig": "*", | ||
"just-scripts": "^2.3.3", | ||
"prettier": "^2.8.2", | ||
"vitest": "^0.34.6" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@minecraft/core-build-tasks", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 09 Jan 2025 19:25:04 GMT", | ||
"version": "3.0.0", | ||
"tag": "@minecraft/core-build-tasks_v3.0.0", | ||
"comments": { | ||
"major": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@minecraft/core-build-tasks", | ||
"commit": "55a4e19212d882da876f3ed1918198c2ba2868b9", | ||
"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." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 25 Dec 2024 16:02:44 GMT", | ||
"version": "1.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log - @minecraft/core-build-tasks | ||
|
||
This log was last generated on Wed, 25 Dec 2024 16:02:44 GMT and should not be manually modified. | ||
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. --> | ||
|
||
<!-- Start content --> | ||
|
||
## 3.0.0 | ||
|
||
Thu, 09 Jan 2025 19:25:04 GMT | ||
|
||
### Major changes | ||
|
||
- Export both ESM and CJS, but exclusively use CJS for just task configuration. Pre-bundle most dependencies to deal with ESM exclusive dependencies. | ||
To leverage the new tasks, use a `just.config.cts` file to rely on CommonJS imports. ([email protected]) | ||
|
||
## 1.2.1 | ||
|
||
Wed, 25 Dec 2024 16:02:44 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "@minecraft/core-build-tasks", | ||
"version": "2.0.0", | ||
"description": "Common build tasks used for minecraft-scripting-libraries", | ||
"exports": { | ||
"import": "./lib/index.js", | ||
"require": "./lib-cjs/index.js" | ||
}, | ||
"types": "./lib/index.d.ts", | ||
"author": "Raphael Landaverde ([email protected])", | ||
"contributors": [ | ||
{ | ||
"name": "Francisco Alejandro Garcia Cebada", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git", | ||
"directory": "tools/core-build-tasks" | ||
}, | ||
"scripts": { | ||
"build-tools": "node ./esbuild.mjs", | ||
"clean-tools": "just clean-tools", | ||
"lint": "just lint", | ||
"test": "just test" | ||
}, | ||
"files": [ | ||
"lib", | ||
"lib-cjs", | ||
"CHANGELOG.*" | ||
], | ||
"dependencies": { | ||
"@rushstack/node-core-library": "^3.59.6", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"esbuild": "^0.20.1", | ||
"dotenv": "^16.4.5", | ||
"just-scripts": "^2.3.3", | ||
"prettier": "^2.8.2", | ||
"rimraf": "^3.0.2", | ||
"eslint": "^9.17.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^0.34.6", | ||
"zip-lib": "^0.7.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", | ||
"@types/rimraf": "^3.0.2", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"@octokit/rest": "^21.0.2", | ||
"@types/archiver": "^6.0.0", | ||
"archiver": "^6.0.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig": "*" | ||
"name": "@minecraft/core-build-tasks", | ||
"version": "3.0.0", | ||
"description": "Common build tasks used for minecraft-scripting-libraries", | ||
"exports": { | ||
"import": "./lib/index.js", | ||
"require": "./lib-cjs/index.js" | ||
}, | ||
"types": "./lib/index.d.ts", | ||
"author": "Raphael Landaverde ([email protected])", | ||
"contributors": [ | ||
{ | ||
"name": "Francisco Alejandro Garcia Cebada", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git", | ||
"directory": "tools/core-build-tasks" | ||
}, | ||
"scripts": { | ||
"build-tools": "node ./esbuild.mjs", | ||
"clean-tools": "just clean-tools", | ||
"lint": "just lint", | ||
"test": "just test" | ||
}, | ||
"files": [ | ||
"lib", | ||
"lib-cjs", | ||
"CHANGELOG.*" | ||
], | ||
"dependencies": { | ||
"@rushstack/node-core-library": "^3.59.6", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"esbuild": "^0.20.1", | ||
"dotenv": "^16.4.5", | ||
"just-scripts": "^2.3.3", | ||
"prettier": "^2.8.2", | ||
"rimraf": "^3.0.2", | ||
"eslint": "^9.17.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^0.34.6", | ||
"zip-lib": "^0.7.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", | ||
"@types/rimraf": "^3.0.2", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"@octokit/rest": "^21.0.2", | ||
"@types/archiver": "^6.0.0", | ||
"archiver": "^6.0.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "eslint-plugin-minecraft-linting", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 09 Jan 2025 19:25:04 GMT", | ||
"version": "2.0.0", | ||
"tag": "eslint-plugin-minecraft-linting_v2.0.0", | ||
"comments": { | ||
"major": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "eslint-plugin-minecraft-linting", | ||
"commit": "55a4e19212d882da876f3ed1918198c2ba2868b9", | ||
"comment": "Switch to CJS exclusively, and update to ESLint 9" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 25 Nov 2024 23:28:43 GMT", | ||
"version": "1.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Change Log - eslint-plugin-minecraft-linting | ||
|
||
This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified. | ||
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. --> | ||
|
||
<!-- Start content --> | ||
|
||
## 2.0.0 | ||
|
||
Thu, 09 Jan 2025 19:25:04 GMT | ||
|
||
### Major changes | ||
|
||
- Switch to CJS exclusively, and update to ESLint 9 ([email protected]) | ||
|
||
## 1.2.4 | ||
|
||
Mon, 25 Nov 2024 23:28:43 GMT | ||
|
Oops, something went wrong.