testeranto 0.235.1 → 0.235.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.
@@ -8,7 +8,7 @@ import ReactDOM from "react-dom/client";
8
8
  // IMPORTANT : all imports need tog through stakeholderExports
9
9
  import {
10
10
  VisualizationTabs,
11
- } from "../../src/stakeholderExports";
11
+ } from "testeranto/stakeholderExports";
12
12
 
13
13
 
14
14
  export interface StakeholderData {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "testeranto",
3
3
  "displayName": "Testeranto",
4
4
  "description": "the Dockerized, AI powered, BDD test framework for polyglot projects",
5
- "version": "0.235.1",
5
+ "version": "0.235.2",
6
6
  "engines": {
7
7
  "node": ">=20.19.0",
8
8
  "vscode": "^1.60.0",