@lagon/astro
Advanced tools
Comparing version 0.2.1 to 0.2.2
# @lagon/astro | ||
## 0.2.2 | ||
### Patch Changes | ||
- [#619](https://github.com/lagonapp/lagon/pull/619) [`2495126`](https://github.com/lagonapp/lagon/commit/2495126a8d8f4c8c67149b50d41d51912cb2dec6) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Bundle for Node.js by excluding all dependencies | ||
## 0.2.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@lagon/astro", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Astro integration to deploy your site to Lagon", | ||
@@ -28,7 +28,7 @@ "type": "module", | ||
"devDependencies": { | ||
"astro": "2.0.6" | ||
"astro": "2.0.14" | ||
}, | ||
"scripts": { | ||
"watch": "tsup src/index.ts src/server.ts --format esm --dts --watch", | ||
"build": "tsup src/index.ts src/server.ts --format esm --dts", | ||
"watch": "tsup-node src/index.ts src/server.ts --format esm --dts --watch", | ||
"build": "tsup-node src/index.ts src/server.ts --format esm --dts", | ||
"lint": "eslint --cache .", | ||
@@ -35,0 +35,0 @@ "typecheck": "tsc --noEmit" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
1
45287
13
212