@batijs/features 0.0.175 → 0.0.177

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.
@@ -143,7 +143,18 @@ var features = [
143
143
  flag: "auth0",
144
144
  image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjllbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAyNTYgMjg1Ij48cGF0aCBkPSJNMjIwLjQxMiAwaC05Mi40MTVsMjguNTYyIDg5LjAwNmg5Mi40MTZsLTc0Ljc3IDUzLjA3N2wyOC41NyA4OS41MTFjNDguMTI4LTM1LjA2IDYzLjg1NC04OC4xMiA0Ni4yMDgtMTQyLjU4OEwyMjAuNDEzIDBaTTcuMDE4IDg5LjAwNmg5Mi40MTZMMTI3Ljk5NyAwSDM1LjU4OUw3LjAxOSA4OS4wMDZjLTE3LjY1NSA1NC40NjgtMS45MiAxMDcuNTI5IDQ2LjIwNyAxNDIuNTg4bDI4LjU2My04OS41MWwtNzQuNzctNTMuMDc4Wm00Ni4yMDggMTQyLjU4OGw3NC43NyA1Mi45N2w3NC43Ny01Mi45N2wtNzQuNzctNTMuODQ3bC03NC43NyA1My44NDdaIi8+PC9zdmc+",
145
145
  url: "https://auth0.com",
146
- disabled: true
146
+ tagline: "Secure access for everyone. But not just anyone.",
147
+ repo: "auth0/express-openid-connect",
148
+ links: [
149
+ {
150
+ label: "Quickstarts",
151
+ href: "https://auth0.com/docs/quickstart/webapp/express/interactive"
152
+ },
153
+ {
154
+ label: "Docs",
155
+ href: "https://auth0.com/docs"
156
+ }
157
+ ]
147
158
  },
148
159
  {
149
160
  category: "Auth",
@@ -161,7 +161,15 @@ declare const features: readonly [{
161
161
  readonly flag: "auth0";
162
162
  readonly image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjllbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAyNTYgMjg1Ij48cGF0aCBkPSJNMjIwLjQxMiAwaC05Mi40MTVsMjguNTYyIDg5LjAwNmg5Mi40MTZsLTc0Ljc3IDUzLjA3N2wyOC41NyA4OS41MTFjNDguMTI4LTM1LjA2IDYzLjg1NC04OC4xMiA0Ni4yMDgtMTQyLjU4OEwyMjAuNDEzIDBaTTcuMDE4IDg5LjAwNmg5Mi40MTZMMTI3Ljk5NyAwSDM1LjU4OUw3LjAxOSA4OS4wMDZjLTE3LjY1NSA1NC40NjgtMS45MiAxMDcuNTI5IDQ2LjIwNyAxNDIuNTg4bDI4LjU2My04OS41MWwtNzQuNzctNTMuMDc4Wm00Ni4yMDggMTQyLjU4OGw3NC43NyA1Mi45N2w3NC43Ny01Mi45N2wtNzQuNzctNTMuODQ3bC03NC43NyA1My44NDdaIi8+PC9zdmc+";
163
163
  readonly url: "https://auth0.com";
164
- readonly disabled: true;
164
+ readonly tagline: "Secure access for everyone. But not just anyone.";
165
+ readonly repo: "auth0/express-openid-connect";
166
+ readonly links: [{
167
+ readonly label: "Quickstarts";
168
+ readonly href: "https://auth0.com/docs/quickstart/webapp/express/interactive";
169
+ }, {
170
+ readonly label: "Docs";
171
+ readonly href: "https://auth0.com/docs";
172
+ }];
165
173
  }, {
166
174
  readonly category: "Auth";
167
175
  readonly label: "Firebase";
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { c as categoriesGroups } from './features-DrlHxfVg.js';
2
- export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-DrlHxfVg.js';
1
+ import { c as categoriesGroups } from './features-ceFBKXFW.js';
2
+ export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-ceFBKXFW.js';
3
3
 
4
4
  interface Feature<C = string> {
5
5
  label: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  features,
3
3
  flags
4
- } from "./chunk-B74KZN65.js";
4
+ } from "./chunk-7KMLITLQ.js";
5
5
 
6
6
  // src/groups.ts
7
7
  var categoriesGroups = /* @__PURE__ */ ((categoriesGroups2) => {
package/dist/rules.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { F as Flags, C as CategoryLabels } from './features-DrlHxfVg.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-ceFBKXFW.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-B74KZN65.js";
4
+ } from "./chunk-7KMLITLQ.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.175",
3
+ "version": "0.0.177",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -10,7 +10,7 @@
10
10
  "devDependencies": {
11
11
  "@types/node": "^18.19.14",
12
12
  "tsup": "^8.0.2",
13
- "vitest": "^1.4.0"
13
+ "vitest": "^1.5.0"
14
14
  },
15
15
  "main": "./dist/index.js",
16
16
  "module": "./dist/index.js",