vovk-client 0.0.4-draft.16 → 0.0.4-draft.17

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 +21 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,24 @@
1
- # Vovk Client
1
+ <p align="center">
2
+ <picture>
3
+ <source width="300" media="(prefers-color-scheme: dark)" srcset="https://vovk.dev/vovk-logo-white.svg">
4
+ <source width="300" media="(prefers-color-scheme: light)" srcset="https://vovk.dev/vovk-logo.svg">
5
+ <img width="300" alt="vovk" src="https://vovk.dev/vovk-logo.svg">
6
+ </picture><br>
7
+ <strong>REST + RPC = ♥️</strong>
8
+ </p>
2
9
 
3
- This package re-exports files that are generated at **node_modules/.vovk**. See [documentation](https://vovk.dev/) for more info.
10
+ <p align="center">
11
+ Back-end meta-framework for <a href="https://nextjs.org/docs/app">Next.js</a>
12
+ </p>
4
13
 
14
+ ---
15
+
16
+ ## vovk-client [![npm version](https://badge.fury.io/js/vovk-client.svg)](https://www.npmjs.com/package/vovk-client)
17
+
18
+ The module that re-exports generated client from **node_modules/.vovk-client** (can be configured in [config](https://vovk.dev/config)).
19
+
20
+ ```sh
21
+ npm install vovk-client
5
22
  ```
6
- npm i vovk-client
7
- ```
23
+
24
+ For more information, please visit the [getting started guide](https://vovk.dev/getting-started) or check out the [Vovk.ts examples](https://vovk-examples.vercel.app/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-client",
3
- "version": "0.0.4-draft.16",
3
+ "version": "0.0.4-draft.17",
4
4
  "description": "Vovk.ts Client",
5
5
  "main": "index.js",
6
6
  "scripts": {