@jskit-ai/create-app 0.1.108 → 0.1.110

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/create-app",
3
- "version": "0.1.108",
3
+ "version": "0.1.110",
4
4
  "description": "Scaffold JSKIT app shells.",
5
5
  "type": "module",
6
6
  "files": [
@@ -54,10 +54,7 @@ function buildInitialSetupCommands(initialBundles) {
54
54
 
55
55
  const commands = [];
56
56
  if (normalizedPreset === "auth") {
57
- commands.push(
58
- "npx jskit add package auth-provider-supabase-core --auth-supabase-url \"https://YOUR-PROJECT.supabase.co\" --auth-supabase-publishable-key \"sb_publishable_...\" --app-public-url \"http://localhost:5173\""
59
- );
60
- commands.push("npx jskit add bundle auth-base");
57
+ commands.push("npx jskit add bundle auth-local");
61
58
  }
62
59
 
63
60
  return commands;
@@ -27,7 +27,6 @@ const REQUIRED_TOP_LEVEL_ENTRIES = Object.freeze([
27
27
  "jsconfig.json",
28
28
  "package.json",
29
29
  "packages",
30
- "scripts",
31
30
  "server",
32
31
  "server.js",
33
32
  "src",
@@ -27,7 +27,6 @@ const REQUIRED_TOP_LEVEL_ENTRIES = Object.freeze([
27
27
  "jsconfig.json",
28
28
  "package.json",
29
29
  "packages",
30
- "scripts",
31
30
  "server",
32
31
  "server.js",
33
32
  "src",