File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
// @ts -check
2
2
'use strict'
3
3
4
- export const Sync = Symbol ( '_sync ')
5
- export const Override = Symbol ( '_override ')
6
- export const EfficientTop = Symbol ( '_efficientTop ')
4
+ export const Sync = Symbol . for ( 'json_logic_sync ')
5
+ export const Override = Symbol . for ( 'json_logic_override ')
6
+ export const EfficientTop = Symbol . for ( 'json_logic_efficientTop ')
7
7
export const isSync = ( x ) => Boolean ( typeof x !== 'function' || x [ Sync ] )
8
8
export default {
9
9
Sync,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-logic-engine" ,
3
- "version" : " 1.2.7 " ,
3
+ "version" : " 1.2.8 " ,
4
4
"description" : " Construct complex rules with JSON & process them." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
53
53
" json" ,
54
54
" logic" ,
55
55
" jsonlogic" ,
56
- " rules"
56
+ " rules" ,
57
+ " sandbox" ,
58
+ " engine"
57
59
]
58
60
}
You can’t perform that action at this time.
0 commit comments