supertape 11.5.0 → 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 +12 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.12.31, v11.5.2
2
+
3
+ feature:
4
+ - 1f5a282 supertape: try-to-catch v4.0.0
5
+
6
+ 2025.12.30, v11.5.1
7
+
8
+ feature:
9
+ - 17f179e supertape: @supertape/engine-loader v3.0.0
10
+ - 7e346fd supertape: try-catch v4.0.2
11
+ - 5779a77 @supertape/engine-loader: drop support of node < 20
12
+
1
13
  2025.12.29, v11.5.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "11.5.0",
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",
@@ -42,7 +42,7 @@
42
42
  "@cloudcmd/stub": "^4.0.0",
43
43
  "@putout/cli-keypress": "^3.0.0",
44
44
  "@putout/cli-validate-args": "^2.0.0",
45
- "@supertape/engine-loader": "^2.0.0",
45
+ "@supertape/engine-loader": "^3.0.0",
46
46
  "@supertape/formatter-fail": "^4.0.0",
47
47
  "@supertape/formatter-json-lines": "^2.0.0",
48
48
  "@supertape/formatter-progress-bar": "^7.0.0",
@@ -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
  },
@@ -89,7 +89,7 @@
89
89
  "pullout": "^5.0.1",
90
90
  "putout": "^41.0.2",
91
91
  "runsome": "^1.0.0",
92
- "try-catch": "^3.0.1",
92
+ "try-catch": "^4.0.2",
93
93
  "typescript": "^5.1.6"
94
94
  },
95
95
  "license": "MIT",