sendscript 2.5.0 → 2.5.1
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/CHANGELOG.md +7 -0
- package/README.md +9 -0
- package/README.mz +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v2.5.1](https://github.com/bas080/sendscript/compare/v2.5.0...v2.5.1)
|
|
8
|
+
|
|
9
|
+
- Update tap and typedoc-plugin-markdown to latest [`f126401`](https://github.com/bas080/sendscript/commit/f126401ac015ba7c6a21b2c89f93b416d49765fb)
|
|
10
|
+
- Express support for Palestine [`c6996c7`](https://github.com/bas080/sendscript/commit/c6996c7f440d1cd6a4d5ca9c5c9d5d856884a472)
|
|
11
|
+
|
|
7
12
|
#### [v2.5.0](https://github.com/bas080/sendscript/compare/v2.4.3...v2.5.0)
|
|
8
13
|
|
|
14
|
+
> 17 August 2026
|
|
15
|
+
|
|
9
16
|
- Clarify native await behavior in README [`a26f1b3`](https://github.com/bas080/sendscript/commit/a26f1b3c204390690eda7950c967d31ee55aa353)
|
|
10
17
|
- Allow passing onAwait callback to references make function [`8fdb1c4`](https://github.com/bas080/sendscript/commit/8fdb1c4bfa0682fabdd9d27ca075cd1e0cfaedf7)
|
|
11
18
|
|
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Serialize and execute composable JavaScript function calls with JSON.
|
|
|
6
6
|
[](#tests)
|
|
7
7
|
[](https://standardjs.com)
|
|
8
8
|
[](./LICENSE.txt)
|
|
9
|
+
[](https://www.islamic-relief.org.uk/giving/appeals/palestine/)
|
|
9
10
|
|
|
10
11
|
## Features
|
|
11
12
|
|
|
@@ -648,6 +649,14 @@ npm t -- report text-summary
|
|
|
648
649
|
```
|
|
649
650
|
```
|
|
650
651
|
|
|
652
|
+
> sendscript@2.5.1 test
|
|
653
|
+
> tap -R silent
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
> sendscript@2.5.1 test
|
|
657
|
+
> tap report text-summary
|
|
658
|
+
|
|
659
|
+
|
|
651
660
|
=============================== Coverage summary ===============================
|
|
652
661
|
Statements : 100% ( 516/516 )
|
|
653
662
|
Branches : 100% ( 157/157 )
|
package/README.mz
CHANGED
|
@@ -6,6 +6,7 @@ Serialize and execute composable JavaScript function calls with JSON.
|
|
|
6
6
|
[](#tests)
|
|
7
7
|
[](https://standardjs.com)
|
|
8
8
|
[](./LICENSE.txt)
|
|
9
|
+
[](https://www.islamic-relief.org.uk/giving/appeals/palestine/)
|
|
9
10
|
|
|
10
11
|
## Features
|
|
11
12
|
|