testeranto 0.235.7 → 0.235.8

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 stakeholderApp
9
9
  import {
10
10
  VisualizationTabs,
11
- } from "testeranto/stakeholderApp";
11
+ } from "testeranto/VisualizationTabs";
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.7",
5
+ "version": "0.235.8",
6
6
  "engines": {
7
7
  "node": ">=20.19.0",
8
8
  "vscode": "^1.60.0",
@@ -131,7 +131,7 @@
131
131
  ],
132
132
  "exports": {
133
133
  "./stakeholderApp/*": {
134
- "import": "./src/stakeholderApp"
134
+ "import": "./src/stakeholderApp/*"
135
135
  },
136
136
  "./src/cjs-shim.ts": {
137
137
  "import": "./dist/cjs-shim.js",
@@ -8,7 +8,7 @@ import ReactDOM from "react-dom/client";
8
8
  // IMPORTANT : all imports need tog through stakeholderApp
9
9
  import {
10
10
  VisualizationTabs,
11
- } from "testeranto/stakeholderApp";
11
+ } from "testeranto/VisualizationTabs";
12
12
 
13
13
 
14
14
  export interface StakeholderData {