diff --git a/lerna.json b/lerna.json index efd63bf4..ca501c8c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "18.0.0", + "version": "18.0.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ba7a369b..b1a899ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18688,7 +18688,7 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "18.0.0", + "version": "18.0.1", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.146", @@ -18786,10 +18786,10 @@ }, "packages/whook-create": { "name": "@whook/create", - "version": "18.0.0", + "version": "18.0.1", "license": "MIT", "dependencies": { - "@whook/example": "^18.0.0", + "@whook/example": "^18.0.1", "axios": "^1.7.9", "common-services": "^17.0.0", "debug": "^4.3.7", @@ -18876,7 +18876,7 @@ }, "packages/whook-example": { "name": "@whook/example", - "version": "18.0.0", + "version": "18.0.1", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", @@ -18929,7 +18929,7 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "18.0.0", + "version": "18.0.1", "license": "MIT", "dependencies": { "@whook/cors": "^18.0.0", diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 02910fa3..401fc890 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/aws-lambda", - "version": "18.0.0", + "version": "18.0.1", "description": "Build and deploy to AWS Lambda with Whook.", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index ac29cdb3..c1e6555d 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -22,7 +22,7 @@ } }, "name": "@whook/create", - "version": "18.0.0", + "version": "18.0.1", "description": "Kickstart a new Whook server", "type": "module", "main": "dist/index.js", @@ -68,7 +68,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/example": "^18.0.0", + "@whook/example": "^18.0.1", "axios": "^1.7.9", "common-services": "^17.0.0", "debug": "^4.3.7", diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index 2a0e6e21..191403f3 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/example", - "version": "18.0.0", + "version": "18.0.1", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index 3f51cc1b..25dc6616 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -29,7 +29,7 @@ } }, "name": "@whook/gcp-functions", - "version": "18.0.0", + "version": "18.0.1", "description": "Build and deploy to GCP Cloud Functions with Whook.", "type": "module", "main": "dist/index.js",