@batijs/features
Advanced tools
Comparing version 0.0.180 to 0.0.181
@@ -1,3 +0,3 @@ | ||
import { c as categoriesGroups } from './features-ceFBKXFW.js'; | ||
export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-ceFBKXFW.js'; | ||
import { c as categoriesGroups } from './features-pXkQVZ7T.js'; | ||
export { C as CategoryLabels, F as Flags, a as categories, d as cliFlags, f as features, b as flags } from './features-pXkQVZ7T.js'; | ||
@@ -17,2 +17,4 @@ interface Feature<C = string> { | ||
disabled?: boolean; | ||
invisibleCli?: boolean; | ||
readonly?: boolean; | ||
} | ||
@@ -19,0 +21,0 @@ interface FeatureLink { |
import { | ||
cliFlags, | ||
features, | ||
flags | ||
} from "./chunk-7KMLITLQ.js"; | ||
} from "./chunk-JNL4SOUP.js"; | ||
@@ -9,4 +10,5 @@ // src/groups.ts | ||
categoriesGroups2["Frontend"] = "Frontend"; | ||
categoriesGroups2["Backend"] = "Backend"; | ||
categoriesGroups2["Tools"] = "Tools"; | ||
categoriesGroups2["Data"] = "Data"; | ||
categoriesGroups2["Deployment"] = "Deployment"; | ||
categoriesGroups2["Utilities"] = "Utilities"; | ||
return categoriesGroups2; | ||
@@ -18,4 +20,9 @@ })(categoriesGroups || {}); | ||
{ | ||
label: "Framework", | ||
label: "Frontend Framework", | ||
group: "Frontend" /* Frontend */, | ||
description: `Flexible, robust, community-driven, and fast Vite-based frontend framework.` | ||
}, | ||
{ | ||
label: "UI Framework", | ||
group: "Frontend" /* Frontend */, | ||
description: `It\u2019s recommended to choose a frontend lib to kickstart a new Vike project, | ||
@@ -33,3 +40,3 @@ as they each come with a wide range of integrations. You can at any time eject and take control over integration code | ||
label: "Auth", | ||
group: "Backend" /* Backend */, | ||
group: "Data" /* Data */, | ||
description: `Ready to use self-hosted or cloud-based Auth solutions. | ||
@@ -39,4 +46,4 @@ Requires to also select a Server of your choosing.` | ||
{ | ||
label: "RPC", | ||
group: "Backend" /* Backend */, | ||
label: "Data fetching", | ||
group: "Data" /* Data */, | ||
description: `Data fetching libraries to help you interact with your backend. | ||
@@ -47,3 +54,3 @@ Selecting one of those usually requires you to also choose a Server.` | ||
label: "Server", | ||
group: "Backend" /* Backend */, | ||
group: "Data" /* Data */, | ||
description: `Mostly required by other integrations such as Auth or RPC, | ||
@@ -54,3 +61,3 @@ it's recommended to only install a Server if you really need to, as Vike doesn't require one to operate.` | ||
label: "Database", | ||
group: "Backend" /* Backend */, | ||
group: "Data" /* Data */, | ||
description: `Helping you get started with a database solution.` | ||
@@ -60,3 +67,3 @@ }, | ||
label: "Hosting", | ||
group: "Backend" /* Backend */, | ||
group: "Deployment" /* Deployment */, | ||
description: `Quickly host your Vike project with a Serverless or VPS (coming soon) solution.` | ||
@@ -67,3 +74,3 @@ }, | ||
multiple: true, | ||
group: "Tools" /* Tools */, | ||
group: "Utilities" /* Utilities */, | ||
description: `Well known linting and formatting tools, pre-configured to match their recommended usage, | ||
@@ -74,3 +81,3 @@ tailored for Vike.` | ||
label: "Analytics", | ||
group: "Tools" /* Tools */, | ||
group: "Utilities" /* Utilities */, | ||
description: `Keep track of your website traffic with these ready-to-get-started Analytics solutions.` | ||
@@ -80,3 +87,3 @@ }, | ||
label: "Error tracking", | ||
group: "Tools" /* Tools */, | ||
group: "Utilities" /* Utilities */, | ||
description: `Coming soon: Error Tracking solution for frontend and backend` | ||
@@ -88,4 +95,5 @@ } | ||
categoriesGroups, | ||
cliFlags, | ||
features, | ||
flags | ||
}; |
@@ -1,2 +0,2 @@ | ||
import { F as Flags, C as CategoryLabels } from './features-ceFBKXFW.js'; | ||
import { F as Flags, C as CategoryLabels } from './features-pXkQVZ7T.js'; | ||
@@ -3,0 +3,0 @@ declare enum RulesMessage { |
import { | ||
features, | ||
flags | ||
} from "./chunk-7KMLITLQ.js"; | ||
} from "./chunk-JNL4SOUP.js"; | ||
@@ -6,0 +6,0 @@ // src/rules/enum.ts |
{ | ||
"name": "@batijs/features", | ||
"version": "0.0.180", | ||
"version": "0.0.181", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
150184
1431
1