@chronodivide/game-api 0.74.0-dev.0 → 0.74.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chronodivide/game-api",
3
- "version": "0.74.0-dev.0",
3
+ "version": "0.74.0",
4
4
  "description": "Chrono Divide Game API",
5
5
  "license": "UNLICENSED",
6
6
  "bugs": {
@@ -42,7 +42,7 @@
42
42
  "scripts": {
43
43
  "build": "webpack-cli --config webpack.config.js",
44
44
  "watch": "webpack-cli --config webpack.config.js --watch",
45
- "release": "rm -rf dist && cross-env NODE_ENV=production npm run build && npm run generate-dts && rm -r dist/dts && npm run minify",
45
+ "release": "rm -rf dist && cross-env NODE_ENV=production pnpm run build && pnpm run generate-dts && rm -r dist/dts && pnpm run minify",
46
46
  "generate-dts": "api-extractor run -c api-extractor.jsonc",
47
47
  "minify": "uglifyjs ./dist/index.js --compress awaits=false --mangle --output ./dist/index.min.js && rm ./dist/index.js && mv ./dist/index.min.js ./dist/index.js",
48
48
  "start": "cross-env TS_NODE_PROJECT=\"source/example/tsconfig.json\" node --loader ts-node/esm source/example/exampleBot.ts",