vovk-hello-world 0.0.33 → 0.0.34

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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- <!-- auto-generated by vovk-cli v0.0.1-draft.304 at 2025-08-01T13:24:26.032Z -->
1
+ <!-- auto-generated by vovk-cli v0.0.1-draft.310 at 2025-08-04T15:16:23.935Z -->
2
2
 
3
3
 
4
- # vovk-hello-world v0.0.33 [![TypeScript](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)](https://www.typescriptlang.org/) [![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)](https://vovk.dev)
4
+ # vovk-hello-world v0.0.34 [![TypeScript](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)](https://www.typescriptlang.org/) [![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)](https://vovk.dev)
5
5
 
6
6
  > A showcase for Next.js + Vovk.ts + Zod, demonstrating its capabilities with TypeScript, Rust, and Python RPC.
7
7
 
package/index.cjs CHANGED
@@ -26,8 +26,8 @@ const vovk_ajv = __toESM(require("vovk-ajv"));
26
26
 
27
27
  //#region .vovk-schema/_meta.json
28
28
  var config = {
29
- "$schema": "https://vovk.dev/api/spec/v3/config.json",
30
- "libs": {}
29
+ "libs": {},
30
+ "$schema": "https://vovk.dev/api/spec/v3/config.json"
31
31
  };
32
32
  var _meta_default = { config };
33
33
 
package/index.d.cts CHANGED
@@ -169,8 +169,8 @@ declare const schema: {
169
169
  };
170
170
  meta: {
171
171
  config: {
172
- $schema: string;
173
172
  libs: {};
173
+ $schema: string;
174
174
  };
175
175
  $schema: string;
176
176
  apiRoot: string;
package/index.d.mts CHANGED
@@ -169,8 +169,8 @@ declare const schema: {
169
169
  };
170
170
  meta: {
171
171
  config: {
172
- $schema: string;
173
172
  libs: {};
173
+ $schema: string;
174
174
  };
175
175
  $schema: string;
176
176
  apiRoot: string;
package/index.mjs CHANGED
@@ -3,8 +3,8 @@ import { validateOnClient } from "vovk-ajv";
3
3
 
4
4
  //#region .vovk-schema/_meta.json
5
5
  var config = {
6
- "$schema": "https://vovk.dev/api/spec/v3/config.json",
7
- "libs": {}
6
+ "libs": {},
7
+ "$schema": "https://vovk.dev/api/spec/v3/config.json"
8
8
  };
9
9
  var _meta_default = { config };
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-hello-world",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "A showcase for Next.js + Vovk.ts + Zod, demonstrating its capabilities with TypeScript, Rust, and Python RPC.",
5
5
  "license": "MIT",
6
6
  "main": "./index.cjs",
package/schema.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  //#region .vovk-schema/_meta.json
3
3
  var config = {
4
- "$schema": "https://vovk.dev/api/spec/v3/config.json",
5
- "libs": {}
4
+ "libs": {},
5
+ "$schema": "https://vovk.dev/api/spec/v3/config.json"
6
6
  };
7
7
  var _meta_default = { config };
8
8
 
package/schema.d.cts CHANGED
@@ -162,8 +162,8 @@ declare const schema: {
162
162
  };
163
163
  meta: {
164
164
  config: {
165
- $schema: string;
166
165
  libs: {};
166
+ $schema: string;
167
167
  };
168
168
  $schema: string;
169
169
  apiRoot: string;