File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 </PropertyGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" YantraJS.Core" Version =" 1.2.206 " />
24+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.209 " />
2525
2626 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2727 </ItemGroup >
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.206 ).
1+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.209 ).
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public sealed class YantraJsEngine : JsEngineBase
4747 /// <summary>
4848 /// Version of original JS engine
4949 /// </summary>
50- private const string EngineVersion = "1.2.206 " ;
50+ private const string EngineVersion = "1.2.209 " ;
5151
5252 /// <summary>
5353 /// Regular expression for working with the error message
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Yantra contains a `YantraJsEngine` adapter (wrapper for the
15- YantraJS (https://yantrajs.com) version 1.2.206 ).
15+ YantraJS (https://yantrajs.com) version 1.2.209 ).
1616
1717 =============
1818 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments