@develit-io/backend-sdk 9.10.0 → 9.10.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
@@ -15,7 +15,7 @@ declare const ENVIRONMENT: string[];
15
15
 
16
16
  type Environment = string | 'localhost' | 'dev' | 'test' | 'staging' | 'production';
17
17
 
18
- type Project = 'creditio' | 'cryptobyte-website' | 'dbu-fiat-processor' | 'dbu-mdm' | 'dbu-txs' | 'develit-internal-docs' | 'lrf-website' | 'moneio' | 'stable-labs-emi-processor';
18
+ type Project = 'creditio' | 'cryptobyte-website' | 'dbu-fiat-processor' | 'dbu-mdm' | 'dbu-txs' | 'develit-sdk' | 'lrf-website' | 'moneio' | 'stable-labs-emi-processor';
19
19
 
20
20
  declare const uuidv4: () => `${string}-${string}-${string}-${string}-${string}`;
21
21
 
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ declare const ENVIRONMENT: string[];
15
15
 
16
16
  type Environment = string | 'localhost' | 'dev' | 'test' | 'staging' | 'production';
17
17
 
18
- type Project = 'creditio' | 'cryptobyte-website' | 'dbu-fiat-processor' | 'dbu-mdm' | 'dbu-txs' | 'develit-internal-docs' | 'lrf-website' | 'moneio' | 'stable-labs-emi-processor';
18
+ type Project = 'creditio' | 'cryptobyte-website' | 'dbu-fiat-processor' | 'dbu-mdm' | 'dbu-txs' | 'develit-sdk' | 'lrf-website' | 'moneio' | 'stable-labs-emi-processor';
19
19
 
20
20
  declare const uuidv4: () => `${string}-${string}-${string}-${string}-${string}`;
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "9.10.0",
3
+ "version": "9.10.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",
@@ -39,11 +39,11 @@
39
39
  "superjson": "^2.2.5"
40
40
  },
41
41
  "peerDependencies": {
42
- "@cloudflare/workers-types": "^4.20260129.0",
43
- "@develit-io/general-codes": "^1.14.0",
42
+ "@cloudflare/workers-types": "^4.20260217.0",
43
+ "@develit-io/general-codes": "^1.15.0",
44
44
  "drizzle-orm": "^0.45.1",
45
45
  "drizzle-zod": "^0.7.1",
46
- "hono": "^4.11.7",
46
+ "hono": "^4.11.9",
47
47
  "zod": "^4.3.6"
48
48
  },
49
49
  "devDependencies": {