patroon 1.5.2 → 1.5.3

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,14 @@ 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.3](https://github.com/bas080/patroon/compare/v1.5.2...v1.5.3)
8
+
9
+ - Remove snyk badge [`63aa85e`](https://github.com/bas080/patroon/commit/63aa85ed19b7bb728b80038196a7554de4763f52)
10
+
7
11
  #### [v1.5.2](https://github.com/bas080/patroon/compare/v1.5.1...v1.5.2)
8
12
 
13
+ > 8 October 2023
14
+
9
15
  - Update tape dev dependency [`841b1fb`](https://github.com/bas080/patroon/commit/841b1fb54c8d0197389a9649471dc9114a103b4f)
10
16
  - Update tape package to 5.7.0 [`afd1c5c`](https://github.com/bas080/patroon/commit/afd1c5cb3762d0cd6f624c4b76de6bdc1813dfcb)
11
17
 
package/CONTRIBUTING.md CHANGED
@@ -42,11 +42,11 @@ npm link patroon
42
42
  ```
43
43
  ```
44
44
 
45
- added 1 package, and audited 3 packages in 660ms
45
+ up to date, audited 3 packages in 939ms
46
46
 
47
47
  found 0 vulnerabilities
48
48
 
49
- added 1 package, and audited 95 packages in 811ms
49
+ added 1 package, and audited 95 packages in 936ms
50
50
 
51
51
  65 packages are looking for funding
52
52
  run `npm fund` for details
package/README.md CHANGED
@@ -5,7 +5,6 @@ Pattern matching in JavaScript without additional syntax.
5
5
  [![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)](https://www.npmjs.com/package/patroon)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/patroon?style=flat-square)](https://www.npmjs.com/package/patroon)
7
7
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
8
- [![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/patroon?style=flat-square)](https://snyk.io/vuln/npm:patroon)
9
8
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
10
9
  [![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)
11
10
 
@@ -635,7 +634,7 @@ npx nyc npm t | npx tap-nyc
635
634
  npx nyc check-coverage
636
635
  ```
637
636
  ```
638
- > patroon@1.5.2 test
637
+ > patroon@1.5.3 test
639
638
  > tape ./src/index.test.js
640
639
  -------------|---------|----------|---------|---------|-------------------
641
640
  File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
@@ -649,7 +648,7 @@ npx nyc check-coverage
649
648
  total: 31
650
649
  passing: 31
651
650
 
652
- duration: 9.2s
651
+ duration: 9.3s
653
652
 
654
653
  ```
655
654
 
package/README.mz CHANGED
@@ -5,7 +5,6 @@ Pattern matching in JavaScript without additional syntax.
5
5
  [![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)](https://www.npmjs.com/package/patroon)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/patroon?style=flat-square)](https://www.npmjs.com/package/patroon)
7
7
  [![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
8
- [![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/patroon?style=flat-square)](https://snyk.io/vuln/npm:patroon)
9
8
  [![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
10
9
  [![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)
11
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patroon",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Pattern matching library",
5
5
  "repository": "github:bas080/patroon",
6
6
  "main": "./src/index.js",