testeranto 0.81.2 → 0.81.3

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,9 @@ example repo: [kokomo bay](https://github.com/ChromaPDX/kokomoBay)
14
14
 
15
15
  ## Demo
16
16
 
17
- <iframe width="560" height="315" src="https://www.youtube.com/embed/WvU5xMqGi6Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
17
+ <div align="center">
18
+ <a href="https://www.youtube.com/watch?v=WvU5xMqGi6Q"><img src="https://img.youtube.com/vi/WvU5xMqGi6Q/0.jpg" alt="IMAGE ALT TEXT"></a>
19
+ </div>
18
20
 
19
21
  ## What is testeranto?
20
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.81.2",
4
+ "version": "0.81.3",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },