testeranto 0.81.0 → 0.81.1

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/.gitattributes ADDED
@@ -0,0 +1 @@
1
+ demo.mov filter=lfs diff=lfs merge=lfs -text
package/README.md CHANGED
@@ -14,7 +14,7 @@ example repo: [kokomo bay](https://github.com/ChromaPDX/kokomoBay)
14
14
 
15
15
  ## Demo
16
16
 
17
- <video src="demo.mov" width="1200" height="600" controls></video>
17
+ <video src="[demo.mov](https://github.com/adamwong246/testeranto/raw/refs/heads/master/demo.mov)" width="1200" height="600" controls></video>
18
18
 
19
19
  ## What is testeranto?
20
20
 
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.0",
4
+ "version": "0.81.1",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },
@@ -279,4 +279,4 @@
279
279
  "ws": "^8.16.0",
280
280
  "zod": "^3.24.2"
281
281
  }
282
- }
282
+ }