@ts-ghost/core-api
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./dist/index.js", | ||
@@ -28,8 +28,10 @@ "module": "./dist/index.mjs", | ||
"vite-tsconfig-paths": "^4.0.5", | ||
"vitest": "^0.29.1" | ||
}, | ||
"dependencies": { | ||
"vitest": "^0.29.1", | ||
"cross-fetch": "^3.1.5", | ||
"zod": "^3.20.6" | ||
}, | ||
"peerDependencies": { | ||
"cross-fetch": "^3.x", | ||
"zod": "^3.x" | ||
}, | ||
"publishConfig": { | ||
@@ -36,0 +38,0 @@ "access": "public" |
@@ -12,6 +12,6 @@ <!-- Warning about Beta status of the package --> | ||
<h3 align="center">`@ts-ghost/core-api`</h3> | ||
<h3 align="center"><code>@ts-ghost/core-api</code></h3> | ||
<p align="center"> | ||
`@ts-ghost/core-api` is a building block used by the `@ts-ghost/content-api` it contains the Type-safe logic of Query Builder and Fetchers. | ||
<code>@ts-ghost/core-api</code> is a building block used by the `@ts-ghost/content-api` it contains the Type-safe logic of Query Builder and Fetchers. | ||
<br/> | ||
@@ -59,7 +59,7 @@ <br/> | ||
* **Philippe L'ATTENTION** - *Loves coding* - [Philippe L'ATTENTION](https://github.com/PhilDL) - *Creator* | ||
* **[PhilDL](https://github.com/PhilDL)** - *Creator* | ||
## Acknowledgements | ||
* [https://ghost.org/](Ghost) is the best platform for blogging 💖 and have a good JS Client library that was a real inspiration. | ||
* [Ghost](https://ghost.org/) is the best platform for blogging 💖 and have a good JS Client library that was a real inspiration. | ||
* [Zod](https://github.com/colinhacks/zod) is a TypeScript-first library for data validation and schema building. |
151700
11
- Removedcross-fetch@^3.1.5
- Removedzod@^3.20.6