File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ Object.keys(defaultMethods).forEach((item) => {
505
505
} )
506
506
// @ts -ignore Allow custom attribute
507
507
defaultMethods . var . deterministic = ( data , buildState ) => {
508
- return buildState . insideIterator && ! String ( data ) . includes ( '../' )
508
+ return buildState . insideIterator && ! String ( data ) . includes ( '../../ ' )
509
509
}
510
510
Object . assign ( defaultMethods . var , { traverse : false } )
511
511
Object . assign ( defaultMethods . missing , {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-logic-engine" ,
3
- "version" : " 1.3.8 " ,
3
+ "version" : " 1.3.9 " ,
4
4
"description" : " Construct complex rules with JSON & process them." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments