Skip to content

Commit

Permalink
Inline/v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 4, 2024
1 parent 0459cab commit 14ff791
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 0.0.2

- Cleanup

## 0.0.1

- Initial version
10 changes: 5 additions & 5 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ export declare const Default: Omit<{} & {
Accomplished: false;
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: any) => Promise<string>;
Wrote: ({ Buffer }: any) => Promise<any>;
Passed: (On: any) => Promise<true>;
Changed: (Plan: any) => Promise<any>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
}, "__proto__">;
export declare const Search: string;
export declare const Merge: import("@Interface/Merge.js").default<import("@Interface/Merge.js").Generic>;
export declare const Merge: import("../Interface/Merge.js").default<import("../Interface/Merge.js").Generic>;
8 changes: 4 additions & 4 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ declare const _default: Omit<{} & {
Accomplished: false;
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: any) => Promise<string>;
Wrote: ({ Buffer }: any) => Promise<any>;
Passed: (On: any) => Promise<true>;
Changed: (Plan: any) => Promise<any>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
}, "__proto__">;
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,16 @@
"main": "./Target/Function/Integration.js",
"types": "./Target/Function/Integration.d.ts",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
"@playform/pipe": "0.0.1",
"@playform/pipe": "0.0.2",
"critters": "0.0.22"
},
"devDependencies": {
"@playform/build": "0.0.2",
"@playform/document": "0.0.3",
"astro": "4.5.15"
"@playform/build": "0.0.5",
"@playform/document": "0.0.6",
"astro": "4.5.16"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 14ff791

Please sign in to comment.