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 c3b75d6 commit ca75673
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
await (
await (
await new (
await import("files-pipe")
await import("@playform/file-pipe")
).default(Cache, Logger).In(Path)
).By("**/*.{js,mjs,cjs,ts,json}")
).Not(Exclude)
Expand All @@ -82,8 +82,8 @@ export default ((...[_Option = {}]: Parameters<Type>) => {

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

import type Action from "files-pipe/Target/Interface/Action.js";
import type Path from "files-pipe/Target/Type/Path.js";
import type Action from "@playform/file-pipe/Target/Interface/Action.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/Interface/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default interface Type extends Option {

import type Biome from "../Type/Biome.js";

import type Option from "files-pipe/Target/Interface/Option.js";
import type Option from "@playform/file-pipe/Target/Interface/Option.js";
2 changes: 1 addition & 1 deletion Source/Variable/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
export default (
await import("typescript-esbuild/Target/Function/Merge.js")
).default((await import("files-pipe/Target/Variable/Option.js")).default, {
).default((await import("@playform/file-pipe/Target/Variable/Option.js")).default, {
Biome: (await import("./Biome.js")).default,
Action: {
Failed: async (On) => `Error: Cannot format file ${On.Input}!`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@biomejs/js-api": "nightly",
"@biomejs/wasm-nodejs": "1.6.3",
"deepmerge-ts": "5.1.0",
"files-pipe": "2.1.16"
"@playform/file-pipe": "2.1.16"
},
"devDependencies": {
"astro": "4.5.12",
Expand Down

0 comments on commit ca75673

Please sign in to comment.