supertape 13.4.2 → 13.4.3

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.
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.07.19, v13.4.3
2
+
3
+ fix:
4
+ - af537c1 @supertape/loader-jsx: rm shirtCircuit
5
+ - e9b7a72 @supertape/loader-jsx: add sourcemap
6
+
7
+ feature:
8
+ - c529b8d supertape: env: types: nestjs
9
+ - 9741e79 @supertape/operator-stub: improve types
10
+
1
11
  2026.07.12, v13.4.2
2
12
 
3
13
  feature:
@@ -1,8 +1,11 @@
1
- type Env = {};
1
+ type Env = {
2
+ NODE_OPTIONS: string;
3
+ };
2
4
  type Config = {
3
5
  ts?: boolean;
4
6
  css?: boolean;
5
7
  dom?: boolean;
8
+ nestjs?: boolean;
6
9
  timeout?: number;
7
10
  };
8
11
  type Overrides = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "13.4.2",
3
+ "version": "13.4.3",
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",