vovk-ajv 0.0.0-draft.111 → 0.0.0-draft.113

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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  </picture>
8
8
  </a>
9
9
  <br>
10
- <strong>Back-end for <a href="https://nextjs.org/">Next.js</a></strong>
10
+ <strong>Back-end for Next.js</strong>
11
11
  </p>
12
12
 
13
13
  ---
@@ -20,7 +20,6 @@
20
20
  npm install vovk-ajv
21
21
  ```
22
22
 
23
-
24
23
  ```ts
25
24
  /** @type {import('vovk').VovkConfig} */
26
25
  const config = {
@@ -39,6 +38,6 @@ const config = {
39
38
  },
40
39
  },
41
40
  };
42
-
41
+
43
42
  export default config;
44
43
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-ajv",
3
- "version": "0.0.0-draft.111",
3
+ "version": "0.0.0-draft.113",
4
4
  "description": "Local validation for JSON schemas for vovk-zod and other validation libraries for Vovk.ts",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/finom/vovk#readme",
29
29
  "peerDependencies": {
30
- "vovk": "^3.0.0-draft.464"
30
+ "vovk": "^3.0.0-draft.470"
31
31
  },
32
32
  "dependencies": {
33
33
  "ajv": "^8.17.1",