- attempt to move to ESM from CJS

This commit is contained in:
Mike Penz
2024-12-14 12:25:28 +01:00
parent 8f930b161a
commit 30758be82d
36 changed files with 9574 additions and 10632 deletions
+3 -1
View File
@@ -1,9 +1,10 @@
{
"name": "release-changelog-builder-action",
"version": "v5.0.0",
"version": "v5.1.0",
"private": true,
"description": "A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.",
"main": "lib/main.js",
"type": "module",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts **/**/*.ts",
@@ -42,6 +43,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@octokit/rest": "^20.1.1",
"eslint-import-resolver-typescript": "^3.7.0",
"gitea-js": "^1.22.0",
"globals": "^15.13.0",
"https-proxy-agent": "^7.0.6",