-
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
10 changed files
with
105 additions
and
73 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.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": "Tue, 03 Dec 2024 15:02:46 GMT", | ||
"version": "1.5.1", | ||
"tag": "@minecraft/math_v1.5.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@minecraft/math", | ||
"commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7", | ||
"comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 26 Nov 2024 21:33:22 GMT", | ||
"version": "1.5.0", | ||
|
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, 26 Nov 2024 21:33:22 GMT and should not be manually modified. | ||
This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 1.5.1 | ||
|
||
Tue, 03 Dec 2024 15:02:46 GMT | ||
|
||
### Patches | ||
|
||
- Tweak tsconfig so it's friendly to commonjs alongside ESM ([email protected]) | ||
|
||
## 1.5.0 | ||
|
||
Tue, 26 Nov 2024 21:33:22 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,6 +1,6 @@ | ||
{ | ||
"name": "@minecraft/math", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"author": "Raphael Landaverde ([email protected])", | ||
"contributors": [ | ||
{ | ||
|
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": "Tue, 03 Dec 2024 15:02:46 GMT", | ||
"version": "1.2.0", | ||
"tag": "@minecraft/core-build-tasks_v1.2.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@minecraft/core-build-tasks", | ||
"commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7", | ||
"comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 26 Nov 2024 21:33:22 GMT", | ||
"version": "1.1.7", | ||
|
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/core-build-tasks | ||
|
||
This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified. | ||
This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 1.2.0 | ||
|
||
Tue, 03 Dec 2024 15:02:46 GMT | ||
|
||
### Minor changes | ||
|
||
- Tweak tsconfig so it's friendly to commonjs alongside ESM ([email protected]) | ||
|
||
## 1.1.7 | ||
|
||
Tue, 26 Nov 2024 21:33:22 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,55 +1,55 @@ | ||
{ | ||
"name": "@minecraft/core-build-tasks", | ||
"version": "1.1.7", | ||
"description": "Common build tasks used for minecraft-scripting-libraries", | ||
"main": "lib/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js", | ||
"require": "./lib/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": "just-scripts build-tools", | ||
"clean-tools": "just-scripts clean-tools", | ||
"lint": "just-scripts lint", | ||
"test": "just-scripts test" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"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.2", | ||
"prettier": "^2.8.2", | ||
"rimraf": "^3.0.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": "^7.2.0", | ||
"eslint": "^8.53.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig": "*", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.86.0" | ||
"name": "@minecraft/core-build-tasks", | ||
"version": "1.2.0", | ||
"description": "Common build tasks used for minecraft-scripting-libraries", | ||
"main": "lib/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js", | ||
"require": "./lib/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": "just-scripts build-tools", | ||
"clean-tools": "just-scripts clean-tools", | ||
"lint": "just-scripts lint", | ||
"test": "just-scripts test" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"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.2", | ||
"prettier": "^2.8.2", | ||
"rimraf": "^3.0.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": "^7.2.0", | ||
"eslint": "^8.53.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig": "*", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.86.0" | ||
} | ||
} |
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