excalibur 0.26.0-alpha.306 → 0.26.0-alpha.310
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/build/dist/excalibur.js +2 -2
- package/build/dist/excalibur.min.js +1 -1
- package/build/dist/excalibur.min.js.LICENSE.txt +1 -1
- package/build/dist/index.js +2 -2
- package/build/esm/excalibur.js +2 -2
- package/build/esm/excalibur.min.js +1 -1
- package/build/esm/excalibur.min.js.LICENSE.txt +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.310+5f94c2f - 2021-11-27
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2021 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "excalibur",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "0.26.0-alpha.
|
|
4
|
+
"version": "0.26.0-alpha.310",
|
|
5
5
|
"exNextVersion": "0.26.0",
|
|
6
6
|
"description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.",
|
|
7
7
|
"author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"@types/node": "14.17.34",
|
|
73
73
|
"@types/react-color": "3.0.6",
|
|
74
74
|
"@types/webpack-env": "1.16.3",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "4.
|
|
76
|
-
"@typescript-eslint/parser": "4.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
76
|
+
"@typescript-eslint/parser": "4.33.0",
|
|
77
77
|
"babel-loader": "8.2.3",
|
|
78
|
-
"copy-webpack-plugin": "
|
|
78
|
+
"copy-webpack-plugin": "10.0.0",
|
|
79
79
|
"copyfiles": "2.4.1",
|
|
80
80
|
"coveralls": "3.1.1",
|
|
81
81
|
"css-loader": "6.5.1",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"rimraf": "3.0.2",
|
|
103
103
|
"semver": "7.3.5",
|
|
104
104
|
"serve": "12.0.1",
|
|
105
|
-
"source-map-support": "0.5.
|
|
105
|
+
"source-map-support": "0.5.21",
|
|
106
106
|
"sync-request": "6.1.0",
|
|
107
107
|
"ts-loader": "9.2.6",
|
|
108
108
|
"typedoc": "0.22.7",
|