@hed-hog/catalog 0.0.299 → 0.0.301

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,47 +1,47 @@
1
- - slug: gpu
2
- name: GPU
3
- normalized_name: gpu
4
- description: Graphics processing units for gaming, creator, and workstation builds.
5
- comparison_enabled: true
6
- status: active
7
- sort_order: 10
8
-
9
- - slug: cpu
10
- name: CPU
11
- normalized_name: cpu
12
- description: Desktop processors used as the primary compute component.
13
- comparison_enabled: true
14
- status: active
15
- sort_order: 20
16
-
17
- - slug: motherboard
18
- name: Motherboard
19
- normalized_name: motherboard
20
- description: Mainboards used to host CPUs, memory, and expansion devices.
21
- comparison_enabled: true
22
- status: active
23
- sort_order: 30
24
-
25
- - slug: ram
26
- name: RAM
27
- normalized_name: ram
28
- description: System memory modules for desktops and workstations.
29
- comparison_enabled: true
30
- status: active
31
- sort_order: 40
32
-
33
- - slug: ssd
34
- name: SSD
35
- normalized_name: ssd
36
- description: Solid-state storage devices in SATA and NVMe form factors.
37
- comparison_enabled: true
38
- status: active
39
- sort_order: 50
40
-
41
- - slug: monitor
42
- name: Monitor
43
- normalized_name: monitor
44
- description: Displays for gaming, professional, and office setups.
45
- comparison_enabled: true
46
- status: active
47
- sort_order: 60
1
+ - slug: gpu
2
+ name: GPU
3
+ normalized_name: gpu
4
+ description: Graphics processing units for gaming, creator, and workstation builds.
5
+ comparison_enabled: true
6
+ status: active
7
+ sort_order: 10
8
+
9
+ - slug: cpu
10
+ name: CPU
11
+ normalized_name: cpu
12
+ description: Desktop processors used as the primary compute component.
13
+ comparison_enabled: true
14
+ status: active
15
+ sort_order: 20
16
+
17
+ - slug: motherboard
18
+ name: Motherboard
19
+ normalized_name: motherboard
20
+ description: Mainboards used to host CPUs, memory, and expansion devices.
21
+ comparison_enabled: true
22
+ status: active
23
+ sort_order: 30
24
+
25
+ - slug: ram
26
+ name: RAM
27
+ normalized_name: ram
28
+ description: System memory modules for desktops and workstations.
29
+ comparison_enabled: true
30
+ status: active
31
+ sort_order: 40
32
+
33
+ - slug: ssd
34
+ name: SSD
35
+ normalized_name: ssd
36
+ description: Solid-state storage devices in SATA and NVMe form factors.
37
+ comparison_enabled: true
38
+ status: active
39
+ sort_order: 50
40
+
41
+ - slug: monitor
42
+ name: Monitor
43
+ normalized_name: monitor
44
+ description: Displays for gaming, professional, and office setups.
45
+ comparison_enabled: true
46
+ status: active
47
+ sort_order: 60
@@ -1,209 +1,209 @@
1
- - catalog_category_id:
2
- where:
3
- slug: gpu
4
- attribute_id:
5
- where:
6
- code: chipset
7
- is_required: true
8
- is_highlight: true
9
- is_filter_visible: true
10
- is_comparison_visible: true
11
- sort_order: 10
12
- weight: 5
13
- facet_mode: select
14
-
15
- - catalog_category_id:
16
- where:
17
- slug: gpu
18
- attribute_id:
19
- where:
20
- code: vram_gb
21
- is_required: true
22
- is_highlight: true
23
- is_filter_visible: true
24
- is_comparison_visible: true
25
- sort_order: 20
26
- weight: 5
27
- facet_mode: range
28
-
29
- - catalog_category_id:
30
- where:
31
- slug: gpu
32
- attribute_id:
33
- where:
34
- code: memory_type
35
- is_required: true
36
- is_highlight: false
37
- is_filter_visible: true
38
- is_comparison_visible: true
39
- sort_order: 30
40
- weight: 4
41
- facet_mode: select
42
-
43
- - catalog_category_id:
44
- where:
45
- slug: gpu
46
- attribute_id:
47
- where:
48
- code: memory_bus_bits
49
- is_required: false
50
- is_highlight: false
51
- is_filter_visible: true
52
- is_comparison_visible: true
53
- sort_order: 40
54
- weight: 3
55
- facet_mode: range
56
-
57
- - catalog_category_id:
58
- where:
59
- slug: gpu
60
- attribute_id:
61
- where:
62
- code: boost_clock_mhz
63
- is_required: false
64
- is_highlight: true
65
- is_filter_visible: false
66
- is_comparison_visible: true
67
- sort_order: 50
68
- weight: 3
69
- facet_mode: hidden
70
-
71
- - catalog_category_id:
72
- where:
73
- slug: gpu
74
- attribute_id:
75
- where:
76
- code: tdp_w
77
- is_required: false
78
- is_highlight: false
79
- is_filter_visible: true
80
- is_comparison_visible: true
81
- sort_order: 60
82
- weight: 2
83
- facet_mode: range
84
-
85
- - catalog_category_id:
86
- where:
87
- slug: gpu
88
- attribute_id:
89
- where:
90
- code: length_mm
91
- is_required: false
92
- is_highlight: false
93
- is_filter_visible: true
94
- is_comparison_visible: true
95
- sort_order: 70
96
- weight: 2
97
- facet_mode: range
98
-
99
- - catalog_category_id:
100
- where:
101
- slug: gpu
102
- attribute_id:
103
- where:
104
- code: ray_tracing
105
- is_required: false
106
- is_highlight: true
107
- is_filter_visible: true
108
- is_comparison_visible: true
109
- sort_order: 80
110
- weight: 3
111
- facet_mode: select
112
-
113
- - catalog_category_id:
114
- where:
115
- slug: cpu
116
- attribute_id:
117
- where:
118
- code: cores
119
- is_required: true
120
- is_highlight: true
121
- is_filter_visible: true
122
- is_comparison_visible: true
123
- sort_order: 10
124
- weight: 5
125
- facet_mode: range
126
-
127
- - catalog_category_id:
128
- where:
129
- slug: cpu
130
- attribute_id:
131
- where:
132
- code: threads
133
- is_required: true
134
- is_highlight: true
135
- is_filter_visible: true
136
- is_comparison_visible: true
137
- sort_order: 20
138
- weight: 5
139
- facet_mode: range
140
-
141
- - catalog_category_id:
142
- where:
143
- slug: cpu
144
- attribute_id:
145
- where:
146
- code: base_clock_ghz
147
- is_required: false
148
- is_highlight: true
149
- is_filter_visible: false
150
- is_comparison_visible: true
151
- sort_order: 30
152
- weight: 3
153
- facet_mode: hidden
154
-
155
- - catalog_category_id:
156
- where:
157
- slug: cpu
158
- attribute_id:
159
- where:
160
- code: boost_clock_ghz
161
- is_required: false
162
- is_highlight: true
163
- is_filter_visible: false
164
- is_comparison_visible: true
165
- sort_order: 40
166
- weight: 3
167
- facet_mode: hidden
168
-
169
- - catalog_category_id:
170
- where:
171
- slug: cpu
172
- attribute_id:
173
- where:
174
- code: socket
175
- is_required: true
176
- is_highlight: false
177
- is_filter_visible: true
178
- is_comparison_visible: true
179
- sort_order: 50
180
- weight: 4
181
- facet_mode: select
182
-
183
- - catalog_category_id:
184
- where:
185
- slug: cpu
186
- attribute_id:
187
- where:
188
- code: tdp_w
189
- is_required: false
190
- is_highlight: false
191
- is_filter_visible: true
192
- is_comparison_visible: true
193
- sort_order: 60
194
- weight: 2
195
- facet_mode: range
196
-
197
- - catalog_category_id:
198
- where:
199
- slug: cpu
200
- attribute_id:
201
- where:
202
- code: integrated_graphics
203
- is_required: false
204
- is_highlight: true
205
- is_filter_visible: true
206
- is_comparison_visible: true
207
- sort_order: 70
208
- weight: 2
209
- facet_mode: select
1
+ - catalog_category_id:
2
+ where:
3
+ slug: gpu
4
+ attribute_id:
5
+ where:
6
+ code: chipset
7
+ is_required: true
8
+ is_highlight: true
9
+ is_filter_visible: true
10
+ is_comparison_visible: true
11
+ sort_order: 10
12
+ weight: 5
13
+ facet_mode: select
14
+
15
+ - catalog_category_id:
16
+ where:
17
+ slug: gpu
18
+ attribute_id:
19
+ where:
20
+ code: vram_gb
21
+ is_required: true
22
+ is_highlight: true
23
+ is_filter_visible: true
24
+ is_comparison_visible: true
25
+ sort_order: 20
26
+ weight: 5
27
+ facet_mode: range
28
+
29
+ - catalog_category_id:
30
+ where:
31
+ slug: gpu
32
+ attribute_id:
33
+ where:
34
+ code: memory_type
35
+ is_required: true
36
+ is_highlight: false
37
+ is_filter_visible: true
38
+ is_comparison_visible: true
39
+ sort_order: 30
40
+ weight: 4
41
+ facet_mode: select
42
+
43
+ - catalog_category_id:
44
+ where:
45
+ slug: gpu
46
+ attribute_id:
47
+ where:
48
+ code: memory_bus_bits
49
+ is_required: false
50
+ is_highlight: false
51
+ is_filter_visible: true
52
+ is_comparison_visible: true
53
+ sort_order: 40
54
+ weight: 3
55
+ facet_mode: range
56
+
57
+ - catalog_category_id:
58
+ where:
59
+ slug: gpu
60
+ attribute_id:
61
+ where:
62
+ code: boost_clock_mhz
63
+ is_required: false
64
+ is_highlight: true
65
+ is_filter_visible: false
66
+ is_comparison_visible: true
67
+ sort_order: 50
68
+ weight: 3
69
+ facet_mode: hidden
70
+
71
+ - catalog_category_id:
72
+ where:
73
+ slug: gpu
74
+ attribute_id:
75
+ where:
76
+ code: tdp_w
77
+ is_required: false
78
+ is_highlight: false
79
+ is_filter_visible: true
80
+ is_comparison_visible: true
81
+ sort_order: 60
82
+ weight: 2
83
+ facet_mode: range
84
+
85
+ - catalog_category_id:
86
+ where:
87
+ slug: gpu
88
+ attribute_id:
89
+ where:
90
+ code: length_mm
91
+ is_required: false
92
+ is_highlight: false
93
+ is_filter_visible: true
94
+ is_comparison_visible: true
95
+ sort_order: 70
96
+ weight: 2
97
+ facet_mode: range
98
+
99
+ - catalog_category_id:
100
+ where:
101
+ slug: gpu
102
+ attribute_id:
103
+ where:
104
+ code: ray_tracing
105
+ is_required: false
106
+ is_highlight: true
107
+ is_filter_visible: true
108
+ is_comparison_visible: true
109
+ sort_order: 80
110
+ weight: 3
111
+ facet_mode: select
112
+
113
+ - catalog_category_id:
114
+ where:
115
+ slug: cpu
116
+ attribute_id:
117
+ where:
118
+ code: cores
119
+ is_required: true
120
+ is_highlight: true
121
+ is_filter_visible: true
122
+ is_comparison_visible: true
123
+ sort_order: 10
124
+ weight: 5
125
+ facet_mode: range
126
+
127
+ - catalog_category_id:
128
+ where:
129
+ slug: cpu
130
+ attribute_id:
131
+ where:
132
+ code: threads
133
+ is_required: true
134
+ is_highlight: true
135
+ is_filter_visible: true
136
+ is_comparison_visible: true
137
+ sort_order: 20
138
+ weight: 5
139
+ facet_mode: range
140
+
141
+ - catalog_category_id:
142
+ where:
143
+ slug: cpu
144
+ attribute_id:
145
+ where:
146
+ code: base_clock_ghz
147
+ is_required: false
148
+ is_highlight: true
149
+ is_filter_visible: false
150
+ is_comparison_visible: true
151
+ sort_order: 30
152
+ weight: 3
153
+ facet_mode: hidden
154
+
155
+ - catalog_category_id:
156
+ where:
157
+ slug: cpu
158
+ attribute_id:
159
+ where:
160
+ code: boost_clock_ghz
161
+ is_required: false
162
+ is_highlight: true
163
+ is_filter_visible: false
164
+ is_comparison_visible: true
165
+ sort_order: 40
166
+ weight: 3
167
+ facet_mode: hidden
168
+
169
+ - catalog_category_id:
170
+ where:
171
+ slug: cpu
172
+ attribute_id:
173
+ where:
174
+ code: socket
175
+ is_required: true
176
+ is_highlight: false
177
+ is_filter_visible: true
178
+ is_comparison_visible: true
179
+ sort_order: 50
180
+ weight: 4
181
+ facet_mode: select
182
+
183
+ - catalog_category_id:
184
+ where:
185
+ slug: cpu
186
+ attribute_id:
187
+ where:
188
+ code: tdp_w
189
+ is_required: false
190
+ is_highlight: false
191
+ is_filter_visible: true
192
+ is_comparison_visible: true
193
+ sort_order: 60
194
+ weight: 2
195
+ facet_mode: range
196
+
197
+ - catalog_category_id:
198
+ where:
199
+ slug: cpu
200
+ attribute_id:
201
+ where:
202
+ code: integrated_graphics
203
+ is_required: false
204
+ is_highlight: true
205
+ is_filter_visible: true
206
+ is_comparison_visible: true
207
+ sort_order: 70
208
+ weight: 2
209
+ facet_mode: select