@code-inspector/core 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.mjs +24322 -24290
- package/package.json +1 -1
- package/types/server/use-client.d.ts +2 -2
package/package.json
CHANGED
|
@@ -12,5 +12,5 @@ export declare function getCodeWithWebComponent({ options, record, file, code, i
|
|
|
12
12
|
inject?: boolean;
|
|
13
13
|
server?: boolean;
|
|
14
14
|
}): Promise<string>;
|
|
15
|
-
export declare function isNextjsProject(): boolean;
|
|
16
|
-
export declare function isNextGET16(): boolean;
|
|
15
|
+
export declare function isNextjsProject(basedir?: string): boolean;
|
|
16
|
+
export declare function isNextGET16(basedir?: string): boolean;
|