@getstrata/starter 0.1.9 → 0.1.11

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.
@@ -6,4 +6,4 @@ This template enables `FRONTEND_MODE=api`.
6
6
  - No server-rendered views or SPA assets
7
7
  - Use bearer tokens or dev auth headers in tests (`actingAs`, `postJson`)
8
8
 
9
- Run `bun run cli new --template=api` to copy this note and set the env flag.
9
+ Generate an API app with `bunx create-strata my-app --frontend api --yes`.
@@ -11,9 +11,9 @@
11
11
  "check": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@getstrata/bootstrap": "^0.4.2",
14
+ "@getstrata/bootstrap": "^0.4.3",
15
15
  "@getstrata/cli": "^0.2.0",
16
- "@getstrata/core": "^0.7.4"
16
+ "@getstrata/core": "^0.7.5"
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.9",
3
+ "version": "0.1.11",
4
4
  "description": "Interactive create-strata wizard. Choose each layer; one database engine.",
5
5
  "type": "module",
6
6
  "license": "MIT",