From 14ff791e85a5a316fd63e68785b72c27eed810b5 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 5 Apr 2024 00:54:43 +0300 Subject: [PATCH] Inline/v0.0.1 --- CHANGELOG.md | 4 ---- Target/Function/Integration.d.ts | 10 +++++----- Target/Variable/Option.d.ts | 8 ++++---- package.json | 9 ++++----- 4 files changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84fcad9..43d7b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## 0.0.2 - -- Cleanup - ## 0.0.1 - Initial version diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index d4756d5..15d0fed 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -23,12 +23,12 @@ export declare const Default: Omit<{} & { Accomplished: false; Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: any) => Promise; - Wrote: ({ Buffer }: any) => Promise; - Passed: (On: any) => Promise; - Changed: (Plan: any) => Promise; + Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Exclude: false; }, "__proto__">; export declare const Search: string; -export declare const Merge: import("@Interface/Merge.js").default; +export declare const Merge: import("../Interface/Merge.js").default; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index 08417d7..3b485a3 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -20,10 +20,10 @@ declare const _default: Omit<{} & { Accomplished: false; Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: any) => Promise; - Wrote: ({ Buffer }: any) => Promise; - Passed: (On: any) => Promise; - Changed: (Plan: any) => Promise; + Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Exclude: false; }, "__proto__">; diff --git a/package.json b/package.json index 8ad1d74..85f0bad 100644 --- a/package.json +++ b/package.json @@ -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"