@uuv/assistant 2.71.0 → 2.73.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "2.71.0",
3
+ "version": "2.73.0",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
6
6
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "package": "npm pack --pack-destination=\"../../dist/packages\"",
44
44
  "lint": "eslint -c .eslintrc.js",
45
45
  "test": "npm run unit-tests && npm run e2e-test:run",
46
- "unit-tests": "jest --coverage",
46
+ "unit-tests": "jest --coverage --config=./jest.config.ts",
47
47
  "e2e-test:run": "npm run uuv e2e --",
48
48
  "e2e-test:open": "npm run uuv open --",
49
49
  "uuv": "node ../../node_modules/@uuv/playwright/bin/uuv"
@@ -59,7 +59,7 @@
59
59
  "@codemirror/view": "^6.26.3",
60
60
  "@uiw/codemirror-theme-github": "^4.22.1",
61
61
  "@uiw/react-codemirror": "^4.22.1",
62
- "@uuv/runner-commons": "2.65.0",
62
+ "@uuv/dictionary": "0.1.0",
63
63
  "antd": "5.27.4",
64
64
  "eslint-config-react-app": "7.0.1",
65
65
  "figlet": "1.8.1",
@@ -90,7 +90,9 @@
90
90
  "@types/react-dom": "18.3.7",
91
91
  "@types/styled-components": "5.1.34",
92
92
  "@types/testing-library__jest-dom": "5.14.9",
93
- "@uuv/playwright": "3.52.0",
93
+ "@typescript-eslint/eslint-plugin": "5.62.0",
94
+ "@typescript-eslint/parser": "5.62.0",
95
+ "@uuv/playwright": "3.54.0",
94
96
  "@vitejs/plugin-react": "4.7.0",
95
97
  "dom-accessibility-api": "0.7.0",
96
98
  "eslint-plugin-react": "7.37.5",
@@ -104,6 +106,7 @@
104
106
  "ts-jest": "29.4.4",
105
107
  "ts-loader": "^9.4.2",
106
108
  "ts-node": "10.9.2",
109
+ "tsconfig-paths": "4.2.0",
107
110
  "typescript": "5.8.3",
108
111
  "vite": "6.3.6"
109
112
  },
@@ -112,6 +115,20 @@
112
115
  "dist/launcher/**/*",
113
116
  "postinstall.js"
114
117
  ],
118
+ "main": "./dist/src/index.js",
119
+ "types": "./dist/src/index.d.ts",
120
+ "exports": {
121
+ ".": {
122
+ "require": "./dist/src/index.js",
123
+ "types": "./dist/src/index.d.ts",
124
+ "import": "./dist/src/index.js"
125
+ },
126
+ "./launcher": {
127
+ "require": "./dist/launcher/index.js",
128
+ "types": "./dist/launcher/index.d.ts",
129
+ "import": "./dist/launcher/index.js"
130
+ }
131
+ },
115
132
  "funding": {
116
133
  "type": "opencollective",
117
134
  "url": "https://opencollective.com/uuv"