create-waku
Advanced tools
Comparing version 0.8.0-alpha.2 to 0.8.0-beta.0
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" /> | ||
export type RepoInfo = { | ||
type RepoInfo = { | ||
username: string | undefined; | ||
@@ -8,7 +7,9 @@ name: string | undefined; | ||
}; | ||
export declare function isUrlOk(url: string): Promise<boolean>; | ||
export declare function getRepoInfo(url: URL): Promise<RepoInfo | undefined>; | ||
export declare function hasRepo({ username, name, branch, filePath, }: RepoInfo): Promise<boolean>; | ||
export declare function existsInRepo(nameOrUrl: string): Promise<boolean>; | ||
export declare function downloadAndExtractRepo(root: string, { username, name, branch, filePath }: RepoInfo): Promise<void>; | ||
export declare function downloadAndExtractExample(root: string, name: string): Promise<void>; | ||
type ParsedExampleOption = { | ||
example: string; | ||
defaultRef: string; | ||
repoInfo?: RepoInfo; | ||
}; | ||
export declare function parseExampleOption(example: string | undefined, defaultRef: string): Promise<ParsedExampleOption | null>; | ||
export declare function downloadAndExtract(root: string, { example, defaultRef, repoInfo }: ParsedExampleOption): Promise<void>; | ||
export {}; |
{ | ||
"name": "create-waku", | ||
"version": "0.8.0-alpha.2", | ||
"version": "0.8.0-beta.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "tag": "next" |
@@ -15,3 +15,3 @@ { | ||
"react-server-dom-webpack": "18.3.0-canary-56e20051c-20240311", | ||
"waku": "0.20.0-alpha.2" | ||
"waku": "0.20.0-beta.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
265118
878