Skip to content

Commit

Permalink
Merge branch 'main' into rybickic/array-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Apr 22, 2024
2 parents ba400b9 + e6a3d9d commit 835bdce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tsoa/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const build = async (file, outdir, cwd, homeEnv, pathEnv) => {
const code = `
require("tsup").build({
entry: ["${file}"],
sourcemap: false,
sourcemap: true,
dts: false,
outDir: "${outdir}",
target: "esnext",
Expand Down Expand Up @@ -104,4 +104,4 @@ require("${currentdir}/lib.js").buildService(${JSON.stringify(props)}).then((res
}
}

exports.dirname = () => __dirname;
exports.dirname = () => __dirname;
4 changes: 2 additions & 2 deletions tsoa/package-lock.json

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

2 changes: 1 addition & 1 deletion tsoa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@winglibs/tsoa",
"description": "TSOA library for Wing",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"email": "[email protected]",
"name": "Eyal Keren"
Expand Down

0 comments on commit 835bdce

Please sign in to comment.