runcheck 0.44.0 → 0.45.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A lib for js/typescript runtime type checks with autofix support. Runcheck has t
4
4
 
5
5
  Benchmarks:
6
6
 
7
- ![](imgs/2023-04-20-21-17-38.png)
7
+ ![Benchmarks](image.png)
8
8
 
9
9
  Obs: Runcheck is in Beta and it's api can still change
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "runcheck",
3
3
  "description": "A tiny (less than 2 KiB Gzipped) and treeshakable! lib for typescript runtime type checks with autofix support",
4
- "version": "0.44.0",
4
+ "version": "0.45.1",
5
5
  "license": "MIT",
6
6
  "files": [
7
7
  "dist"