@mokr/core
Advanced tools
Comparing version 0.10.3 to 0.10.4
{ | ||
"name": "@mokr/core", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Core moker functions", | ||
@@ -24,3 +24,3 @@ "repository": "https://github.com/hongaar/moker", | ||
"chalk": "5.2.0", | ||
"deepmerge": "4.2.2", | ||
"deepmerge": "4.3.0", | ||
"hosted-git-info": "6.1.1", | ||
@@ -35,4 +35,4 @@ "license": "1.0.3", | ||
"@types/node": "18.11.18", | ||
"sort-package-json": "2.1.0", | ||
"tap": "16.3.3", | ||
"sort-package-json": "2.3.0", | ||
"tap": "16.3.4", | ||
"tempy": "3.0.0", | ||
@@ -39,0 +39,0 @@ "test": "3.2.1", |
@@ -11,5 +11,5 @@ import type { AVAILABLE_LICENSES } from "./repo.js"; | ||
directory: string; | ||
license: typeof AVAILABLE_LICENSES[number]; | ||
license: (typeof AVAILABLE_LICENSES)[number]; | ||
author: string; | ||
}): Promise<void>; | ||
//# sourceMappingURL=license.d.ts.map |
import { Package } from "./package.js"; | ||
export declare const AVAILABLE_LICENSES: readonly ["MIT", "GPL-3.0"]; | ||
export declare const DEFAULT_LICENSE: typeof AVAILABLE_LICENSES[number]; | ||
export declare const DEFAULT_LICENSE: (typeof AVAILABLE_LICENSES)[number]; | ||
export type RepoPackage = Package; | ||
@@ -9,3 +9,3 @@ type DirOption = { | ||
export type CreateRepoOptions<T = Package> = DirOption & { | ||
license?: typeof AVAILABLE_LICENSES[number]; | ||
license?: (typeof AVAILABLE_LICENSES)[number]; | ||
upstream: string | undefined; | ||
@@ -12,0 +12,0 @@ additionalPackageOptions?: T; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60070
+ Addeddeepmerge@4.3.0(transitive)
- Removeddeepmerge@4.2.2(transitive)
Updateddeepmerge@4.3.0