patroon 1.5.4 → 1.5.5

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
+ #### [v1.5.5](https://github.com/bas080/patroon/compare/v1.5.4...v1.5.5)
8
+
9
+ - Update tape to 5.10.2 [`b3054b4`](https://github.com/bas080/patroon/commit/b3054b499c99839bdccde7b51aa77fe01faf86d2)
10
+ - Express support for Palestine [`c4248bd`](https://github.com/bas080/patroon/commit/c4248bd752734ca571a6dcc45681f142c856817d)
11
+
7
12
  #### [v1.5.4](https://github.com/bas080/patroon/compare/v1.5.3...v1.5.4)
8
13
 
14
+ > 5 April 2026
15
+
9
16
  - Update tape to version 5.9.0 [`8535ee8`](https://github.com/bas080/patroon/commit/8535ee8cd5b94e7565bd9a2e556978bac72a043d)
10
17
  - Update tape to 5.9.9 [`2960b63`](https://github.com/bas080/patroon/commit/2960b633fb96ea56c5f50e25ac7d6bb9256ac5d8)
11
18
  - Setup publish github workflow [`4496eaf`](https://github.com/bas080/patroon/commit/4496eaf05b3af9c221aaabf09c6c60b812b69d70)
package/CONTRIBUTING.md CHANGED
@@ -42,13 +42,13 @@ npm link patroon
42
42
  ```
43
43
  ```
44
44
 
45
- up to date, audited 3 packages in 587ms
45
+ up to date, audited 3 packages in 572ms
46
46
 
47
47
  found 0 vulnerabilities
48
48
 
49
- added 1 package, and audited 127 packages in 794ms
49
+ added 1 package, and audited 130 packages in 830ms
50
50
 
51
- 85 packages are looking for funding
51
+ 88 packages are looking for funding
52
52
  run `npm fund` for details
53
53
 
54
54
  found 0 vulnerabilities
package/README.md CHANGED
@@ -7,6 +7,7 @@ Pattern matching in JavaScript without additional syntax.
7
7
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
8
8
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
9
9
  [![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)
10
+ [![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/)
10
11
 
11
12
  - [Installation](#installation)
12
13
  - [Usage](#usage)
@@ -634,7 +635,7 @@ npx nyc npm t | npx tap-nyc
634
635
  npx nyc check-coverage
635
636
  ```
636
637
  ```
637
- > patroon@1.5.4 test
638
+ > patroon@1.5.5 test
638
639
  > tape ./src/index.test.js
639
640
  -------------|---------|----------|---------|---------|-------------------
640
641
  File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
@@ -648,7 +649,7 @@ npx nyc check-coverage
648
649
  total: 31
649
650
  passing: 31
650
651
 
651
- duration: 8.2s
652
+ duration: 8s
652
653
 
653
654
  ```
654
655
 
package/README.mz CHANGED
@@ -7,6 +7,7 @@ Pattern matching in JavaScript without additional syntax.
7
7
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
8
8
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
9
9
  [![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)
10
+ [![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/)
10
11
 
11
12
  <<toc
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patroon",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Pattern matching library",
5
5
  "repository": "github:bas080/patroon",
6
6
  "main": "./src/index.js",