@melonjs/debug-plugin 14.6.4 → 14.6.5

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
  ![melonJS Logo](https://github.com/melonjs/melonJS/raw/master/media/Banner/Banner%20-%20Billboard%20-%20Original%20Logo%20-%20horizontal.png)
3
3
 
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/melonjs/es6-boilerplate/blob/master/LICENSE)
5
+ [![NPM Package](https://img.shields.io/npm/v/@melonjs/debug-plugin)](https://www.npmjs.com/package/@melonjs/debug-plugin)
6
+ [![jsDeliver](https://data.jsdelivr.com/v1/package/npm/@melonjs/debug-plugin/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@melonjs/debug-plugin)
5
7
 
6
8
  Installation
7
9
  -------------------------------------------------------------------------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * melonJS debug plugin - v14.6.4
2
+ * melonJS debug plugin - v14.6.5
3
3
  * http://www.melonjs.org
4
4
  * @melonjs/debug-plugin is licensed under the MIT License.
5
5
  * http://www.opensource.org/licenses/mit-license
@@ -71,7 +71,7 @@ class DebugPanel extends Renderable {
71
71
  this.name = "debugPanel";
72
72
 
73
73
  // the debug panel version
74
- this.version = "14.6.4";
74
+ this.version = "14.6.5";
75
75
 
76
76
  // persistent
77
77
  this.isPersistent = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melonjs/debug-plugin",
3
- "version": "14.6.4",
3
+ "version": "14.6.5",
4
4
  "description": "melonJS debug plugin",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -48,22 +48,22 @@
48
48
  "LICENSE"
49
49
  ],
50
50
  "peerDependencies": {
51
- "melonjs": "^15.2.0"
51
+ "melonjs": "^15.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@babel/eslint-parser": "^7.21.8",
55
- "@babel/plugin-syntax-import-assertions": "^7.20.0",
56
- "@rollup/plugin-commonjs": "^24.1.0",
54
+ "@babel/eslint-parser": "^7.22.9",
55
+ "@babel/plugin-syntax-import-assertions": "^7.22.5",
56
+ "@rollup/plugin-commonjs": "^25.0.2",
57
57
  "@rollup/plugin-image": "^3.0.2",
58
- "@rollup/plugin-node-resolve": "^15.0.2",
58
+ "@rollup/plugin-node-resolve": "^15.1.0",
59
59
  "@rollup/plugin-replace": "^5.0.2",
60
60
  "del-cli": "^5.0.0",
61
- "eslint": "^8.40.0",
62
- "eslint-plugin-jsdoc": "^44.2.3",
63
- "rollup": "^3.21.6",
61
+ "eslint": "^8.44.0",
62
+ "eslint-plugin-jsdoc": "^44.2.7",
63
+ "rollup": "^3.26.2",
64
64
  "rollup-plugin-bundle-size": "^1.0.3",
65
65
  "rollup-plugin-string": "^3.0.0",
66
- "typescript": "^5.0.4"
66
+ "typescript": "^5.1.6"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "npm run lint && rollup -c --silent && npm run types",