excalibur 0.26.0-alpha.259 → 0.26.0-alpha.260

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 CHANGED
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
16
  - Internal Actions implementation converted to ECS system and component, this is a backwards compatible change with v0.25.0
17
17
  - `ex.ActionsSystem` and `ex.ActionsComponent` now wrap the existing `ex.ActionContext`
18
18
  - Actions can be shared with all entities now!
19
+ - Revert VSCode Workbench Colors
19
20
  ### Deprecated
20
21
 
21
22
  - Actions `asPromise()` renamed to `toPromise()`
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * excalibur - 0.26.0-alpha.259+a2a245e - 2021-10-21
2
+ * excalibur - 0.26.0-alpha.260+2a0a1eb - 2021-10-23
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
@@ -28425,7 +28425,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
28425
28425
  * The current Excalibur version string
28426
28426
  * @description `process.env.__EX_VERSION` gets replaced by Webpack on build
28427
28427
  */
28428
- const EX_VERSION = "0.26.0-alpha.259+a2a245e";
28428
+ const EX_VERSION = "0.26.0-alpha.260+2a0a1eb";
28429
28429
 
28430
28430
  polyfill();
28431
28431
  // This file is used as the bundle entry point and exports everything