@uuv/assistant 2.62.0 → 2.64.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 +14 -0
- package/dist/launcher/conf.json +1 -1
- package/dist/uuv-assistant-resources.bundle.js +112 -97
- package/package.json +9 -4
package/README.md
CHANGED
|
@@ -145,6 +145,20 @@ The dictionary is available in french and english. It can be accessed with this
|
|
|
145
145
|
|
|
146
146
|
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
147
147
|
|
|
148
|
+
## Support UUV through Open Collective
|
|
149
|
+
|
|
150
|
+
If you want to help UUV grow, you can fund the project directly via [Open Collective](https://opencollective.com/uuv).
|
|
151
|
+
Every contribution helps us dedicate more time and energy to improving this open-source tool.
|
|
152
|
+
|
|
153
|
+
<a href="https://opencollective.com/uuv/contribute" target="_blank">
|
|
154
|
+
<img src="https://opencollective.com/uuv/contribute/button@2x.png?color=blue" width=300 />
|
|
155
|
+
</a>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
Interested in becoming a sponsor?
|
|
159
|
+
We welcome sponsorships of all sizes!
|
|
160
|
+
Contact us via [GitHub](https://github.com/e2e-test-quest/uuv/discussions) or through [Open Collective](https://opencollective.com/uuv) to discuss opportunities.
|
|
161
|
+
|
|
148
162
|
## Authors
|
|
149
163
|
|
|
150
164
|
- [@luifr10](https://github.com/luifr10)
|
package/dist/launcher/conf.json
CHANGED