create-payload-app 0.5.0-beta.8 → 0.5.0-beta.9

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.
@@ -107,7 +107,7 @@ function configurePayloadConfig(args) {
107
107
  configLines_1 = configContent.split('\n');
108
108
  dbReplacement_1 = packages_1.dbPackages[args.dbDetails.type];
109
109
  bundlerReplacement_1 = packages_1.bundlerPackages['webpack'];
110
- editorReplacement_1 = packages_1.editorPackages['lexical'];
110
+ editorReplacement_1 = packages_1.editorPackages['slate'];
111
111
  configLines_1.forEach(function (l, i) {
112
112
  if (l.includes('// database-adapter-import')) {
113
113
  configLines_1[i] = dbReplacement_1.importReplacement;
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.5.0-beta.8",
40
+ "version": "0.5.0-beta.9",
41
41
  "devDependencies": {
42
42
  "@types/command-exists": "^1.2.0",
43
43
  "@types/degit": "^2.8.3",