vovk-hello-world 0.0.76 → 0.0.78

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 (4) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +1 -2
  3. package/index.js +7203 -14399
  4. package/package.json +2 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- <!-- Generated by vovk-cli v0.0.1-beta.84 at 2026-01-13T07:33:02.164Z -->
1
+ <!-- Generated by vovk-cli v0.0.1-beta.84 at 2026-01-13T07:41:08.070Z -->
2
2
 
3
3
 
4
- # vovk-hello-world v0.0.76 [![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.78 [![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 "Hello World!" app built with Next.js, Vovk.ts and Zod. For details, visit https://vovk.dev/hello-world
7
7
 
package/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { NextResponse } from "next/server.js";
2
- import { pick } from "lodash";
3
2
 
4
3
  //#region node_modules/vovk/node_modules/type-fest/source/primitive.d.ts
5
4
 
@@ -4332,4 +4331,4 @@ declare const OpenApiRPC: VovkRPCModule<typeof OpenApiController, {
4332
4331
  init?: RequestInit;
4333
4332
  }>;
4334
4333
  //#endregion
4335
- export { OpenApiRPC, StreamRPC, UserRPC, pick, schema$1 as schema };
4334
+ export { OpenApiRPC, StreamRPC, UserRPC, schema$1 as schema };