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 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
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
7
7
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
8
8
  [![License](https://img.shields.io/npm/l/sendscript?color=brightgreen&style=flat-square)](./LICENSE.txt)
9
+ [![Stand with Palestine](https://img.shields.io/badge/🇵🇸%20%20Stand%20With%20Palestine-007A3D?style=flat-square&color=brightgreen)](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
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
7
7
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
8
8
  [![License](https://img.shields.io/npm/l/sendscript?color=brightgreen&style=flat-square)](./LICENSE.txt)
9
+ [![Stand with Palestine](https://img.shields.io/badge/🇵🇸%20%20Stand%20With%20Palestine-007A3D?style=flat-square&color=brightgreen)](https://www.islamic-relief.org.uk/giving/appeals/palestine/)
9
10
 
10
11
  ## Features
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sendscript",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Blur the line between server and client code.",
5
5
  "module": true,
6
6
  "main": "index.mjs",