@develit-io/backend-sdk 8.6.2 → 8.6.3

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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -7
package/dist/index.mjs CHANGED
@@ -280,7 +280,7 @@ const RPCResponse = {
280
280
  console.error(error.message);
281
281
  return {
282
282
  status: error.status,
283
- message: error.message,
283
+ message: error.code,
284
284
  data: null,
285
285
  error: true
286
286
  };
package/package.json CHANGED
@@ -1,20 +1,16 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "8.6.2",
3
+ "version": "8.6.3",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "build": "unbuild",
10
- "changelogen": "bunx changelogen@latest --bump",
11
10
  "lint": "biome check",
12
11
  "lint:fix": "biome check --fix",
13
- "prepack": "unbuild",
14
- "release": "bun run build && bunx changelogen@latest --release --push && npm publish --access public",
15
12
  "test": "vitest",
16
- "test:unit": "vitest test/unit",
17
- "typecheck": "tsc"
13
+ "test:unit": "vitest test/unit"
18
14
  },
19
15
  "exports": {
20
16
  ".": {
@@ -33,7 +29,7 @@
33
29
  "dist"
34
30
  ],
35
31
  "dependencies": {
36
- "@cloudflare/workers-types": "4.20251004.0",
32
+ "@cloudflare/workers-types": "4.20251121.0",
37
33
  "comment-json": "^4.4.1",
38
34
  "drizzle-kit": "^0.31.6",
39
35
  "drizzle-orm": "^0.44.7",