@batijs/core
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -7,4 +7,4 @@ import { ASTNode, ProxifiedModule } from 'magicast'; | ||
declare const features: readonly ["framework:solid", "db:edgedb", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss", "analytics:plausible.io"]; | ||
declare const flags: Map<string | undefined, "framework:solid" | "db:edgedb" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss" | "analytics:plausible.io">; | ||
declare const features: readonly ["framework:solid", "framework:react", "db:edgedb", "db:prisma", "auth:authjs", "rpc:telefunc", "server:hattip", "server:express", "uikit:tailwindcss", "analytics:plausible.io"]; | ||
declare const flags: Map<string | undefined, "framework:solid" | "framework:react" | "db:edgedb" | "db:prisma" | "auth:authjs" | "rpc:telefunc" | "server:hattip" | "server:express" | "uikit:tailwindcss" | "analytics:plausible.io">; | ||
type AfterColon<T extends string> = T extends `${string}:${infer B}` ? B : never; | ||
@@ -11,0 +11,0 @@ type Flags = AfterColon<(typeof features)[number]>; |
{ | ||
"name": "@batijs/core", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "", | ||
@@ -23,10 +23,10 @@ "type": "module", | ||
"colorette": "^2.0.20", | ||
"esbuild": "^0.18.2", | ||
"esbuild": "^0.18.3", | ||
"magicast": "^0.2.9", | ||
"prettier": "^2.8.8", | ||
"putout": "^29.13.5", | ||
"putout": "^29.15.0", | ||
"rollup": "^3.25.1", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.0", | ||
"vitest": "^0.32.1", | ||
"which": "^3.0.1" | ||
@@ -33,0 +33,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
2993919