@batijs/features 0.0.311 → 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, categoryLabelOrder as b, categoriesGroups as c, flags as d, cliFlags as e, features as f };
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-CxQR692q.js';
2
- export { C as CategoryLabels, a as categories, b as categoryLabelOrder, e as cliFlags, f as features, d as flags } from './features-CxQR692q.js';
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
@@ -1,4 +1,4 @@
1
- import { F as Flags, C as CategoryLabels } from './features-CxQR692q.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-BNz9znZo.js';
2
2
 
3
3
  declare enum RulesMessage {
4
4
  ERROR_AUTH_R_SERVER = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/features",
3
- "version": "0.0.311",
3
+ "version": "0.0.313",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -8,9 +8,9 @@
8
8
  "repository": "https://github.com/vikejs/bati",
9
9
  "license": "MIT",
10
10
  "devDependencies": {
11
- "@types/node": "^18.19.65",
11
+ "@types/node": "^18.19.67",
12
12
  "tsup": "^8.3.5",
13
- "vitest": "^2.1.6"
13
+ "vitest": "^2.1.7"
14
14
  },
15
15
  "main": "./dist/index.js",
16
16
  "module": "./dist/index.js",