@accelbyte/codegen 0.0.0-dev-20240828053809 → 0.0.0-dev-20240904015634

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/codegen",
3
- "version": "0.0.0-dev-20240828053809",
3
+ "version": "0.0.0-dev-20240904015634",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "dist/accelbyte-codegen.js",
@@ -9,7 +9,7 @@
9
9
  "build": "tsup && yarn set-permissions",
10
10
  "set-permissions": "cd dist && ls *.* && chmod 700 *.* || echo 'No matching files'",
11
11
  "prettier": "prettier --write sdk/.",
12
- "test": "vitest run --testTimeout=15000",
12
+ "test": "vitest run --testTimeout=30000",
13
13
  "test:watch": "vitest",
14
14
  "clean": "npx rimraf dist && npx rimraf node_modules"
15
15
  },
@@ -28,7 +28,7 @@
28
28
  "swagger-parser": "10.0.3",
29
29
  "validator": "13.7.0",
30
30
  "yargs": "17.6.2",
31
- "zod": "3.17.3"
31
+ "zod": "3.23.8"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "22.3.0",