@flipdish/cdk-constructs 0.1.5 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,11 @@ CDK Constructs for Flipdish serverless applications, with a focus on API constru
8
8
  npm install @flipdish/cdk-constructs
9
9
  ```
10
10
 
11
+ ## Required Static File
12
+
13
+ **Important:** The file `stacks/static/openapi.html` must exist in your project. This file is required for the OpenAPI documentation endpoints to work correctly.
14
+
15
+
11
16
  ## Overview
12
17
 
13
18
  This package provides CDK constructs and utilities for building serverless APIs with strong typing and automatic OpenAPI documentation. It is designed to be used with [SST](https://sst.dev/) and integrates with Zod for schema validation and OpenAPI generation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/cdk-constructs",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "CDK Constructs for Flipdish serverless applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",