@accelbyte/codegen 0.0.0-dev-20240906023252 → 0.0.0-dev-20240911051006
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,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accelbyte/codegen",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20240911051006",
|
|
4
4
|
"author": "AccelByte Inc",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "dist/accelbyte-codegen.js",
|
|
7
7
|
"module": "dist/accelbyte-codegen.mjs",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "tsup && yarn set-permissions",
|
|
10
|
+
"test-and-build": "yarn test && yarn build",
|
|
10
11
|
"set-permissions": "cd dist && ls *.* && chmod 700 *.* || echo 'No matching files'",
|
|
11
12
|
"prettier": "prettier --write sdk/.",
|
|
12
13
|
"test": "vitest run --testTimeout=30000",
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
},
|
|
19
20
|
"dependencies": {
|
|
20
21
|
"@apidevtools/swagger-parser": "10.1.0",
|
|
21
|
-
"axios": "1.
|
|
22
|
+
"axios": "1.7.7",
|
|
22
23
|
"eslint": "8.56.0",
|
|
23
24
|
"eslint-plugin-unused-imports": "3.0.0",
|
|
24
25
|
"fast-json-patch": "3.1.1",
|