@getstrata/starter 0.1.13 → 1.0.0

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/dist/cli.js CHANGED
@@ -2434,9 +2434,9 @@ function renderPackageJson(projectName, options = {}) {
2434
2434
  "@getstrata/cli": "workspace:*",
2435
2435
  "@getstrata/core": "workspace:*"
2436
2436
  } : {
2437
- "@getstrata/bootstrap": "^0.4.3",
2438
- "@getstrata/cli": "^0.2.0",
2439
- "@getstrata/core": "^0.7.5"
2437
+ "@getstrata/bootstrap": "^1.0.0",
2438
+ "@getstrata/cli": "^1.0.0",
2439
+ "@getstrata/core": "^1.0.0"
2440
2440
  };
2441
2441
  if (options.layers?.database === "mysql") {
2442
2442
  coreDeps.mysql2 = "^3.24.3";
@@ -3185,7 +3185,6 @@ function adminCandidateUrls(url: string): string[] {
3185
3185
  names.push(current);
3186
3186
  }
3187
3187
  } catch {
3188
- // keep the built-in admin databases
3189
3188
  }
3190
3189
  return names.map((name) => {
3191
3190
  const admin = new URL(url);
@@ -11,9 +11,9 @@
11
11
  "check": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@getstrata/bootstrap": "^0.4.3",
15
- "@getstrata/cli": "^0.2.0",
16
- "@getstrata/core": "^0.7.5"
14
+ "@getstrata/bootstrap": "^1.0.0",
15
+ "@getstrata/cli": "^1.0.0",
16
+ "@getstrata/core": "^1.0.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/bun": "^1.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getstrata/starter",
3
- "version": "0.1.13",
3
+ "version": "1.0.0",
4
4
  "description": "Interactive create-strata wizard. Choose each layer; one database engine.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,6 +24,6 @@
24
24
  "access": "public"
25
25
  },
26
26
  "engines": {
27
- "bun": ">=1.1.0"
27
+ "bun": ">=1.4.0"
28
28
  }
29
29
  }