supertape 11.5.1 → 12.0.0

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 +10 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.01.04, v12.0.0
2
+
3
+ feature:
4
+ - 1a8b733 supertape: drop support of node < 22
5
+
6
+ 2025.12.31, v11.5.2
7
+
8
+ feature:
9
+ - 1f5a282 supertape: try-to-catch v4.0.0
10
+
1
11
  2025.12.30, v11.5.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "11.5.1",
3
+ "version": "12.0.0",
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
  },
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "license": "MIT",
96
96
  "engines": {
97
- "node": ">=20"
97
+ "node": ">=22"
98
98
  },
99
99
  "publishConfig": {
100
100
  "access": "public"