create-waku
Advanced tools
Comparing version 0.8.0 to 0.9.0-alpha.0
@@ -9,7 +9,6 @@ type RepoInfo = { | ||
example: string; | ||
defaultRef: string; | ||
repoInfo?: RepoInfo; | ||
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 declare function parseExampleOption(example: string | undefined): Promise<ParsedExampleOption | null>; | ||
export declare function downloadAndExtract(root: string, { example, repoInfo }: ParsedExampleOption): Promise<void>; | ||
export {}; |
@@ -1,1 +0,2 @@ | ||
export declare function installTemplate(root: string, packageName: string, templateRoot: string): Promise<void>; | ||
export declare function getTemplateNames(templateRoot: string): Promise<string[]>; | ||
export declare function installTemplate(root: string, packageName: string, templateRoot: string, templateName: string): Promise<void>; |
{ | ||
"name": "create-waku", | ||
"version": "0.8.0", | ||
"version": "0.9.0-alpha.0", | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"author": "Daishi Kato", | ||
@@ -24,3 +27,3 @@ "type": "module", | ||
"@types/prompts": "^2.4.9", | ||
"@types/tar": "^6.1.11", | ||
"@types/tar": "^6.1.12", | ||
"@vercel/ncc": "^0.38.1", | ||
@@ -37,5 +40,5 @@ "fs-extra": "^11.2.0", | ||
"compile": "rm -rf template dist *.tsbuildinfo && pnpm run template && pnpm run build", | ||
"template": "mkdir template && cp -r ../../examples/01_template template/01_template && rm -rf template/*/dist && rm -rf template/*/node_modules && mv template/01_template/.gitignore template/01_template/gitignore", | ||
"template": "cp -r ../../examples template && rm -rf template/*/dist && rm -rf template/*/node_modules && (for d in template/*; do mv $d/.gitignore $d/gitignore || true; done)", | ||
"build": "ncc build ./src/index.ts -o ./dist/ --minify --no-cache --no-source-map-register" | ||
} | ||
} |
@@ -12,14 +12,14 @@ { | ||
"dependencies": { | ||
"react": "18.3.0-canary-670811593-20240322", | ||
"react-dom": "18.3.0-canary-670811593-20240322", | ||
"react-server-dom-webpack": "18.3.0-canary-670811593-20240322", | ||
"waku": "0.20.0" | ||
"react": "19.0.0-canary-e3ebcd54b-20240405", | ||
"react-dom": "19.0.0-canary-e3ebcd54b-20240405", | ||
"react-server-dom-webpack": "19.0.0-canary-e3ebcd54b-20240405", | ||
"waku": "0.20.1-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.69", | ||
"@types/react-dom": "18.2.22", | ||
"@types/react": "18.2.74", | ||
"@types/react-dom": "18.2.24", | ||
"autoprefixer": "10.4.19", | ||
"tailwindcss": "3.4.1", | ||
"typescript": "5.4.3" | ||
"tailwindcss": "3.4.3", | ||
"typescript": "5.4.4" | ||
} | ||
} |
@@ -7,3 +7,4 @@ { | ||
"esModuleInterop": true, | ||
"module": "nodenext", | ||
"module": "esnext", | ||
"moduleResolution": "bundler", | ||
"skipLibCheck": true, | ||
@@ -10,0 +11,0 @@ "noUncheckedIndexedAccess": true, |
Sorry, the diff of this file is too big to display
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
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
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
413551
180
6196
4