Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 4, 2024
1 parent 0671dc7 commit 3630b78
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type Interface from "../Interface/Integration.js";
/**
* @module Integration
*
*/
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integration.js";
export declare const Default: {
File: string;
Cache: {
Expand Down
2 changes: 1 addition & 1 deletion Target/Interface/Critters.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type Logger from "../Interface/Logger.js";
/**
* @module Critters
*
Expand All @@ -22,4 +23,3 @@ export default interface Interface {
reduceInlineStyles?: boolean;
logger?: Logger;
}
import type Logger from "../Interface/Logger.js";
4 changes: 2 additions & 2 deletions Target/Interface/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { AstroIntegration } from "astro";
import type Option from "../Interface/Option.js";
/**
* @module Integration
*
*/
export default interface Interface {
(Option: Option): AstroIntegration;
}
import type { AstroIntegration } from "astro";
import type Option from "../Interface/Option.js";
4 changes: 2 additions & 2 deletions Target/Interface/Option.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type Option from "@playform/pipe/Target/Interface/Option.js";
import type Critters from "../Interface/Critters.js";
/**
* @module Option
*
*/
export default interface Interface extends Option {
Critters?: boolean | Critters;
}
import type Critters from "../Interface/Critters.js";
import type Option from "@playform/pipe/Target/Interface/Option.js";
2 changes: 1 addition & 1 deletion Target/Variable/Critters.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Interface from "../Interface/Critters.js";
/**
* @module Critters
*
*/
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Critters.js";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@playform/pipe": "0.1.1",
"astro": "4.15.11",
"critters": "0.0.24",
"deepmerge-ts": "7.1.0"
"deepmerge-ts": "7.1.1"
},
"devDependencies": {
"@playform/build": "0.1.7"
Expand Down

0 comments on commit 3630b78

Please sign in to comment.