diff --git a/Target/Class/Document.js b/Target/Class/Document.js index 4e3296e..552db37 100644 --- a/Target/Class/Document.js +++ b/Target/Class/Document.js @@ -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("","\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("","\u{1F4DD}\u2001File\u2001\u2014").action((await import("../Function/Document.js")).default).parse();export{e as default}; diff --git a/Target/Class/Theme.d.ts b/Target/Class/Theme.d.ts index d6e1c7f..523a1e6 100644 --- a/Target/Class/Theme.d.ts +++ b/Target/Class/Theme.d.ts @@ -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): import("@Class/Theme/Context.js").default; diff --git a/package.json b/package.json index 6bda065..80d229a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "typedoc-plugin-zod": "1.2.1" }, "devDependencies": { - "@playform/build": "0.1.3" + "@playform/build": "0.1.4" }, "publishConfig": { "access": "public",