patroon 1.5.1 → 1.5.2
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/CONTRIBUTING.md +3 -3
- package/README.md +2 -2
- package/package.json +2 -2
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.2](https://github.com/bas080/patroon/compare/v1.5.1...v1.5.2)
|
|
8
|
+
|
|
9
|
+
- Update tape dev dependency [`841b1fb`](https://github.com/bas080/patroon/commit/841b1fb54c8d0197389a9649471dc9114a103b4f)
|
|
10
|
+
- Update tape package to 5.7.0 [`afd1c5c`](https://github.com/bas080/patroon/commit/afd1c5cb3762d0cd6f624c4b76de6bdc1813dfcb)
|
|
11
|
+
|
|
7
12
|
#### [v1.5.1](https://github.com/bas080/patroon/compare/v1.5.0...v1.5.1)
|
|
8
13
|
|
|
14
|
+
> 9 June 2023
|
|
15
|
+
|
|
9
16
|
#### [v1.5.0](https://github.com/bas080/patroon/compare/v1.4.2...v1.5.0)
|
|
10
17
|
|
|
11
18
|
> 2 June 2023
|
package/CONTRIBUTING.md
CHANGED
|
@@ -42,13 +42,13 @@ npm link patroon
|
|
|
42
42
|
```
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
added 1 package, and audited 3 packages in 660ms
|
|
46
46
|
|
|
47
47
|
found 0 vulnerabilities
|
|
48
48
|
|
|
49
|
-
added 1 package, and audited
|
|
49
|
+
added 1 package, and audited 95 packages in 811ms
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
65 packages are looking for funding
|
|
52
52
|
run `npm fund` for details
|
|
53
53
|
|
|
54
54
|
found 0 vulnerabilities
|
package/README.md
CHANGED
|
@@ -635,7 +635,7 @@ npx nyc npm t | npx tap-nyc
|
|
|
635
635
|
npx nyc check-coverage
|
|
636
636
|
```
|
|
637
637
|
```
|
|
638
|
-
> patroon@1.5.
|
|
638
|
+
> patroon@1.5.2 test
|
|
639
639
|
> tape ./src/index.test.js
|
|
640
640
|
-------------|---------|----------|---------|---------|-------------------
|
|
641
641
|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
|
@@ -649,7 +649,7 @@ npx nyc check-coverage
|
|
|
649
649
|
total: 31
|
|
650
650
|
passing: 31
|
|
651
651
|
|
|
652
|
-
duration:
|
|
652
|
+
duration: 9.2s
|
|
653
653
|
|
|
654
654
|
```
|
|
655
655
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "patroon",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Pattern matching library",
|
|
5
5
|
"repository": "github:bas080/patroon",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"author": "Bassim Huis",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"tape": "^5.
|
|
31
|
+
"tape": "^5.6.3",
|
|
32
32
|
"tape-check": "^1.0.0-rc.0"
|
|
33
33
|
},
|
|
34
34
|
"contributors": [
|