@batijs/features 0.0.104 → 0.0.105

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.
@@ -22,9 +22,6 @@ declare const categories: readonly [{
22
22
  }, {
23
23
  readonly label: "Database";
24
24
  readonly group: categoriesGroups.Backend;
25
- }, {
26
- readonly label: "Analytics";
27
- readonly group: categoriesGroups.Backend;
28
25
  }, {
29
26
  readonly label: "Hosting";
30
27
  readonly group: categoriesGroups.Backend;
@@ -32,6 +29,9 @@ declare const categories: readonly [{
32
29
  readonly label: "Linter";
33
30
  readonly multiple: true;
34
31
  readonly group: categoriesGroups.Tools;
32
+ }, {
33
+ readonly label: "Analytics";
34
+ readonly group: categoriesGroups.Tools;
35
35
  }, {
36
36
  readonly label: "Error tracking";
37
37
  readonly group: categoriesGroups.Tools;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { c as categoriesGroups } from './features-95b28446.js';
2
- export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-95b28446.js';
1
+ import { c as categoriesGroups } from './features-b1ffe773.js';
2
+ export { C as CategoryLabels, F as Flags, a as categories, f as features, b as flags } from './features-b1ffe773.js';
3
3
 
4
4
  interface Feature<C = string> {
5
5
  label: string;
package/dist/index.js CHANGED
@@ -37,10 +37,6 @@ var categories = [
37
37
  label: "Database",
38
38
  group: "Backend" /* Backend */
39
39
  },
40
- {
41
- label: "Analytics",
42
- group: "Backend" /* Backend */
43
- },
44
40
  {
45
41
  label: "Hosting",
46
42
  group: "Backend" /* Backend */
@@ -50,6 +46,10 @@ var categories = [
50
46
  multiple: true,
51
47
  group: "Tools" /* Tools */
52
48
  },
49
+ {
50
+ label: "Analytics",
51
+ group: "Tools" /* Tools */
52
+ },
53
53
  {
54
54
  label: "Error tracking",
55
55
  group: "Tools" /* Tools */
package/dist/rules.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { F as Flags, C as CategoryLabels } from './features-95b28446.js';
1
+ import { F as Flags, C as CategoryLabels } from './features-b1ffe773.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.104",
3
+ "version": "0.0.105",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],