@mokr/core
Advanced tools
Comparing version 0.4.1 to 0.4.3
{ | ||
"name": "@mokr/core", | ||
"version": "0.4.1", | ||
"version": "0.4.3", | ||
"description": "Core moker functions", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/hongaar/moker", |
import { Package } from "./package.js"; | ||
export declare const DEFAULT_SCOPED = true; | ||
export declare const DEFAULT_LICENSE = "MIT"; | ||
export declare const DEFAULT_INITIAL_VERSION = "0.0.0"; | ||
export declare const DEFAULT_WORKSPACES_DIRECTORY = "packages"; | ||
@@ -21,3 +20,3 @@ export type MonorepoPackage = Package & { | ||
}; | ||
export declare function createMonorepo({ directory, scoped, license, initialVersion, workspacesDirectory, }: CreateMonorepoOptions): Promise<void>; | ||
export declare function createMonorepo({ directory, scoped, license, workspacesDirectory, }: CreateMonorepoOptions): Promise<void>; | ||
export declare function isMonorepo({ directory }: DirOption): Promise<boolean>; | ||
@@ -24,0 +23,0 @@ export declare function getWorkspacesDirectory({ pkg, directory, }: PkgOption & DirOption): string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47937
1025