patroon 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -583,7 +583,7 @@ npx nyc npm t | npx tap-nyc
583
583
  npx nyc check-coverage
584
584
  ```
585
585
  ```
586
- > patroon@1.2.0 test
586
+ > patroon@1.2.1 test
587
587
  > tape ./src/index.test.js
588
588
  -------------|---------|----------|---------|---------|-------------------
589
589
  File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
@@ -597,7 +597,7 @@ npx nyc check-coverage
597
597
  total: 28
598
598
  passing: 28
599
599
 
600
- duration: 8.8s
600
+ duration: 9s
601
601
 
602
602
  ```
603
603
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patroon",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Pattern matching library",
5
5
  "repository": "github:bas080/patroon",
6
6
  "main": "./src/index.js",
@@ -27,7 +27,7 @@
27
27
  "author": "Bassim Huis",
28
28
  "license": "GPL-3.0",
29
29
  "devDependencies": {
30
- "tape": "^5.1.1",
30
+ "tape": "^5.x",
31
31
  "tape-check": "^1.0.0-rc.0",
32
32
  "testcheck": "^1.0.0-rc.2"
33
33
  },