File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.2.
4+
5+ ## Enhancements
6+ - Removes log print, reduces binary size
7+
38## 1.0.1
49
510## Enhancements
Original file line number Diff line number Diff line change 11[package ]
22name = " cel-eval"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž
Original file line number Diff line number Diff line change @@ -852,7 +852,6 @@ fn transform_expression_for_null_safety_internal(
852852 member. clone( ) ,
853853 ) ] ,
854854 ) ;
855- println ! ( "Transforming to or null" ) ;
856855 // Create the conditional: has(obj.property) ? obj.property : null
857856 Expression :: Ternary (
858857 Box :: new ( has_call) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @superwall/superscript" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 1. 0.2" ,
44 "type" : " module" ,
55 "main" : " ./dist/cjs/node.js" ,
66 "module" : " ./dist/esm/node.js" ,
You can’t perform that action at this time.
0 commit comments