Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "zodios", | ||
"description": "Typescript API client with autocompletion and zod validations", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
@@ -5,3 +5,3 @@ # ZODIOS | ||
<a href="https://github.com/ecyrbe/zodios"> | ||
<img align="center" src="https://raw.githubusercontent.com/ecyrbe/zodios/main/docs/logo.svg" width="512px" alt="Zodios logo"> | ||
<img align="center" src="https://raw.githubusercontent.com/ecyrbe/zodios/main/docs/logo.svg" width="128px" alt="Zodios logo"> | ||
</a> | ||
@@ -11,3 +11,3 @@ </p> | ||
<p align="center"> | ||
APIX is a typescript api client with auto-completion features backed by zod and typescript | ||
Zodios is a typescript api client with auto-completion features backed by zod and typescript | ||
</p> | ||
@@ -17,7 +17,7 @@ | ||
<img src="https://img.shields.io/npm/v/zodios.svg" alt="langue typescript"> | ||
<img alt="npm" src="https://img.shields.io/npm/dw/zodios"> | ||
<a href="https://github.com/ecyrbe/zodios/blob/main/LICENSE"> | ||
<img src="https://img.shields.io/github/license/ecyrbe/zodios?color=ed333b" alt="MIT license"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/ecyrbe/zodios"> | ||
</a> | ||
</p> | ||
@@ -24,0 +24,0 @@ # What is it ? |
23382