Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 31, 2024
1 parent 46ee67c commit 63dc74d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 "files-pipe/Target/Type/Path.js";
import type Path from "@playform/file-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 "files-pipe/Target/Interface/Option.js";
import type Option from "@playform/file-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("typescript-esbuild/Target/Function/Merge.js")
).default(await import("files-pipe/Target/Variable/Option.js"), {
).default(await import("@playform/file-pipe/Target/Variable/Option.js"), {
Action: {},
} satisfies Option);

import type Option from "files-pipe/Target/Interface/Option.js";
import type Option from "@playform/file-pipe/Target/Interface/Option.js";
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"dependencies": {
"files-pipe": "2.1.16"
"@playform/file-pipe": "2.1.16"
},
"devDependencies": {
"typescript-document": "0.0.7",
"typescript-esbuild": "0.4.9"
"typescript-document": "0.0.8",
"typescript-esbuild": "0.4.10"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 63dc74d

Please sign in to comment.