diff --git a/package.json b/package.json index b7f0e37..d65b17f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bin": { "cdkw": "lib/cli.js" }, - "version": "0.0.24-next.0", + "version": "0.0.24-next.1", "scripts": { "type-check": "tsc -p tsconfig.json --noEmit", "build": "tsup src/index.ts src/cli.ts src/index.ts src/websocketHandlers/index.ts src/lambda-extension/cdk-watch-lambda-wrapper/index.ts --no-splitting -d lib --clean --dts=src/index.ts",