Commit e8c7f44 1 parent a918b91 commit e8c7f44 Copy full SHA for e8c7f44
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @phr3nzy/rulekit" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " A powerful and flexible toolkit for building rule-based product recommendations and dynamic filtering" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ export type {
10
10
} from './core/models/types' ;
11
11
export { ComparisonOperators } from './core/models/types' ;
12
12
13
+ // Attribute types and validation
14
+ export { AttributeType } from './core/attributes/types' ;
15
+ export type {
16
+ AttributeTypeValue ,
17
+ ValidationRule ,
18
+ AttributeDefinition ,
19
+ AttributeRegistry ,
20
+ AttributeValue ,
21
+ DynamicAttributes ,
22
+ } from './core/attributes/types' ;
23
+ export { ProductAttributeRegistry } from './core/attributes/registry' ;
24
+ export { validateAttribute , AttributeValidationError } from './core/attributes/validator' ;
25
+
13
26
// Validation
14
27
export {
15
28
validateRule ,
You can’t perform that action at this time.
0 commit comments