@truto/truto-jsonata 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2100,7 +2100,7 @@ expression.evaluate({}).then(result => { console.log(result); });
2100
2100
  </details>
2101
2101
 
2102
2102
  <details>
2103
- <summary>base64encode(input)</summary>
2103
+ <summary>base64encode(input, urlSafe = false)</summary>
2104
2104
 
2105
2105
  Encodes the input data in Base64.
2106
2106
 
@@ -2117,7 +2117,7 @@ expression.evaluate({}).then(result => { console.log(result); });
2117
2117
  </details>
2118
2118
 
2119
2119
  <details>
2120
- <summary>base64decode(base64String)</summary>
2120
+ <summary>base64decode(base64String, urlSafe = false)</summary>
2121
2121
 
2122
2122
  Decodes a Base64-encoded string.
2123
2123
 
package/dist/main.cjs CHANGED
@@ -5,7 +5,7 @@ var $dxT2C$marked = require("marked");
5
5
  var $dxT2C$dicecoefficient = require("dice-coefficient");
6
6
  var $dxT2C$mixmarkiodomino = require("@mixmark-io/domino");
7
7
  var $dxT2C$turndown = require("turndown");
8
- var $dxT2C$turndownplugingfm = require("turndown-plugin-gfm");
8
+ var $dxT2C$joplinturndownplugingfm = require("@joplin/turndown-plugin-gfm");
9
9
  var $dxT2C$xmljs = require("xml-js");
10
10
  var $dxT2C$json2md = require("json2md");
11
11
  var $dxT2C$mime = require("mime");
@@ -874,7 +874,7 @@ var $0a764cc1e9fed37c$export$2e2bcd8739ae039 = $0a764cc1e9fed37c$export$96d07f33
874
874
  const $59b0e4ac45b59e5b$var$convertHtmlToMarkdown = (html)=>{
875
875
  const htmlDoc = (0, $dxT2C$mixmarkiodomino.createDocument)(html);
876
876
  const turndownService = new (0, ($parcel$interopDefault($dxT2C$turndown)))();
877
- turndownService.use((0, $dxT2C$turndownplugingfm.gfm));
877
+ turndownService.use((0, $dxT2C$joplinturndownplugingfm.gfm));
878
878
  return turndownService.turndown(htmlDoc);
879
879
  };
880
880
  var $59b0e4ac45b59e5b$export$2e2bcd8739ae039 = $59b0e4ac45b59e5b$var$convertHtmlToMarkdown;