supertape 11.3.0 → 11.3.1

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 +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.09.18, v11.3.1
2
+
3
+ feature:
4
+ - da39e33 supertape: find-up v8.0.0
5
+ - 5d90bd8 supertape: eslint-plugin-putout v28.0.0
6
+
1
7
  2025.07.01, v11.3.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "11.3.0",
3
+ "version": "11.3.1",
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",
@@ -81,8 +81,8 @@
81
81
  "check-dts": "^0.9.0",
82
82
  "currify": "^4.0.0",
83
83
  "eslint": "^9.1.1",
84
- "eslint-plugin-putout": "^27.0.0",
85
- "find-up": "^7.0.0",
84
+ "eslint-plugin-putout": "^28.0.0",
85
+ "find-up": "^8.0.0",
86
86
  "madrun": "^11.0.0",
87
87
  "mock-require": "^3.0.2",
88
88
  "montag": "^1.0.0",