@develit-io/backend-sdk 5.37.0 → 5.37.1

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/dist/index.d.mts CHANGED
@@ -2,7 +2,7 @@ import * as drizzle_orm from 'drizzle-orm';
2
2
  import { ExtractTablesWithRelations, DBQueryConfig, BuildQueryResult } from 'drizzle-orm';
3
3
  import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
4
4
  import { AnySQLiteTable } from 'drizzle-orm/sqlite-core';
5
- import * as hono_types from 'hono/types';
5
+ import { MiddlewareHandler } from 'hono/types';
6
6
  import { z as z$1 } from 'zod';
7
7
  import * as z from 'zod/v4/core';
8
8
  import { StatusCodes, ReasonPhrases } from 'http-status-codes';
@@ -59,14 +59,7 @@ declare const composeWranglerBase: ({ project, name, }: {
59
59
 
60
60
  declare const idempotency: <T extends {
61
61
  IDEMPOTENCY_KV: KVNamespace;
62
- }>() => hono_types.MiddlewareHandler<{
63
- Variables: {
64
- idempotency: {
65
- key: string;
66
- };
67
- };
68
- Bindings: T;
69
- }, string, {}, Response>;
62
+ }>() => MiddlewareHandler;
70
63
 
71
64
  declare const ENVIRONMENT: string[];
72
65
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as drizzle_orm from 'drizzle-orm';
2
2
  import { ExtractTablesWithRelations, DBQueryConfig, BuildQueryResult } from 'drizzle-orm';
3
3
  import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
4
4
  import { AnySQLiteTable } from 'drizzle-orm/sqlite-core';
5
- import * as hono_types from 'hono/types';
5
+ import { MiddlewareHandler } from 'hono/types';
6
6
  import { z as z$1 } from 'zod';
7
7
  import * as z from 'zod/v4/core';
8
8
  import { StatusCodes, ReasonPhrases } from 'http-status-codes';
@@ -59,14 +59,7 @@ declare const composeWranglerBase: ({ project, name, }: {
59
59
 
60
60
  declare const idempotency: <T extends {
61
61
  IDEMPOTENCY_KV: KVNamespace;
62
- }>() => hono_types.MiddlewareHandler<{
63
- Variables: {
64
- idempotency: {
65
- key: string;
66
- };
67
- };
68
- Bindings: T;
69
- }, string, {}, Response>;
62
+ }>() => MiddlewareHandler;
70
63
 
71
64
  declare const ENVIRONMENT: string[];
72
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "5.37.0",
3
+ "version": "5.37.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",