@composurecdk/core 0.4.1 → 0.4.3

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,7 +92,5 @@ ref<FunctionBuilderResult>("handler", (r) => new LambdaIntegration(r.function));
92
92
 
93
93
  ## Examples
94
94
 
95
- - [MultiStackApp](../examples/src/multi-stack-app.ts) — System composed with `withStacks` for multi-stack routing
96
- - [StrategyStackApp](../examples/src/strategy-stack-app.ts) — System composed with `withStackStrategy`
97
- - [LambdaApiStack](../examples/src/lambda-api-app.ts) — Cross-component wiring with `ref`
95
+ - [MultiStackApp](../examples/src/multi-stack-app.ts) — System composed with `withStacks` for multi-stack routing, demonstrates cross-component wiring with `ref`
98
96
  - [StaticWebsiteStack](../examples/src/static-website/app.ts) — S3 + CloudFront composed system with `ref` and `afterBuild`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@composurecdk/core",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Composable CDK component system — lifecycle, dependency resolution, and builder pattern",
5
5
  "repository": {
6
6
  "type": "git",