From efa981c34b1060381d2764c796af2ddf10d6880a Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Thu, 4 Apr 2024 23:23:45 +0300 Subject: [PATCH] Document/v0.0.4 --- CHANGELOG.md | 4 ++++ Target/Class/Document.js | 2 +- Target/Function/Document.d.ts | 2 +- package.json | 5 ++--- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fbebf..d27b109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +- Cleanup + ## 0.0.3 - Cleanup diff --git a/Target/Class/Document.js b/Target/Class/Document.js index 85b82b4..1a639e1 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.0.3").description("\u{1F4C3}\u2000Document.").argument("","File.").action((await import("../Function/Document.js")).default).parse();export{e as default}; +var e=new(await import("commander")).Command().name("Document").version("0.0.4").description("\u{1F4C3}\u2000Document.").argument("","File.").action((await import("../Function/Document.js")).default).parse();export{e as default}; diff --git a/Target/Function/Document.d.ts b/Target/Function/Document.d.ts index a31fda5..7f4a6d7 100644 --- a/Target/Function/Document.d.ts +++ b/Target/Function/Document.d.ts @@ -5,7 +5,7 @@ declare const _default: Type; export default _default; import type Type from "../Interface/Build.js"; -export declare const Exec: import("@Interface/Exec.js").default; +export declare const Exec: import("../Interface/Exec.js").default; export declare const resolve: (...paths: string[]) => string; export declare const Pipe: string[]; export declare const Current: string; diff --git a/package.json b/package.json index 3c67c6c..9f463a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playform/document", - "version": "0.0.3", + "version": "0.0.4", "private": false, "description": "📃 Document.", "keywords": [ @@ -30,7 +30,6 @@ "Document": "Target/Class/Document.js" }, "scripts": { - "Document": "node --no-warnings --loader ts-node/esm Source/Class/Document.ts 'Source/**/*.ts'", "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { @@ -45,7 +44,7 @@ "typedoc-plugin-zod": "1.1.2" }, "devDependencies": { - "@playform/build": "0.0.2", + "@playform/build": "0.0.4", "ts-node": "10.9.2" }, "publishConfig": {