create-turniza-app 1.0.4 → 1.0.6

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
@@ -9,7 +9,10 @@ A production-ready monorepo with:
9
9
  | Feature | Details |
10
10
  |---------|---------|
11
11
  | **Flutter mobile** | iOS + Android with 90+ lint rules + DCM |
12
- | **Astro web** | SSR on Cloudflare Workers |
12
+ | **Astro web** | SSR on Cloudflare Workers, Preact islands |
13
+ | **PWA** | Installable, standalone display, manifest, offline-ready |
14
+ | **View Transitions** | SPA-like animated navigation between pages |
15
+ | **App-native CSS** | Dark theme, safe areas, no bounce, glassmorphism |
13
16
  | **Makefile** | Single source of truth for all commands |
14
17
  | **Pre-commit hooks** | Lefthook → secrets, format, lint |
15
18
  | **Testing** | flutter_test, Vitest, Playwright |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turniza-app",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "CLI scaffold for creating new Turniza monorepo apps (Flutter + Astro + Cloudflare Workers)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
- # Uncomment this line to define a global platform for your project
2
- # platform :ios, '13.0'
1
+ # Define a global platform for your project
2
+ platform :ios, '13.0'
3
3
 
4
4
  # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
  ENV['COCOAPODS_DISABLE_STATS'] = 'true'