Skip to content

Commit

Permalink
updated esbuil
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed Jun 28, 2024
1 parent 6d79027 commit 1f2860f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/got-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-api",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"type": "module",
"types": "dist/module/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/got-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-core",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"type": "module",
"main": "dist/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/got-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-react",
"version": "0.0.19",
"version": "0.0.20",
"license": "MIT",
"type": "module",
"main": "dist/module/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-util/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const buildTs = async (options = {}) => {
target: 'node18.0',
platform: 'node',
format: 'esm',
outExtension: { '.js': '.cjs' },
external: options?.esm?.external || [],
entryPoints: entryFiles,
outdir: './dist/module',
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/typescript-util",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"type": "module",
"devDependencies": {},
Expand Down

0 comments on commit 1f2860f

Please sign in to comment.