@flyo/nitro-astro 2.3.3 → 2.3.4

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.
@@ -26,7 +26,7 @@ const mode = readEnv("MODE", "-");
26
26
  const vercelDeploymentId = readEnv("VERCEL_DEPLOYMENT_ID", "-");
27
27
 
28
28
  // prefer your own sha, otherwise Vercel's
29
- const gitSha = readEnv("VERCEL_GIT_COMMIT_SHA", "-");
29
+ const vercelGitCommitSha = readEnv("VERCEL_GIT_COMMIT_SHA", "-");
30
30
 
31
31
  // prefer your own release/version, otherwise empty
32
32
  const version = readEnv("VERSION", "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyo/nitro-astro",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Connecting Flyo Headless Content Hub into your Astro project.",
5
5
  "homepage": "https://dev.flyo.cloud/nitro",
6
6
  "keywords": [