@chronodivide/game-api 0.43.0 → 0.45.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/CHANGELOG.md +10 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/res/ra2cd.mix +0 -0
- package/package.json +2 -1
package/dist/res/ra2cd.mix
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chronodivide/game-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"description": "Chrono Divide Game API",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"bugs": {
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "webpack-cli --config webpack.config.js",
|
|
42
|
+
"watch": "webpack-cli --config webpack.config.js --watch",
|
|
42
43
|
"release": "rm -rf dist && cross-env NODE_ENV=production npm run build && npm run generate-dts && rm -r dist/dts && npm run minify",
|
|
43
44
|
"generate-dts": "api-extractor run -l -c api-extractor.jsonc",
|
|
44
45
|
"minify": "uglifyjs ./dist/index.js --compress --mangle --output ./dist/index.min.js && rm ./dist/index.js && mv ./dist/index.min.js ./dist/index.js",
|