tape-six 0.9.5 → 0.9.6

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,6 +32,7 @@ If you are familiar with other TAP-based libraries you'll feel right at home.
32
32
 
33
33
  The most recent releases:
34
34
 
35
+ * 0.9.6 *Updated deps.*
35
36
  * 0.9.5 *Updated the lock file.*
36
37
  * 0.9.4 *Updated deps. Added test runners for Bun and Deno.*
37
38
  * 0.9.3 *Made TTY reporter work with non-TTY streams.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tape-six",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "TAP for the modern JavaScript (ES6).",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -52,6 +52,6 @@
52
52
  ]
53
53
  },
54
54
  "devDependencies": {
55
- "puppeteer": "^22.8.1"
55
+ "puppeteer": "^22.11.0"
56
56
  }
57
57
  }