melonjs 18.2.0 → 18.2.2

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.
@@ -22,6 +22,7 @@ declare class DefaultLoadingScreen extends Stage {
22
22
  * @ignore
23
23
  */
24
24
  onDestroyEvent(): void;
25
+ #private;
25
26
  }
26
27
  import Stage from "./../state/stage.js";
27
28
  //# sourceMappingURL=loadingscreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"loadingscreen.d.ts","sourceRoot":"","sources":["../../src/loader/loadingscreen.js"],"names":[],"mappings":";AAiFA;;;GAGG;AACH;IACC;;OAEG;IACH,kBAAmB;IAEnB;;OAEG;IACH,iBAAkB;IAElB;;;OAGG;IACH,qBAyBC;IAED;;;OAGG;IACH,uBAaC;CACD;kBA9IiB,qBAAqB"}
1
+ {"version":3,"file":"loadingscreen.d.ts","sourceRoot":"","sources":["../../src/loader/loadingscreen.js"],"names":[],"mappings":";AAkFA;;;GAGG;AACH;IACC;;OAEG;IACH,kBAAmB;IAEnB;;OAEG;IACH,iBAAkB;IAOlB;;;OAGG;IACH,qBAkCC;IAsBD;;;OAGG;IACH,uBAOC;;CACD;kBA3KiB,qBAAqB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "melonjs",
3
- "version": "18.2.0",
3
+ "version": "18.2.2",
4
4
  "description": "melonJS Game Engine",
5
5
  "homepage": "http://www.melonjs.org/",
6
6
  "type": "module",
@@ -79,12 +79,12 @@
79
79
  "build:watch": "tsx scripts/build.js watch",
80
80
  "lint": "eslint src tests",
81
81
  "build": "pnpm lint && tsx scripts/build.js && pnpm types",
82
- "dist": "pnpm clean && pnpm lint && pnpm vitest run && pnpm build && pnpm doc",
82
+ "dist": "pnpm clean && pnpm lint && pnpm vitest run && pnpm build && pnpm doc && cp ../../README.md .",
83
83
  "doc": "typedoc src/index.js --tsconfig tsconfig.build.json --readme DOC_README.md --hideGenerator --name 'melonJS' --navigation.includeCategories true --categorizeByGroup false",
84
84
  "doc:watch": "typedoc src/index.js --tsconfig tsconfig.build.json --readme DOC_README.md --hideGenerator --name 'melonJS' --navigation.includeCategories true --categorizeByGroup false --watch --skipErrorChecking --preserveWatchOutput --logLevel Error",
85
85
  "serve": "serve docs",
86
86
  "prepublishOnly": "pnpm dist",
87
- "clean": "tsx scripts/clean.js",
87
+ "clean": "tsx scripts/clean.ts",
88
88
  "types": "tsc --project tsconfig.build.json",
89
89
  "test:types": "tsc"
90
90
  }