melonjs 10.2.0 → 10.2.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/dist/melonjs.js +4 -4
- package/dist/melonjs.min.js +2 -2
- package/dist/melonjs.module.d.ts +1 -1
- package/dist/melonjs.module.js +4 -4
- package/package.json +1 -1
package/dist/melonjs.module.d.ts
CHANGED
|
@@ -13000,7 +13000,7 @@ declare class BasePlugin {
|
|
|
13000
13000
|
* this can be overridden by the plugin
|
|
13001
13001
|
* @public
|
|
13002
13002
|
* @type String
|
|
13003
|
-
* @default "10.2.
|
|
13003
|
+
* @default "10.2.1"
|
|
13004
13004
|
* @name me.plugin.Base#version
|
|
13005
13005
|
*/
|
|
13006
13006
|
public version: string;
|
package/dist/melonjs.module.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* melonJS Game Engine - v10.2.
|
|
2
|
+
* melonJS Game Engine - v10.2.1
|
|
3
3
|
* http://www.melonjs.org
|
|
4
4
|
* melonjs is licensed under the MIT License.
|
|
5
5
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -31533,10 +31533,10 @@ class BasePlugin {
|
|
|
31533
31533
|
* this can be overridden by the plugin
|
|
31534
31534
|
* @public
|
|
31535
31535
|
* @type String
|
|
31536
|
-
* @default "10.2.
|
|
31536
|
+
* @default "10.2.1"
|
|
31537
31537
|
* @name me.plugin.Base#version
|
|
31538
31538
|
*/
|
|
31539
|
-
this.version = "10.2.
|
|
31539
|
+
this.version = "10.2.1";
|
|
31540
31540
|
}
|
|
31541
31541
|
}
|
|
31542
31542
|
|
|
@@ -36045,7 +36045,7 @@ var deprecated = /*#__PURE__*/Object.freeze({
|
|
|
36045
36045
|
* @name version
|
|
36046
36046
|
* @type {string}
|
|
36047
36047
|
*/
|
|
36048
|
-
const version = "10.2.
|
|
36048
|
+
const version = "10.2.1";
|
|
36049
36049
|
|
|
36050
36050
|
|
|
36051
36051
|
/**
|