create-payload-app 0.3.30 → 0.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,19 +106,19 @@ function getValidTemplates() {
106
106
  {
107
107
  name: 'cloud-template-blank',
108
108
  type: 'starter',
109
- url: 'https://github.com/payloadcms/template-blank',
109
+ url: 'https://github.com/payloadcms/payload/templates/blank',
110
110
  description: 'Blank template for Payload Cloud',
111
111
  },
112
112
  {
113
113
  name: 'cloud-template-website',
114
114
  type: 'starter',
115
- url: 'https://github.com/payloadcms/template-website',
115
+ url: 'https://github.com/payloadcms/payload/templates/website',
116
116
  description: 'Website template for Payload Cloud',
117
117
  },
118
118
  {
119
119
  name: 'cloud-template-ecommerce',
120
120
  type: 'starter',
121
- url: 'https://github.com/payloadcms/template-ecommerce',
121
+ url: 'https://github.com/payloadcms/payload/templates/ecommerce',
122
122
  description: 'E-commerce template for Payload Cloud',
123
123
  },
124
124
  ];
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "prompts": "^2.4.2",
38
38
  "terminal-link": "^2.1.1"
39
39
  },
40
- "version": "0.3.30",
40
+ "version": "0.3.31",
41
41
  "devDependencies": {
42
42
  "@types/command-exists": "^1.2.0",
43
43
  "@types/degit": "^2.8.3",