Skip to content

Commit

Permalink
Document/v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 4, 2024
1 parent 9d8a203 commit efa981c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.4

- Cleanup

## 0.0.3

- Cleanup
Expand Down
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.0.3").description("\u{1F4C3}\u2000Document.").argument("<File...>","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...>","File.").action((await import("../Function/Document.js")).default).parse();export{e as default};
2 changes: 1 addition & 1 deletion Target/Function/Document.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/document",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "📃 Document.",
"keywords": [
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit efa981c

Please sign in to comment.