@batijs/features 0.0.243 → 0.0.244

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.
@@ -195,6 +195,23 @@ var features = [
195
195
  }
196
196
  ]
197
197
  },
198
+ {
199
+ category: "Auth",
200
+ label: "Lucia",
201
+ flag: "lucia-auth",
202
+ image: "data:image/svg+xml;base64,PHN2ZyBpZD0nV2Fyc3R3YV8xJyBkYXRhLW5hbWU9J1dhcnN0d2EgMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgdmlld0JveD0nMCAwIDIwMDAgMjAwMCc+PHBhdGggZmlsbD0nIzVmNTdmZicgZD0nbTE2NDcuNjYsMTY3My4zNkwxMDAwLDcyLjczLDM1Mi4zNCwxNjczLjM2bC0xMDIuNzQsMjUzLjkxaDE1MDAuOGwtMTAyLjc0LTI1My45MVptLTY0Ny42Ni01NDlsLTQ0Mi44Miw1NDUuMzksOTkuNTUtMjQ2LjA0LDM0My4yNy04NDguMzUsMzQzLjI2LDg0OC4zNSw5OS41NSwyNDYuMDQtNDQyLjgxLTU0NS4zOVonIC8+PC9zdmc+",
203
+ url: "https://lucia-auth.com",
204
+ links: [
205
+ {
206
+ label: "Getting started",
207
+ href: "https://lucia-auth.com/getting-started/"
208
+ },
209
+ {
210
+ label: "API reference",
211
+ href: "https://lucia-auth.com/reference/main/"
212
+ }
213
+ ]
214
+ },
198
215
  // RPC
199
216
  {
200
217
  category: "Data fetching",
@@ -205,6 +205,19 @@ declare const features: readonly [{
205
205
  readonly label: "API";
206
206
  readonly href: "https://firebase.google.com/docs/reference";
207
207
  }];
208
+ }, {
209
+ readonly category: "Auth";
210
+ readonly label: "Lucia";
211
+ readonly flag: "lucia-auth";
212
+ readonly image: "data:image/svg+xml;base64,PHN2ZyBpZD0nV2Fyc3R3YV8xJyBkYXRhLW5hbWU9J1dhcnN0d2EgMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgdmlld0JveD0nMCAwIDIwMDAgMjAwMCc+PHBhdGggZmlsbD0nIzVmNTdmZicgZD0nbTE2NDcuNjYsMTY3My4zNkwxMDAwLDcyLjczLDM1Mi4zNCwxNjczLjM2bC0xMDIuNzQsMjUzLjkxaDE1MDAuOGwtMTAyLjc0LTI1My45MVptLTY0Ny42Ni01NDlsLTQ0Mi44Miw1NDUuMzksOTkuNTUtMjQ2LjA0LDM0My4yNy04NDguMzUsMzQzLjI2LDg0OC4zNSw5OS41NSwyNDYuMDQtNDQyLjgxLTU0NS4zOVonIC8+PC9zdmc+";
213
+ readonly url: "https://lucia-auth.com";
214
+ readonly links: [{
215
+ readonly label: "Getting started";
216
+ readonly href: "https://lucia-auth.com/getting-started/";
217
+ }, {
218
+ readonly label: "API reference";
219
+ readonly href: "https://lucia-auth.com/reference/main/";
220
+ }];
208
221
  }, {
209
222
  readonly category: "Data fetching";
210
223
  readonly label: "Telefunc";
@@ -456,8 +469,8 @@ declare const features: readonly [{
456
469
  readonly url: "https://logrocket.com";
457
470
  readonly disabled: true;
458
471
  }];
459
- declare const flags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "daisyui" | "compiled-css" | "authjs" | "auth0" | "firebase-auth" | "telefunc" | "trpc" | "ts-rest" | "hono" | "h3" | "express" | "fastify" | "hattip" | "prisma" | "edgedb" | "drizzle" | "plausible.io" | "google-analytics" | "segment" | "cloudflare" | "vercel" | "netlify" | "eslint" | "prettier" | "biome" | "sentry" | "logrocket")[];
460
- declare const cliFlags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "daisyui" | "compiled-css" | "authjs" | "auth0" | "firebase-auth" | "telefunc" | "trpc" | "ts-rest" | "hono" | "h3" | "express" | "fastify" | "hattip" | "prisma" | "edgedb" | "drizzle" | "plausible.io" | "google-analytics" | "segment" | "cloudflare" | "vercel" | "netlify" | "eslint" | "prettier" | "biome" | "sentry" | "logrocket")[];
472
+ declare const flags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "daisyui" | "compiled-css" | "authjs" | "auth0" | "firebase-auth" | "lucia-auth" | "telefunc" | "trpc" | "ts-rest" | "hono" | "h3" | "express" | "fastify" | "hattip" | "prisma" | "edgedb" | "drizzle" | "plausible.io" | "google-analytics" | "segment" | "cloudflare" | "vercel" | "netlify" | "eslint" | "prettier" | "biome" | "sentry" | "logrocket")[];
473
+ declare const cliFlags: ("vike" | "react" | "vue" | "solid" | "tailwindcss" | "daisyui" | "compiled-css" | "authjs" | "auth0" | "firebase-auth" | "lucia-auth" | "telefunc" | "trpc" | "ts-rest" | "hono" | "h3" | "express" | "fastify" | "hattip" | "prisma" | "edgedb" | "drizzle" | "plausible.io" | "google-analytics" | "segment" | "cloudflare" | "vercel" | "netlify" | "eslint" | "prettier" | "biome" | "sentry" | "logrocket")[];
461
474
  type Flags = (typeof flags)[number];
462
475
 
463
476
  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 } from './features-CX9XFETp.js';
2
- export { C as CategoryLabels, F as Flags, a as categories, d as cliFlags, f as features, b as flags } from './features-CX9XFETp.js';
1
+ import { c as categoriesGroups } from './features-povQmbz3.js';
2
+ export { C as CategoryLabels, F as Flags, a as categories, d as cliFlags, f as features, b as flags } from './features-povQmbz3.js';
3
3
 
4
4
  interface Feature<C = string> {
5
5
  label: string;
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  cliFlags,
3
3
  features,
4
4
  flags
5
- } from "./chunk-TE42ZY4V.js";
5
+ } from "./chunk-PXU523CX.js";
6
6
 
7
7
  // src/groups.ts
8
8
  var categoriesGroups = /* @__PURE__ */ ((categoriesGroups2) => {
package/dist/rules.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { F as Flags, C as CategoryLabels } from './features-CX9XFETp.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-povQmbz3.js';
2
2
 
3
3
  declare enum RulesMessage {
4
4
  ERROR_AUTH_R_SERVER = 0,
package/dist/rules.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  features,
3
3
  flags
4
- } from "./chunk-TE42ZY4V.js";
4
+ } from "./chunk-PXU523CX.js";
5
5
 
6
6
  // src/rules/enum.ts
7
7
  var RulesMessage = /* @__PURE__ */ ((RulesMessage2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/features",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],