supertape 11.5.1 → 11.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.
Files changed (2) hide show
  1. package/ChangeLog +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.12.31, v11.5.2
2
+
3
+ feature:
4
+ - 1f5a282 supertape: try-to-catch v4.0.0
5
+
1
6
  2025.12.30, v11.5.1
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "11.5.1",
3
+ "version": "11.5.2",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "📼 Supertape simplest high speed test runner with superpowers",
6
6
  "homepage": "http://github.com/coderaiser/supertape",
@@ -59,7 +59,7 @@
59
59
  "once": "^1.4.0",
60
60
  "resolve": "^1.17.0",
61
61
  "stacktracey": "^2.1.7",
62
- "try-to-catch": "^3.0.0",
62
+ "try-to-catch": "^4.0.0",
63
63
  "wraptile": "^3.0.0",
64
64
  "yargs-parser": "^22.0.0"
65
65
  },