@accelbyte/sdk 4.1.5 → 4.2.0

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.ts CHANGED
@@ -341,6 +341,7 @@ declare class Validate {
341
341
  static safeParse<D>(data: unknown, Codec: z.ZodType<D>): D | null;
342
342
  }
343
343
  declare class DecodeError extends Error {
344
+ zodError: ZodError;
344
345
  constructor({ error, response, modelName }: {
345
346
  error: ZodError;
346
347
  response: AxiosResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "4.1.5",
3
+ "version": "4.2.0",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./dist/cjs/node/index.cjs",
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@accelbyte/validator": "0.2.30",
52
- "axios": "1.8.4",
52
+ "axios": "1.12.0",
53
53
  "buffer": "6.0.3",
54
54
  "crypto-js": "4.2.0",
55
55
  "nanoid": "3.3.11",
56
56
  "platform": "1.3.6",
57
57
  "query-string": "7.1.1",
58
58
  "uuid": "8.3.2",
59
- "validator": "13.7.0",
59
+ "validator": "13.15.20",
60
60
  "ws": "8.18.0",
61
61
  "zod": "3.23.8"
62
62
  },