@tsparticles/updater-life 3.0.0-beta.2 → 3.0.0-beta.4

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.
@@ -2,7 +2,6 @@ import { ValueWithRandom } from "@tsparticles/engine";
2
2
  export class LifeDuration extends ValueWithRandom {
3
3
  constructor() {
4
4
  super();
5
- this.random.minimumValue = 0.0001;
6
5
  this.sync = false;
7
6
  }
8
7
  load(data) {
@@ -5,7 +5,6 @@ const engine_1 = require("@tsparticles/engine");
5
5
  class LifeDuration extends engine_1.ValueWithRandom {
6
6
  constructor() {
7
7
  super();
8
- this.random.minimumValue = 0.0001;
9
8
  this.sync = false;
10
9
  }
11
10
  load(data) {
@@ -2,7 +2,6 @@ import { ValueWithRandom } from "@tsparticles/engine";
2
2
  export class LifeDuration extends ValueWithRandom {
3
3
  constructor() {
4
4
  super();
5
- this.random.minimumValue = 0.0001;
6
5
  this.sync = false;
7
6
  }
8
7
  load(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/updater-life",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "tsParticles particles life updater",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -60,7 +60,7 @@
60
60
  "confettijs",
61
61
  "fireworksjs",
62
62
  "canvas-confetti",
63
- "@tsparticles/plugin",
63
+ "tsparticles-plugin",
64
64
  "@tsparticles/updater"
65
65
  ],
66
66
  "author": "Matteo Bruni <matteo.bruni@me.com>",
@@ -87,7 +87,7 @@
87
87
  "./package.json": "./package.json"
88
88
  },
89
89
  "dependencies": {
90
- "@tsparticles/engine": "^3.0.0-beta.2"
90
+ "@tsparticles/engine": "^3.0.0-beta.4"
91
91
  },
92
92
  "publishConfig": {
93
93
  "access": "public"