Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 2, 2024
1 parent d472e19 commit 2c3a6ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {

import type Type from "../Interface/Integration.js";

import type Path from "@playform/file-pipe/Target/Type/Path.js";
import type Path from "@playform/pipe/Target/Type/Path.js";

export const { default: Default } = await import("../Variable/Option.js");

Expand Down
2 changes: 1 addition & 1 deletion Source/Type/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export type Type = Option;

export type { Type as default };

import type Option from "@playform/file-pipe/Target/Interface/Option.js";
import type Option from "@playform/pipe/Target/Interface/Option.js";
4 changes: 2 additions & 2 deletions Source/Variable/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
export default (
await import("@playform/build/Target/Function/Merge.js")
).default(await import("@playform/file-pipe/Target/Variable/Option.js"), {
).default(await import("@playform/pipe/Target/Variable/Option.js"), {
Action: {},
} satisfies Option);

import type Option from "@playform/file-pipe/Target/Interface/Option.js";
import type Option from "@playform/pipe/Target/Interface/Option.js";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"dependencies": {
"@playform/file-pipe": "0.0.2"
"@playform/pipe": "0.0.2"
},
"devDependencies": {
"@playform/build": "0.0.1"
Expand Down

0 comments on commit 2c3a6ab

Please sign in to comment.