Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Dec 3, 2024
1 parent 29d380a commit 03e732f
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 73 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions libraries/math/CHANGELOG.json
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",
Expand Down
10 changes: 9 additions & 1 deletion libraries/math/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion libraries/math/package.json
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": [
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions tools/core-build-tasks/CHANGELOG.json
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",
Expand Down
10 changes: 9 additions & 1 deletion tools/core-build-tasks/CHANGELOG.md
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
Expand Down
104 changes: 52 additions & 52 deletions tools/core-build-tasks/package.json
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"
}
}
2 changes: 1 addition & 1 deletion tools/eslint-plugin-minecraft-linting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-minecraft-linting",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 03e732f

Please sign in to comment.