@inox-tools/astro-when
Advanced tools
Comparing version 0.2.3-inline-md.0 to 0.2.3
@@ -69,2 +69,5 @@ import { defineIntegration, addVitePlugin } from 'astro-integration-kit'; | ||
} | ||
}, | ||
"astro:build:done": () => { | ||
delete globalThis[key]; | ||
} | ||
@@ -71,0 +74,0 @@ } |
{ | ||
"name": "@inox-tools/astro-when", | ||
"version": "0.2.3-inline-md.0", | ||
"version": "0.2.3", | ||
"description": "Integration that informs when in Astro's lifecycle the code is running", | ||
@@ -31,8 +31,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@inox-tools/astro-tests": "", | ||
"@types/debug": "^4.1.12", | ||
"@types/node": "^22.5.4", | ||
"@vitest/ui": "^2.0.5", | ||
"astro": "^4.15.3", | ||
"jest-extended": "^4.0.2", | ||
"tsup": "8.2.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3" | ||
"vite": "^5.4.3", | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -46,4 +50,5 @@ "peerDependencies": { | ||
"prepublish": "pnpm run build", | ||
"test": "echo 'No tests'" | ||
"test": "vitest run", | ||
"test:dev": "vitest" | ||
} | ||
} |
@@ -81,4 +81,7 @@ import { defineIntegration, addVitePlugin } from 'astro-integration-kit'; | ||
}, | ||
'astro:build:done': () => { | ||
delete (globalThis as any)[key]; | ||
}, | ||
}, | ||
}), | ||
}); |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13232
165
2
10