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 +6 -0
- package/CONTRIBUTING.md +2 -2
- package/README.md +2 -3
- package/README.mz +0 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
|
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
|
[](https://www.npmjs.com/package/patroon)
|
|
6
6
|
[](https://www.npmjs.com/package/patroon)
|
|
7
7
|
[](#tests)
|
|
8
|
-
[](https://snyk.io/vuln/npm:patroon)
|
|
9
8
|
[](https://standardjs.com)
|
|
10
9
|
[](./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.
|
|
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.
|
|
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
|
[](https://www.npmjs.com/package/patroon)
|
|
6
6
|
[](https://www.npmjs.com/package/patroon)
|
|
7
7
|
[](#tests)
|
|
8
|
-
[](https://snyk.io/vuln/npm:patroon)
|
|
9
8
|
[](https://standardjs.com)
|
|
10
9
|
[](./LICENSE)
|
|
11
10
|
|