@batijs/features 0.0.312 → 0.0.313
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,7 +58,6 @@ declare const categories: readonly [{
|
|
|
58
58
|
readonly description: "Coming soon: Error Tracking solution for frontend and backend";
|
|
59
59
|
}];
|
|
60
60
|
type CategoryLabels = (typeof categories)[number]["label"];
|
|
61
|
-
declare const categoryLabelOrder: CategoryLabels[];
|
|
62
61
|
|
|
63
62
|
declare const features: readonly [{
|
|
64
63
|
readonly category: "Frontend Framework";
|
|
@@ -549,4 +548,4 @@ declare const flags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "comp
|
|
|
549
548
|
declare const cliFlags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "compiled-css" | "panda-css" | "daisyui" | "shadcn-ui" | "mantine" | "authjs" | "auth0" | "firebase-auth" | "lucia-auth" | "telefunc" | "trpc" | "ts-rest" | "hono" | "h3" | "express" | "fastify" | "hattip" | "drizzle" | "sqlite" | "prisma" | "edgedb" | "plausible.io" | "google-analytics" | "segment" | "cloudflare" | "vercel" | "netlify" | "aws" | "eslint" | "prettier" | "biome" | "sentry" | "logrocket")[];
|
|
550
549
|
type Flags = (typeof flags)[number];
|
|
551
550
|
|
|
552
|
-
export { type CategoryLabels as C, type Flags as F, categories as a,
|
|
551
|
+
export { type CategoryLabels as C, type Flags as F, categories as a, flags as b, categoriesGroups as c, cliFlags as d, features as f };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as categoriesGroups, F as Flags } from './features-
|
|
2
|
-
export { C as CategoryLabels, a as categories,
|
|
1
|
+
import { c as categoriesGroups, F as Flags } from './features-BNz9znZo.js';
|
|
2
|
+
export { C as CategoryLabels, a as categories, d as cliFlags, f as features, b as flags } from './features-BNz9znZo.js';
|
|
3
3
|
|
|
4
4
|
interface Feature<C = string> {
|
|
5
5
|
label: string;
|
package/dist/index.js
CHANGED
|
@@ -87,7 +87,6 @@ tailored for Vike.`
|
|
|
87
87
|
description: `Coming soon: Error Tracking solution for frontend and backend`
|
|
88
88
|
}
|
|
89
89
|
];
|
|
90
|
-
var categoryLabelOrder = categories.map((category) => category.label);
|
|
91
90
|
|
|
92
91
|
// src/helpers.ts
|
|
93
92
|
var BatiSet = class extends Set {
|
|
@@ -117,7 +116,6 @@ export {
|
|
|
117
116
|
BatiSet,
|
|
118
117
|
categories,
|
|
119
118
|
categoriesGroups,
|
|
120
|
-
categoryLabelOrder,
|
|
121
119
|
cliFlags,
|
|
122
120
|
features,
|
|
123
121
|
flags
|
package/dist/rules.d.ts
CHANGED