assuremind 1.5.0 โ†’ 1.5.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.
Files changed (2) hide show
  1. package/README.md +14 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,10 +9,10 @@
9
9
 
10
10
  Describe tests in plain English. AI generates Playwright code. Run anywhere.
11
11
 
12
- > ### ๐ŸŒ Website โ€” [https://assuremind.in/](https://assuremind.in/)
13
- > ### ๐Ÿ’ฌ Community Hub โ€” [https://assuremind.in/community/](https://assuremind.in/community/)
12
+ > ### ๐ŸŒ Website โ€” [AssureMind](https://assuremind.in/)
13
+ > ### ๐Ÿ’ฌ Community Hub โ€” [Join our Discord](https://discord.gg/GMFYBcfE)
14
+ > ### ๐Ÿ“ง Contact: [Send us a message](https://assuremind.in/contact/)
14
15
  > Report bugs ยท request features ยท share ideas & feedback ยท ask questions.
15
- > ### ๐Ÿ“ง Contact: [assuremind.contact@gmail.com](mailto:assuremind.contact@gmail.com)
16
16
 
17
17
  ---
18
18
 
@@ -151,7 +151,7 @@ Start with `npx assuremind studio` โ€” opens at `http://localhost:4400`.
151
151
 
152
152
  **Dashboard** ยท **Smart Tests** ยท **Test Editor** ยท **Run Config** ยท **Reports** ยท **Variables** ยท **Self-Healing** ยท **Step Library** ยท **Faker Data** ยท **CI/CD** ยท **Git Control** ยท **Settings** ยท **Docs**
153
153
 
154
- Full walkthrough โ†’ [docs/STUDIO.md](docs/STUDIO.md)
154
+ Full walkthrough โ†’ [docs/STUDIO.md](/docs/STUDIO.md)
155
155
 
156
156
  ---
157
157
 
@@ -419,33 +419,26 @@ Quality gates, PR comments, and notifications โ€” configured from Studio, execut
419
419
 
420
420
  | Resource | Location |
421
421
  |----------|----------|
422
- | Getting started | [docs/GETTING-STARTED.md](docs/GETTING-STARTED.md) |
423
- | Writing test steps (UI & API examples) | [docs/WRITING-STEPS.md](docs/WRITING-STEPS.md) |
424
- | Studio walkthrough | [docs/STUDIO.md](docs/STUDIO.md) |
425
- | CLI reference | [docs/CLI-REFERENCE.md](docs/CLI-REFERENCE.md) |
426
- | Contributing | [CONTRIBUTING.md](CONTRIBUTING.md) |
427
- | All AI providers | `.env.example` |
422
+ | Getting started | [docs/GETTING-STARTED.md](/docs/GETTING-STARTED.md) |
423
+ | Writing test steps (UI & API examples) | [docs/WRITING-STEPS.md](/docs/WRITING-STEPS.md) |
424
+ | Studio walkthrough | [docs/STUDIO.md](/docs/STUDIO.md) |
425
+ | CLI reference | [docs/CLI-REFERENCE.md](/docs/CLI-REFERENCE.md) |
426
+ | Contributing | [CONTRIBUTING.md](/CONTRIBUTING.md) |
427
+ | All AI providers | [.env.example](/templates/env.example) |
428
428
  | Built-in docs | Studio โ†’ **Docs** page |
429
429
  | Enterprise features | Studio โ†’ **Faker Data**, **CI/CD** pages; Visual Regression in **Settings** + **Reports** |
430
430
 
431
431
  ---
432
432
 
433
- ## Community & Support
434
-
435
- Have a question, found a bug, or want to shape what comes next? Join the **[AssureMind Community Hub](https://assuremind.in/community/)**:
436
-
437
- - ๐Ÿž **Report bugs**
438
- - โœจ **Request new features**
439
- - ๐Ÿ’ก **Share ideas and feedback**
440
- - โ“ **Ask questions**
441
-
442
- ๐ŸŒ **Website:** [https://assuremind.in/](https://assuremind.in/)  |  ๐Ÿ’ฌ **Community Hub:** [https://assuremind.in/community/](https://assuremind.in/community/)  |  ๐Ÿ“ง **[assuremind.contact@gmail.com](mailto:assuremind.contact@gmail.com)**
433
+ ๐ŸŒ **Website:** [https://assuremind.in/](https://assuremind.in/)
434
+ ๐Ÿ’ฌ **Community Hub:** [https://assuremind.in/community/](https://assuremind.in/community/)
435
+ ๐Ÿ“ง **Email:** [assuremind.contact@gmail.com](mailto:assuremind.contact@gmail.com)
443
436
 
444
437
  ---
445
438
 
446
439
  ## License
447
440
 
448
- Apache 2.0 โ€” see [LICENSE](LICENSE) for details.
441
+ Apache 2.0 โ€” see [LICENSE](/LICENSE) for details.
449
442
 
450
443
  ---
451
444
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assuremind",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "AI-powered codeless UI & API automation framework",
5
5
  "author": "Deepak Hiremath",
6
6
  "license": "Apache-2.0",