sladg / nextjs-lambda

Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong version from `--version`

gpmcadam opened this issue · comments

The bundle for the latest version still has the previous version in it.

$ npx --package @sladg/nextjs-lambda cli --version                                                         1640ms
Need to install the following packages:
  @sladg/nextjs-lambda@7.0.4
Ok to proceed? (y) y
7.0.3

See:

20657   │ // package.json
20658   │ var package_default = {
20659   │   name: "@sladg/nextjs-lambda",
20660   │   version: "7.0.3",
commented

This is connected with master being released instead of release branch. Let me fix that pipeline.