create-payload-app
Advanced tools
Comparing version 3.0.1-canary.34c6cc0 to 3.0.1-canary.d608962
@@ -6,3 +6,3 @@ import { Readable } from 'node:stream'; | ||
export async function downloadTemplate({ debug, projectDir, template }) { | ||
const branchOrTag = template.url.split('#')?.[1] || 'beta'; | ||
const branchOrTag = template.url.split('#')?.[1] || 'latest'; | ||
const url = `https://codeload.github.com/payloadcms/payload/tar.gz/${branchOrTag}`; | ||
@@ -9,0 +9,0 @@ const filter = `payload-${branchOrTag.replace(/^v/, '')}/templates/${template.name}/`; |
@@ -170,4 +170,4 @@ import * as p from '@clack/prompts'; | ||
'@payloadcms/payload-cloud' | ||
].map((pkg)=>`${pkg}@beta`); | ||
packagesToInstall.push(`@payloadcms/db-${dbType}@beta`); | ||
].map((pkg)=>`${pkg}@latest`); | ||
packagesToInstall.push(`@payloadcms/db-${dbType}@latest`); | ||
// Match graphql version of @payloadcms/next | ||
@@ -174,0 +174,0 @@ packagesToInstall.push('graphql@^16.8.1'); |
@@ -33,3 +33,3 @@ import execa from 'execa'; | ||
'show', | ||
'payload@beta', | ||
'payload', | ||
'version' | ||
@@ -36,0 +36,0 @@ ]); |
{ | ||
"name": "create-payload-app", | ||
"version": "3.0.1-canary.34c6cc0", | ||
"version": "3.0.1-canary.d608962", | ||
"homepage": "https://payloadcms.com", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
239001