Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 8, 2023
1 parent 82936fb commit 2feeced
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.10

- Cleanup

## 0.0.9

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion Source/Configuration/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Out = "Target";

export default {
format: "esm",
minify: true,
minify: false,
outdir: Out,
platform: "node",
target: "esnext",
Expand Down
2 changes: 1 addition & 1 deletion Target/Bin.js

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

2 changes: 1 addition & 1 deletion Target/Bin.js.map

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

35 changes: 34 additions & 1 deletion Target/Command/Build.js

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

4 changes: 2 additions & 2 deletions Target/Command/Build.js.map

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

2 changes: 1 addition & 1 deletion Target/Configuration/esbuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare const _default: {
format: "esm";
minify: true;
minify: false;
outdir: string;
platform: "node";
target: string;
Expand Down
41 changes: 40 additions & 1 deletion Target/Configuration/esbuild.js

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

6 changes: 3 additions & 3 deletions Target/Configuration/esbuild.js.map

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

10 changes: 9 additions & 1 deletion Target/Index.js

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

4 changes: 2 additions & 2 deletions Target/Index.js.map

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

13 changes: 12 additions & 1 deletion Target/Library/JSON.js

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

4 changes: 2 additions & 2 deletions Target/Library/JSON.js.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baxast",
"version": "0.0.9",
"version": "0.0.10",
"homepage": "https://github.com/baxast/baxast#readme",
"bugs": {
"url": "https://github.com/baxast/baxast/issues"
Expand Down

0 comments on commit 2feeced

Please sign in to comment.