@tsparticles/engine 4.0.0-alpha.0 → 4.0.0-alpha.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.
@@ -1 +1 @@
1
- /*! tsParticles Engine v4.0.0-alpha.0 by Matteo Bruni */
1
+ /*! tsParticles Engine v4.0.0-alpha.2 by Matteo Bruni */
@@ -95,7 +95,7 @@ export class Engine {
95
95
  return this._domArray;
96
96
  }
97
97
  get version() {
98
- return "4.0.0-alpha.0";
98
+ return "4.0.0-alpha.2";
99
99
  }
100
100
  addColorManager(manager) {
101
101
  this.colorManagers.set(manager.key, manager);
@@ -95,7 +95,7 @@ export class Engine {
95
95
  return this._domArray;
96
96
  }
97
97
  get version() {
98
- return "4.0.0-alpha.0";
98
+ return "4.0.0-alpha.2";
99
99
  }
100
100
  addColorManager(manager) {
101
101
  this.colorManagers.set(manager.key, manager);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * tsParticles Engine v4.0.0-alpha.0
2
+ * tsParticles Engine v4.0.0-alpha.2
3
3
  * Author: Matteo Bruni
4
4
  * MIT license: https://opensource.org/licenses/MIT
5
5
  * Website: https://particles.js.org/
@@ -95,7 +95,7 @@ export class Engine {
95
95
  return this._domArray;
96
96
  }
97
97
  get version() {
98
- return "4.0.0-alpha.0";
98
+ return "4.0.0-alpha.2";
99
99
  }
100
100
  addColorManager(manager) {
101
101
  this.colorManagers.set(manager.key, manager);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/engine",
3
- "version": "4.0.0-alpha.0",
3
+ "version": "4.0.0-alpha.2",
4
4
  "description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
5
5
  "homepage": "https://particles.js.org",
6
6
  "scripts": {