@uuv/assistant 2.0.3 → 2.2.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/README.md
CHANGED
|
@@ -44,6 +44,10 @@ A solution to facilitate the writing and execution of E2E tests understandable b
|
|
|
44
44
|
<img alt="@uuv/assistant npm library download count"
|
|
45
45
|
src="https://img.shields.io/npm/dt/%40uuv/assistant?logo=npm&label=%40uuv%2Fassistant"></img>
|
|
46
46
|
</a>
|
|
47
|
+
<a href="https://www.npmjs.com/package/@uuv/a11y" target="_blank">
|
|
48
|
+
<img alt="@uuv/a11y npm library download count"
|
|
49
|
+
src="https://img.shields.io/npm/dt/%40uuv/a11y?logo=npm&label=%40uuv%2Fa11y"></img>
|
|
50
|
+
</a>
|
|
47
51
|
<a href="https://plugins.jetbrains.com/plugin/22437-uuv" target="_blank">
|
|
48
52
|
<img alt="JetBrains Plugin Downloads" src="https://img.shields.io/jetbrains/plugin/d/22437-uuv?logo=jetbrains&label=UUV%20plugin"></img>
|
|
49
53
|
</a>
|
package/dist/launcher/conf.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageJson": "/../../package.json",
|
|
3
|
-
"reactScript": "/build/static/js/main.
|
|
4
|
-
"cssFile": "/build/static/css/main.
|
|
3
|
+
"reactScript": "/build/static/js/main.1316ccf7.js",
|
|
4
|
+
"cssFile": "/build/static/css/main.55f1067c.css",
|
|
5
5
|
"unifiedFile": "/../uuv-assistant-resources.bundle.js"
|
|
6
6
|
}
|