@batijs/features 0.0.282 → 0.0.286

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.
@@ -200,15 +200,15 @@ var features = [
200
200
  image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjllbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAyNTYgMjg1Ij48cGF0aCBkPSJNMjIwLjQxMiAwaC05Mi40MTVsMjguNTYyIDg5LjAwNmg5Mi40MTZsLTc0Ljc3IDUzLjA3N2wyOC41NyA4OS41MTFjNDguMTI4LTM1LjA2IDYzLjg1NC04OC4xMiA0Ni4yMDgtMTQyLjU4OEwyMjAuNDEzIDBaTTcuMDE4IDg5LjAwNmg5Mi40MTZMMTI3Ljk5NyAwSDM1LjU4OUw3LjAxOSA4OS4wMDZjLTE3LjY1NSA1NC40NjgtMS45MiAxMDcuNTI5IDQ2LjIwNyAxNDIuNTg4bDI4LjU2My04OS41MWwtNzQuNzctNTMuMDc4Wm00Ni4yMDggMTQyLjU4OGw3NC43NyA1Mi45N2w3NC43Ny01Mi45N2wtNzQuNzctNTMuODQ3bC03NC43NyA1My44NDdaIi8+PC9zdmc+",
201
201
  url: "https://auth0.com",
202
202
  tagline: "Secure access for everyone. But not just anyone.",
203
- repo: "auth0/express-openid-connect",
203
+ repo: "nextauthjs/next-auth",
204
204
  links: [
205
205
  {
206
- label: "Quickstarts",
207
- href: "https://auth0.com/docs/quickstart/webapp/express/interactive"
206
+ label: "Auth0 doc",
207
+ href: "https://auth0.com/docs"
208
208
  },
209
209
  {
210
- label: "Docs",
211
- href: "https://auth0.com/docs"
210
+ label: "Auth.js auth0 provider doc",
211
+ href: "https://authjs.dev/reference/core/providers/auth0"
212
212
  }
213
213
  ]
214
214
  },
@@ -217,13 +217,13 @@ declare const features: readonly [{
217
217
  readonly image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjllbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAyNTYgMjg1Ij48cGF0aCBkPSJNMjIwLjQxMiAwaC05Mi40MTVsMjguNTYyIDg5LjAwNmg5Mi40MTZsLTc0Ljc3IDUzLjA3N2wyOC41NyA4OS41MTFjNDguMTI4LTM1LjA2IDYzLjg1NC04OC4xMiA0Ni4yMDgtMTQyLjU4OEwyMjAuNDEzIDBaTTcuMDE4IDg5LjAwNmg5Mi40MTZMMTI3Ljk5NyAwSDM1LjU4OUw3LjAxOSA4OS4wMDZjLTE3LjY1NSA1NC40NjgtMS45MiAxMDcuNTI5IDQ2LjIwNyAxNDIuNTg4bDI4LjU2My04OS41MWwtNzQuNzctNTMuMDc4Wm00Ni4yMDggMTQyLjU4OGw3NC43NyA1Mi45N2w3NC43Ny01Mi45N2wtNzQuNzctNTMuODQ3bC03NC43NyA1My44NDdaIi8+PC9zdmc+";
218
218
  readonly url: "https://auth0.com";
219
219
  readonly tagline: "Secure access for everyone. But not just anyone.";
220
- readonly repo: "auth0/express-openid-connect";
220
+ readonly repo: "nextauthjs/next-auth";
221
221
  readonly links: [{
222
- readonly label: "Quickstarts";
223
- readonly href: "https://auth0.com/docs/quickstart/webapp/express/interactive";
224
- }, {
225
- readonly label: "Docs";
222
+ readonly label: "Auth0 doc";
226
223
  readonly href: "https://auth0.com/docs";
224
+ }, {
225
+ readonly label: "Auth.js auth0 provider doc";
226
+ readonly href: "https://authjs.dev/reference/core/providers/auth0";
227
227
  }];
228
228
  }, {
229
229
  readonly category: "Auth";
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { c as categoriesGroups, F as Flags } from './features-vXaa6ml5.js';
2
- export { C as CategoryLabels, a as categories, d as cliFlags, f as features, b as flags } from './features-vXaa6ml5.js';
1
+ import { c as categoriesGroups, F as Flags } from './features-Do_EsvXg.js';
2
+ export { C as CategoryLabels, a as categories, d as cliFlags, f as features, b as flags } from './features-Do_EsvXg.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-X7TRM654.js";
5
+ } from "./chunk-BYAQKFAS.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-vXaa6ml5.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-Do_EsvXg.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-X7TRM654.js";
4
+ } from "./chunk-BYAQKFAS.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.282",
3
+ "version": "0.0.286",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],