@contractspec/bundle.workspace 4.5.6 → 4.7.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/README.md CHANGED
@@ -38,6 +38,7 @@ Import the root entrypoint from `@contractspec/bundle.workspace`, or choose a do
38
38
 
39
39
  - Root bundle export with namespaced services, adapters, ports, formatters, templates, contracts, AI helpers, and utilities.
40
40
  - Export `.` resolves through `./src/index.ts`.
41
+ - Environment templates can generate root and app-target `.env.example` content from the shared logical environment contract while preserving per-framework aliases such as `NEXT_PUBLIC_*` and `EXPO_PUBLIC_*`.
41
42
 
42
43
  ## Local Commands
43
44