Skip to content

Commit

Permalink
Document/v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 27, 2024
1 parent d41407e commit 1360e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Target/Class/Document.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
var e=new(await import("commander")).Command().name("Document").version("0.1.0").description("\u{1F4C3}\u2001Document\u2001\u2014").argument("<File...>","\u{1F4DD}\u2001File\u2001\u2014").action((await import("../Function/Document.js")).default).parse();export{e as default};
var e=new(await import("commander")).Command().name("Document").version("0.1.1").description("\u{1F4C3}\u2001Document\u2001\u2014").argument("<File...>","\u{1F4DD}\u2001File\u2001\u2014").action((await import("../Function/Document.js")).default).parse();export{e as default};
2 changes: 1 addition & 1 deletion Target/Class/Theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Theme
*
*/
import { DefaultTheme, ReflectionKind, Slugger, UrlMapping } from "typedoc";
import { DefaultTheme, ReflectionKind, UrlMapping } from "typedoc";
import type { DeclarationReflection, DocumentReflection, PageEvent, Reflection, RenderTemplate } from "typedoc";
export default class extends DefaultTheme {
getRenderContext(pageEvent: PageEvent<Reflection>): import("@Class/Theme/Context.js").default;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typedoc-plugin-zod": "1.2.1"
},
"devDependencies": {
"@playform/build": "0.1.3"
"@playform/build": "0.1.4"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 1360e53

Please sign in to comment.