patroon 1.4.1 → 1.4.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 +13 -1
- package/CONTRIBUTING.md +2 -2
- package/README.md +2 -2
- package/package.json +2 -2
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.4.2](https://github.com/bas080/patroon/compare/v1.4.1...v1.4.2)
|
|
8
|
+
|
|
9
|
+
- Remove git add for mz files in version script [`a1b244c`](https://github.com/bas080/patroon/commit/a1b244c4ef7c7097cba3e48159d6521fd78bfa25)
|
|
10
|
+
|
|
7
11
|
#### [v1.4.1](https://github.com/bas080/patroon/compare/v1.4.0...v1.4.1)
|
|
8
12
|
|
|
13
|
+
> 26 October 2022
|
|
14
|
+
|
|
9
15
|
- Add test for checking some function values [`c19ca9b`](https://github.com/bas080/patroon/commit/c19ca9be1e5957564314f7cafa5b6a59629394a0)
|
|
10
16
|
- Do not fail silently when formatting not in order [`6fba5f8`](https://github.com/bas080/patroon/commit/6fba5f88f7c394633ff7fdcafdbf4dc86720d2eb)
|
|
11
17
|
|
|
@@ -206,8 +212,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
206
212
|
|
|
207
213
|
- Fix spelling mistakes [`1bd9975`](https://github.com/bas080/patroon/commit/1bd9975a02d97603ccbda0c96f8da5968beabb09)
|
|
208
214
|
|
|
209
|
-
#### v0.0.1
|
|
215
|
+
#### [v0.0.1](https://github.com/bas080/patroon/compare/v0.0.0...v0.0.1)
|
|
210
216
|
|
|
211
217
|
> 1 October 2021
|
|
212
218
|
|
|
213
219
|
- Initiate project [`0da801e`](https://github.com/bas080/patroon/commit/0da801e15901036022bc3af4ef2232c98e7cf851)
|
|
220
|
+
|
|
221
|
+
#### v0.0.0
|
|
222
|
+
|
|
223
|
+
> 1 October 2021
|
|
224
|
+
|
|
225
|
+
- Initiate project [`fe55348`](https://github.com/bas080/patroon/commit/fe55348033f102c489a2a86f8e11708334007299)
|
package/CONTRIBUTING.md
CHANGED
|
@@ -42,11 +42,11 @@ npm link patroon
|
|
|
42
42
|
```
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
added 1 package, and audited 3 packages in 898ms
|
|
46
46
|
|
|
47
47
|
found 0 vulnerabilities
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
added 1 package, and audited 79 packages in 995ms
|
|
50
50
|
|
|
51
51
|
52 packages are looking for funding
|
|
52
52
|
run `npm fund` for details
|
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.4.
|
|
638
|
+
> patroon@1.4.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: 8.9s
|
|
653
653
|
|
|
654
654
|
```
|
|
655
655
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "patroon",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Pattern matching library",
|
|
5
5
|
"repository": "github:bas080/patroon",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "tape ./src/index.test.js",
|
|
9
|
-
"version": "markatzea CONTRIBUTING.mz | tee CONTRIBUTING.md && git add *.
|
|
9
|
+
"version": "markatzea CONTRIBUTING.mz | tee CONTRIBUTING.md && git add *.md"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"array",
|