@develit-io/backend-sdk 5.33.1 → 5.34.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
@@ -55,7 +55,7 @@ declare const bankAccountPostgres: {
55
55
 
56
56
  declare const ENVIRONMENT: string[];
57
57
 
58
- type Environment = string | 'dev' | 'test' | 'staging' | 'production';
58
+ type Environment = string | 'localhost' | 'dev' | 'test' | 'staging' | 'production';
59
59
 
60
60
  type Project = 'creditio' | 'paycorp-fiat-processor' | 'dbu-mdm' | 'moneio' | 'dbu-txs' | 'lrf-website';
61
61
 
package/dist/index.d.ts CHANGED
@@ -55,7 +55,7 @@ declare const bankAccountPostgres: {
55
55
 
56
56
  declare const ENVIRONMENT: string[];
57
57
 
58
- type Environment = string | 'dev' | 'test' | 'staging' | 'production';
58
+ type Environment = string | 'localhost' | 'dev' | 'test' | 'staging' | 'production';
59
59
 
60
60
  type Project = 'creditio' | 'paycorp-fiat-processor' | 'dbu-mdm' | 'moneio' | 'dbu-txs' | 'lrf-website';
61
61
 
package/dist/index.mjs CHANGED
@@ -6,6 +6,7 @@ import { z as z$1 } from 'zod';
6
6
  import * as z from 'zod/v4/core';
7
7
  import 'http-status-codes';
8
8
  import { createError } from 'h3';
9
+ import 'cloudflare';
9
10
  import fs from 'node:fs';
10
11
  import crypto$1 from 'node:crypto';
11
12
  import path from 'node:path';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "5.33.1",
3
+ "version": "5.34.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",
@@ -38,6 +38,7 @@
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@develit-io/general-codes": "^1.14.0",
41
- "zod": "^4.1.8"
41
+ "cloudflare": "^5.2.0",
42
+ "zod": "^4.1.12"
42
43
  }
43
44
  }