@lagon/astro
Advanced tools
Comparing version 0.0.3 to 0.0.4
# @lagon/astro | ||
## 0.0.4 | ||
### Patch Changes | ||
- [#240](https://github.com/lagonapp/lagon/pull/240) [`8727bc6`](https://github.com/lagonapp/lagon/commit/8727bc64b98f280eb54e4d94ea1c309c13663b59) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove extra process.argv shim | ||
## 0.0.3 | ||
@@ -4,0 +10,0 @@ |
@@ -6,5 +6,2 @@ // src/index.ts | ||
import { fileURLToPath } from "url"; | ||
var SHIM = `globalThis.process = { | ||
argv: [], | ||
};`; | ||
function getAdapter(args) { | ||
@@ -63,6 +60,3 @@ return { | ||
bundle: true, | ||
external: ["@astrojs/markdown-remark"], | ||
banner: { | ||
js: SHIM | ||
} | ||
external: ["@astrojs/markdown-remark"] | ||
}); | ||
@@ -69,0 +63,0 @@ try { |
{ | ||
"name": "@lagon/astro", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,6 +12,2 @@ import type { AstroAdapter, AstroIntegration } from 'astro'; | ||
const SHIM = `globalThis.process = { | ||
argv: [], | ||
};`; | ||
export function getAdapter(args?: Options): AstroAdapter { | ||
@@ -75,5 +71,2 @@ return { | ||
external: ['@astrojs/markdown-remark'], | ||
banner: { | ||
js: SHIM, | ||
}, | ||
}); | ||
@@ -80,0 +73,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
43353
0
204