@batijs/features 0.0.659 → 0.0.661

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.
@@ -1,7 +1,7 @@
1
1
  //#region src/groups.d.ts
2
2
  declare enum categoriesGroups {
3
3
  Frontend = "Frontend",
4
- Data = "Data",
4
+ Backend = "Backend",
5
5
  Deployment = "Deployment",
6
6
  Utilities = "Utilities"
7
7
  }
@@ -27,23 +27,23 @@ declare const categories: readonly [{
27
27
  readonly description: "These UI Component Libraries are deeply integrated with UI frameworks.\nThey showcase their respective recommended usage and how they integrate with Vite and Vike.";
28
28
  }, {
29
29
  readonly label: "Auth";
30
- readonly group: categoriesGroups.Data;
30
+ readonly group: categoriesGroups.Backend;
31
31
  readonly description: "Ready to use self-hosted or cloud-based Auth solutions.\nRequires to also select a Server of your choosing.";
32
32
  }, {
33
33
  readonly label: "Data fetching";
34
- readonly group: categoriesGroups.Data;
34
+ readonly group: categoriesGroups.Backend;
35
35
  readonly description: "Data fetching libraries to help you interact with your backend.\nSelecting one of those usually requires you to also choose a Server.";
36
36
  }, {
37
37
  readonly label: "Server";
38
- readonly group: categoriesGroups.Data;
38
+ readonly group: categoriesGroups.Backend;
39
39
  readonly description: "Mostly required by other integrations such as Auth or RPC,\nit's recommended to only install a Server if you really need to, as Vike doesn't require one to operate.";
40
40
  }, {
41
41
  readonly label: "Database";
42
- readonly group: categoriesGroups.Data;
42
+ readonly group: categoriesGroups.Backend;
43
43
  readonly description: "The database your app talks to. SQLite runs embedded (and powers Cloudflare D1);\nPostgreSQL targets a Postgres server. Selected on its own you get a thin client; pair it with an ORM or query builder below.";
44
44
  }, {
45
45
  readonly label: "ORM / Query builder";
46
- readonly group: categoriesGroups.Data;
46
+ readonly group: categoriesGroups.Backend;
47
47
  readonly description: "Type-safe data access on top of your database. Requires choosing a Database above.";
48
48
  }, {
49
49
  readonly label: "Hosting";
@@ -107,6 +107,7 @@ declare const features: readonly [{
107
107
  }];
108
108
  readonly tooltip: "Vike cannot be disabled. It is the foundation that allows all others tools to work cohesively";
109
109
  readonly invisibleCli: true;
110
+ readonly invisibleWeb: true;
110
111
  readonly readonly: true;
111
112
  }, {
112
113
  readonly category: "UI Framework";
@@ -32,6 +32,7 @@ const features = [
32
32
  }],
33
33
  tooltip: "Vike cannot be disabled. It is the foundation that allows all others tools to work cohesively",
34
34
  invisibleCli: true,
35
+ invisibleWeb: true,
35
36
  readonly: true
36
37
  },
37
38
  {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as CategoryLabels, i as flags, n as cliFlags, o as categories, r as features, s as categoriesGroups, t as Flags } from "./features-BQpWvtym.js";
1
+ import { a as CategoryLabels, i as flags, n as cliFlags, o as categories, r as features, s as categoriesGroups, t as Flags } from "./features-BI4lpXWk.js";
2
2
 
3
3
  //#region src/types.d.ts
4
4
  interface Feature<C = string> {
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import { n as features, r as flags, t as cliFlags } from "./features-CGdfnf9U.js";
1
+ import { n as features, r as flags, t as cliFlags } from "./features-H0oiz0KO.js";
2
2
  //#region src/groups.ts
3
3
  let categoriesGroups = /* @__PURE__ */ function(categoriesGroups) {
4
4
  categoriesGroups["Frontend"] = "Frontend";
5
- categoriesGroups["Data"] = "Data";
5
+ categoriesGroups["Backend"] = "Backend";
6
6
  categoriesGroups["Deployment"] = "Deployment";
7
7
  categoriesGroups["Utilities"] = "Utilities";
8
8
  return categoriesGroups;
@@ -38,31 +38,31 @@ They showcase their respective recommended usage and how they integrate with Vit
38
38
  },
39
39
  {
40
40
  label: "Auth",
41
- group: "Data",
41
+ group: "Backend",
42
42
  description: `Ready to use self-hosted or cloud-based Auth solutions.
43
43
  Requires to also select a Server of your choosing.`
44
44
  },
45
45
  {
46
46
  label: "Data fetching",
47
- group: "Data",
47
+ group: "Backend",
48
48
  description: `Data fetching libraries to help you interact with your backend.
49
49
  Selecting one of those usually requires you to also choose a Server.`
50
50
  },
51
51
  {
52
52
  label: "Server",
53
- group: "Data",
53
+ group: "Backend",
54
54
  description: `Mostly required by other integrations such as Auth or RPC,
55
55
  it's recommended to only install a Server if you really need to, as Vike doesn't require one to operate.`
56
56
  },
57
57
  {
58
58
  label: "Database",
59
- group: "Data",
59
+ group: "Backend",
60
60
  description: `The database your app talks to. SQLite runs embedded (and powers Cloudflare D1);
61
61
  PostgreSQL targets a Postgres server. Selected on its own you get a thin client; pair it with an ORM or query builder below.`
62
62
  },
63
63
  {
64
64
  label: "ORM / Query builder",
65
- group: "Data",
65
+ group: "Backend",
66
66
  description: `Type-safe data access on top of your database. Requires choosing a Database above.`
67
67
  },
68
68
  {
package/dist/rules.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as CategoryLabels, t as Flags } from "./features-BQpWvtym.js";
1
+ import { a as CategoryLabels, t as Flags } from "./features-BI4lpXWk.js";
2
2
 
3
3
  //#region src/rules/enum.d.ts
4
4
  declare enum RulesMessage {
package/dist/rules.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as features, r as flags } from "./features-CGdfnf9U.js";
1
+ import { n as features, r as flags } from "./features-H0oiz0KO.js";
2
2
  //#region src/rules/enum.ts
3
3
  let RulesMessage = /* @__PURE__ */ function(RulesMessage) {
4
4
  RulesMessage[RulesMessage["ERROR_AUTH_R_SERVER"] = 0] = "ERROR_AUTH_R_SERVER";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/features",
3
- "version": "0.0.659",
3
+ "version": "0.0.661",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {