@batijs/features
Advanced tools
Comparing version 0.0.128 to 0.0.129
@@ -1,3 +0,3 @@ | ||
import { c as categoriesGroups } from './features-wRGJo-jC.js'; | ||
export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-wRGJo-jC.js'; | ||
import { c as categoriesGroups } from './features-xxN40eNU.js'; | ||
export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-xxN40eNU.js'; | ||
@@ -13,4 +13,11 @@ interface Feature<C = string> { | ||
spectrum?: "beaten_path" | "bleeding_edge"; | ||
tagline?: string; | ||
links?: FeatureLink[]; | ||
repo?: string; | ||
disabled?: boolean; | ||
} | ||
interface FeatureLink { | ||
label: string; | ||
href: string; | ||
} | ||
interface Category { | ||
@@ -22,2 +29,2 @@ label: string; | ||
export { type Category, type Feature, categoriesGroups }; | ||
export { type Category, type Feature, type FeatureLink, categoriesGroups }; |
import { | ||
features, | ||
flags | ||
} from "./chunk-KAGUVEMU.js"; | ||
} from "./chunk-EJCTLNZ5.js"; | ||
@@ -6,0 +6,0 @@ // src/groups.ts |
@@ -1,2 +0,2 @@ | ||
import { F as Flags, C as CategoryLabels } from './features-wRGJo-jC.js'; | ||
import { F as Flags, C as CategoryLabels } from './features-xxN40eNU.js'; | ||
@@ -3,0 +3,0 @@ declare enum RulesMessage { |
import { | ||
features, | ||
flags | ||
} from "./chunk-KAGUVEMU.js"; | ||
} from "./chunk-EJCTLNZ5.js"; | ||
@@ -6,0 +6,0 @@ // src/rules/enum.ts |
{ | ||
"name": "@batijs/features", | ||
"version": "0.0.128", | ||
"version": "0.0.129", | ||
"description": "", | ||
@@ -37,4 +37,5 @@ "type": "module", | ||
"test:ci": "vitest run", | ||
"build": "tsup" | ||
"build": "tsup", | ||
"watch": "tsup --watch" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118811
1180
1