testeranto 0.140.1 → 0.140.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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.html +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  #### 🚧 WARNING: Testeranto is still under development and is not ready for production yet. 🚧
6
6
 
7
- - README: [index.html]: [](https://adamwong246.github.io/testeranto/)
7
+ - README: [index.html](https://adamwong246.github.io/testeranto/)
8
8
  - demo: [youtube](https://www.youtube.com/embed/WvU5xMqGi6Q)
9
9
  - source: [github.com/adamwong246/testeranto](https://github.com/adamwong246/testeranto)
10
10
  - npm: [npmjs.com/package/testeranto](https://www.npmjs.com/package/testeranto)
package/index.html CHANGED
@@ -22,7 +22,7 @@
22
22
  <h2>The AI-powered BDD test framework for TypeScript projects</h2>
23
23
  <h4>🚧 WARNING: Testeranto is still under development and is not ready for production yet. 🚧</h4>
24
24
  <ul>
25
- <li>README: [index.html]: <a href="https://adamwong246.github.io/testeranto/"></a></li>
25
+ <li>README: <a href="https://adamwong246.github.io/testeranto/">index.html</a></li>
26
26
  <li>demo: <a href="https://www.youtube.com/embed/WvU5xMqGi6Q">youtube</a></li>
27
27
  <li>source: <a href="https://github.com/adamwong246/testeranto">github.com/adamwong246/testeranto</a></li>
28
28
  <li>npm: <a href="https://www.npmjs.com/package/testeranto">npmjs.com/package/testeranto</a></li>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "the AI powered BDD test framework for typescript projects",
4
- "version": "0.140.1",
4
+ "version": "0.140.2",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },