@pitininja/envious-typebox 6.0.0-beta10 → 6.0.0-beta11

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 +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -16,6 +16,8 @@ npm i @pitininja/envious-typebox
16
16
 
17
17
  ## Usage
18
18
 
19
+ See the [official Typebox documentation](https://sinclairzx81.github.io/typebox/) for how to write the schema.
20
+
19
21
  ```typescript
20
22
  import { envious } from '@pitininja/envious';
21
23
  import { typeboxResolver } from '@pitininja/envious-typebox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitininja/envious-typebox",
3
- "version": "6.0.0-beta10",
3
+ "version": "6.0.0-beta11",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "homepage": "https://codeberg.org/pitininja/envious",
6
6
  "repository": {
@@ -12,7 +12,8 @@
12
12
  },
13
13
  "files": [
14
14
  "./dist",
15
- "./package.json"
15
+ "./package.json",
16
+ "./README.md"
16
17
  ],
17
18
  "main": "./dist/resolvers/typebox/src/index.js",
18
19
  "types": "./dist/resolvers/typebox/src/index.d.ts",