vovk-hello-world 0.0.35 → 0.0.39

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.310 at 2025-08-04T15:17:05.547Z -->
1
+ <!-- auto-generated by vovk-cli v0.0.1-draft.327 at 2025-08-04T16:47:00.152Z -->
2
2
 
3
3
 
4
- # vovk-hello-world v0.0.35 [![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.39 [![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
@@ -201,7 +201,7 @@ const schema = {
201
201
  segments,
202
202
  meta: {
203
203
  $schema: "https://vovk.dev/api/spec/v3/meta.json",
204
- apiRoot: "http://localhost:3000/api",
204
+ apiRoot: "https://vovk-hello-world.vercel.app/api",
205
205
  ..._meta_default
206
206
  }
207
207
  };
@@ -210,15 +210,15 @@ const schema = {
210
210
  //#region tmp_prebundle/index.ts
211
211
  const UserRPC = (0, vovk.createRPC)(schema, "", "UserRPC", vovk.fetcher, {
212
212
  validateOnClient: vovk_ajv.validateOnClient,
213
- apiRoot: "http://localhost:3000/api"
213
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
214
214
  });
215
215
  const StreamRPC = (0, vovk.createRPC)(schema, "", "StreamRPC", vovk.fetcher, {
216
216
  validateOnClient: vovk_ajv.validateOnClient,
217
- apiRoot: "http://localhost:3000/api"
217
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
218
218
  });
219
219
  const OpenApiRPC = (0, vovk.createRPC)(schema, "static", "OpenApiRPC", vovk.fetcher, {
220
220
  validateOnClient: vovk_ajv.validateOnClient,
221
- apiRoot: "http://localhost:3000/api"
221
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
222
222
  });
223
223
 
224
224
  //#endregion
package/index.mjs CHANGED
@@ -178,7 +178,7 @@ const schema = {
178
178
  segments,
179
179
  meta: {
180
180
  $schema: "https://vovk.dev/api/spec/v3/meta.json",
181
- apiRoot: "http://localhost:3000/api",
181
+ apiRoot: "https://vovk-hello-world.vercel.app/api",
182
182
  ..._meta_default
183
183
  }
184
184
  };
@@ -187,15 +187,15 @@ const schema = {
187
187
  //#region tmp_prebundle/index.ts
188
188
  const UserRPC = createRPC(schema, "", "UserRPC", fetcher, {
189
189
  validateOnClient,
190
- apiRoot: "http://localhost:3000/api"
190
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
191
191
  });
192
192
  const StreamRPC = createRPC(schema, "", "StreamRPC", fetcher, {
193
193
  validateOnClient,
194
- apiRoot: "http://localhost:3000/api"
194
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
195
195
  });
196
196
  const OpenApiRPC = createRPC(schema, "static", "OpenApiRPC", fetcher, {
197
197
  validateOnClient,
198
- apiRoot: "http://localhost:3000/api"
198
+ apiRoot: "https://vovk-hello-world.vercel.app/api"
199
199
  });
200
200
 
201
201
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-hello-world",
3
- "version": "0.0.35",
3
+ "version": "0.0.39",
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
@@ -176,7 +176,7 @@ const schema = {
176
176
  segments,
177
177
  meta: {
178
178
  $schema: "https://vovk.dev/api/spec/v3/meta.json",
179
- apiRoot: "http://localhost:3000/api",
179
+ apiRoot: "https://vovk-hello-world.vercel.app/api",
180
180
  ..._meta_default
181
181
  }
182
182
  };