@truto/truto-jsonata 1.0.49 → 1.0.50

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
@@ -1,3 +1,25 @@
1
+ <p align="center">
2
+ <a href="https://truto.one" target="_blank" rel="noopener noreferrer">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://frontsite-logos.truto.one/truto.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://files-public.truto.one/824a1120-c112-45e6-8ca2-787ffeee3a1c">
6
+ <img alt="Truto Unified API" src="https://frontsite-logos.truto.one/truto.svg" width="240">
7
+ </picture>
8
+ </a>
9
+ </p>
10
+
11
+ <p align="center">
12
+ <strong>Unified API for Everything</strong><br>
13
+ The integration platform that gives devs full control and sales the integrations they need to close deals now.
14
+ </p>
15
+
16
+ <p align="center">
17
+ <a href="https://truto.one" target="_blank" rel="noopener noreferrer">Website</a> •
18
+ <a href="https://docs.truto.one "target="_blank" rel="noopener noreferrer">Docs</a>
19
+ </p>
20
+
21
+ ---
22
+
1
23
 
2
24
  # truto-jsonata
3
25
 
@@ -2398,4 +2420,4 @@ expression.evaluate({}).then(result => { console.log(result); });
2398
2420
  // Output: [[1,2],[3,4],[5]]
2399
2421
  ```
2400
2422
 
2401
- </details>
2423
+ </details>