Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Jan 9, 2025
1 parent 55a4e19 commit 27afd1d
Show file tree
Hide file tree
Showing 13 changed files with 208 additions and 159 deletions.

This file was deleted.

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": "Thu, 09 Jan 2025 19:25:04 GMT",
"version": "2.0.0",
"tag": "@minecraft/math_v2.0.0",
"comments": {
"major": [
{
"author": "rlanda@microsoft.com",
"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",
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, 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. (rlanda@microsoft.com)

## 1.5.1

Tue, 03 Dec 2024 15:02:46 GMT
Expand Down
86 changes: 43 additions & 43 deletions libraries/math/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "@minecraft/math",
"version": "1.5.2",
"author": "Raphael Landaverde (rlanda@microsoft.com)",
"contributors": [
{
"name": "Jake Shirley",
"email": "jashir@mojang.com"
}
],
"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 (rlanda@microsoft.com)",
"contributors": [
{
"name": "Jake Shirley",
"email": "jashir@mojang.com"
}
],
"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"
}
}
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": "Thu, 09 Jan 2025 19:25:04 GMT",
"version": "3.0.0",
"tag": "@minecraft/core-build-tasks_v3.0.0",
"comments": {
"major": [
{
"author": "rlanda@microsoft.com",
"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",
Expand Down
11 changes: 10 additions & 1 deletion tools/core-build-tasks/CHANGELOG.md
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. (rlanda@microsoft.com)

## 1.2.1

Wed, 25 Dec 2024 16:02:44 GMT
Expand Down
106 changes: 53 additions & 53 deletions tools/core-build-tasks/package.json
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 (rlanda@microsoft.com)",
"contributors": [
{
"name": "Francisco Alejandro Garcia Cebada",
"email": "frgarc@mojang.com"
}
],
"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 (rlanda@microsoft.com)",
"contributors": [
{
"name": "Francisco Alejandro Garcia Cebada",
"email": "frgarc@mojang.com"
}
],
"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": "*"
}
}
15 changes: 15 additions & 0 deletions tools/eslint-plugin-minecraft-linting/CHANGELOG.json
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": "rlanda@microsoft.com",
"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",
Expand Down
10 changes: 9 additions & 1 deletion tools/eslint-plugin-minecraft-linting/CHANGELOG.md
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 (rlanda@microsoft.com)

## 1.2.4

Mon, 25 Nov 2024 23:28:43 GMT
Expand Down
Loading

0 comments on commit 27afd1d

Please sign in to comment.