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 +2 -2
- package/index.cjs +2 -2
- package/index.d.cts +1 -1
- package/index.d.mts +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/schema.cjs +2 -2
- package/schema.d.cts +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<!-- auto-generated by vovk-cli v0.0.1-draft.
|
|
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.
|
|
4
|
+
# vovk-hello-world v0.0.34 [](https://www.typescriptlang.org/) [](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
|
-
"
|
|
30
|
-
"
|
|
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
package/index.d.mts
CHANGED
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
|
-
"
|
|
7
|
-
"
|
|
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
package/schema.cjs
CHANGED