Skip to content

Commit

Permalink
0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 16, 2023
1 parent 5dcd57a commit 553c2a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.17

- Cleanup

## 0.2.16

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install -D -E typescript-esbuild
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"typescript-esbuild": "0.2.16"
"typescript-esbuild": "0.2.17"
}
}
```
Expand Down
2 changes: 0 additions & 2 deletions Target/Class/Theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ declare const default_base: typeof import("typedoc").DefaultTheme;
*
*/
export default class extends default_base implements Type {
constructor(renderer: Renderer);
buildUrls(...[Reflection, URLs]: Parameters<Type["buildUrls"]>): import("typedoc").UrlMapping<any>[];
_Mapping: (Reflection: import("typedoc").DeclarationReflection) => Mapping | undefined;
Mapping: Mapping[];
}
import type { Renderer } from "typedoc";
import type Mapping from "../Interface/Mapping.js";
import type Type from "../Interface/Theme.js";
export declare const DeclarationReflection: typeof import("typedoc").DeclarationReflection, DefaultTheme: typeof import("typedoc").DefaultTheme, ReflectionKind: typeof import("typedoc").ReflectionKind, UrlMapping: typeof import("typedoc").UrlMapping;
Expand Down
2 changes: 1 addition & 1 deletion Target/Class/Theme.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/Class/TypeScriptESBuild.js

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": "typescript-esbuild",
"version": "0.2.16",
"version": "0.2.17",
"private": false,
"description": "🌀 Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.",
"keywords": [
Expand Down

0 comments on commit 553c2a7

Please sign in to comment.