@accelbyte/codegen 1.0.0-beta.7 → 1.0.1-experimental.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/package.json CHANGED
@@ -1,38 +1,20 @@
1
1
  {
2
2
  "name": "@accelbyte/codegen",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.1-experimental.1",
4
4
  "author": "AccelByte Inc",
5
- "license": "AccelByte License",
5
+ "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "dist/accelbyte-codegen.js",
7
7
  "module": "dist/accelbyte-codegen.mjs",
8
- "scripts": {
9
- "prebuild": "rimraf dist",
10
- "build": "rollup -c rollup.config.mjs && (cd dist && chmod 700 *.*)",
11
- "prettier": "prettier --write sdk/.",
12
- "test": "echo 'Not implemented yet'",
13
- "clean": "npx rimraf dist && npx rimraf node_modules"
14
- },
15
8
  "bin": {
16
9
  "accelbyte-codegen": "dist/accelbyte-codegen.js"
17
10
  },
18
11
  "dependencies": {
19
- "axios": "0.27.2",
12
+ "axios": "1.3.6",
20
13
  "fast-json-patch": "3.1.1",
21
14
  "lodash": "4.17.21",
22
15
  "rimraf": "4.1.2",
23
16
  "swagger-parser": "10.0.3",
24
17
  "yargs": "17.6.2",
25
18
  "zod": "3.17.3"
26
- },
27
- "devDependencies": {
28
- "@types/node": "16.4.14",
29
- "@rollup/plugin-commonjs": "20.0.0",
30
- "@rollup/plugin-node-resolve": "13.0.4",
31
- "@types/yargs": "17.0.14",
32
- "esbuild": "0.14.10",
33
- "rollup": "3.8.1",
34
- "rollup-plugin-add-shebang": "0.3.1",
35
- "rollup-plugin-esbuild": "5.0.0",
36
- "typescript": "4.6.4"
37
19
  }
38
20
  }