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) => {
505505} )
506506// @ts -ignore Allow custom attribute
507507defaultMethods . var . deterministic = ( data , buildState ) => {
508- return buildState . insideIterator && ! String ( data ) . includes ( '../' )
508+ return buildState . insideIterator && ! String ( data ) . includes ( '../../ ' )
509509}
510510Object . assign ( defaultMethods . var , { traverse : false } )
511511Object . assign ( defaultMethods . missing , {
Original file line number Diff line number Diff line change 11{
22 "name" : " json-logic-engine" ,
3- "version" : " 1.3.8 " ,
3+ "version" : " 1.3.9 " ,
44 "description" : " Construct complex rules with JSON & process them." ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments