@getstrata/starter 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -29,7 +29,7 @@ Copy `.env.example` to `.env`. The scaffold is an API app without a `tenant` tab
29
29
  | `METRICS_TOKEN` | unset | Required in production to expose `GET /metrics` |
30
30
  | `FEATURE_PUBLIC_READS` | unset | Set `false` in production |
31
31
 
32
- `assertProductionSecrets()` is WorkHub-oriented (API tokens, Stripe, SCIM). Starter apps do not call it; add it if you enable those features.
32
+ `createAppContext()` does not call `assertProductionSecrets()`. That helper is WorkHub-oriented (API tokens, Stripe, SCIM). Starter apps do not call it; add it if you enable those features.
33
33
 
34
34
  ## Publish
35
35
 
@@ -11,8 +11,8 @@
11
11
  "check": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@getstrata/bootstrap": "^0.2.48",
15
- "@getstrata/core": "^0.5.57"
14
+ "@getstrata/bootstrap": "^0.2.49",
15
+ "@getstrata/core": "^0.5.58"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bun": "^1.4.0",
@@ -11,8 +11,8 @@
11
11
  "check": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@getstrata/bootstrap": "^0.2.48",
15
- "@getstrata/core": "^0.5.57"
14
+ "@getstrata/bootstrap": "^0.2.49",
15
+ "@getstrata/core": "^0.5.58"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bun": "^1.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getstrata/starter",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Scaffold a new Strata app — bun create strata",
5
5
  "type": "module",
6
6
  "license": "MIT",