@batijs/core
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -5,8 +5,8 @@ import { ASTNode, ProxifiedModule } from 'magicast'; | ||
declare const features: readonly ["framework:solid", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss"]; | ||
declare const flags: Map<string | undefined, "framework:solid" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss">; | ||
declare const features: readonly ["framework:solid", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss"]; | ||
declare const flags: Map<string | undefined, "framework:solid" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss">; | ||
type MaybeContentGetter = (() => string | Promise<string>) | undefined; | ||
interface VikeMeta { | ||
VIKE_MODULES?: (typeof features)[number][]; | ||
BATI_MODULES?: (typeof features)[number][]; | ||
} | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@batijs/core", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -11,3 +11,2 @@ "type": "module", | ||
"devDependencies": { | ||
"@putout/bundle": "^1.8.3", | ||
"@putout/plugin-remove-unused-variables": "^5.1.0", | ||
@@ -14,0 +13,0 @@ "@rollup/plugin-commonjs": "^24.1.0", |
Sorry, the diff of this file is too big to display
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
18
12877
2966612