@batijs/features 0.0.113 → 0.0.118

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.
@@ -192,4 +192,4 @@ declare const features: readonly [{
192
192
  declare const flags: ("solid" | "react" | "vue" | "tailwindcss" | "daisyui" | "authjs" | "auth0" | "firebase" | "telefunc" | "trpc" | "h3" | "express" | "hattip" | "prisma" | "edgedb" | "plausible.io" | "google-analytics" | "segment" | "vercel" | "netlify" | "eslint" | "prettier" | "sentry" | "logrocket")[];
193
193
  type Flags = (typeof flags)[number];
194
194
 
195
- export { CategoryLabels as C, Flags as F, categories as a, flags as b, categoriesGroups as c, features as f };
195
+ export { type CategoryLabels as C, type Flags as F, categories as a, flags as b, categoriesGroups as c, features as f };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { c as categoriesGroups } from './features-62d2f444.js';
2
- export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-62d2f444.js';
1
+ import { c as categoriesGroups } from './features-6SrbEDT6.js';
2
+ export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-6SrbEDT6.js';
3
3
 
4
4
  interface Feature<C = string> {
5
5
  label: string;
@@ -17,4 +17,4 @@ interface Category {
17
17
  multiple?: boolean;
18
18
  }
19
19
 
20
- export { Category, Feature, categoriesGroups };
20
+ export { type Category, type Feature, categoriesGroups };
package/dist/rules.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { F as Flags, C as CategoryLabels } from './features-62d2f444.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-6SrbEDT6.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.113",
3
+ "version": "0.0.118",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -8,8 +8,8 @@
8
8
  "repository": "https://github.com/batijs/bati",
9
9
  "license": "MIT",
10
10
  "devDependencies": {
11
- "@types/node": "^16.18.40",
12
- "tsup": "^7.2.0",
11
+ "@types/node": "^18.18.9",
12
+ "tsup": "^8.0.0",
13
13
  "vitest": "^0.34.6"
14
14
  },
15
15
  "main": "./dist/index.js",