tsparticles 1.43.0 → 1.43.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.
Files changed (42) hide show
  1. package/browser/Updaters/Twinkle/index.js +1 -1
  2. package/cjs/Updaters/Twinkle/index.js +1 -1
  3. package/esm/Updaters/Twinkle/index.js +1 -1
  4. package/package.json +1 -1
  5. package/report.html +2 -2
  6. package/report.slim.html +1 -1
  7. package/tsparticles.engine.min.js +1 -1
  8. package/tsparticles.interaction.external.attract.min.js +1 -1
  9. package/tsparticles.interaction.external.bounce.min.js +1 -1
  10. package/tsparticles.interaction.external.bubble.min.js +1 -1
  11. package/tsparticles.interaction.external.connect.min.js +1 -1
  12. package/tsparticles.interaction.external.grab.min.js +1 -1
  13. package/tsparticles.interaction.external.repulse.min.js +1 -1
  14. package/tsparticles.interaction.external.trail.min.js +1 -1
  15. package/tsparticles.interaction.particles.attract.min.js +1 -1
  16. package/tsparticles.interaction.particles.collisions.min.js +1 -1
  17. package/tsparticles.interaction.particles.links.min.js +1 -1
  18. package/tsparticles.js +1 -1
  19. package/tsparticles.min.js +2 -2
  20. package/tsparticles.pathseg.min.js +1 -1
  21. package/tsparticles.plugins.absorbers.min.js +1 -1
  22. package/tsparticles.plugins.emitters.min.js +1 -1
  23. package/tsparticles.plugins.polygonMask.min.js +1 -1
  24. package/tsparticles.shape.circle.min.js +1 -1
  25. package/tsparticles.shape.image.min.js +1 -1
  26. package/tsparticles.shape.line.min.js +1 -1
  27. package/tsparticles.shape.polygon.min.js +1 -1
  28. package/tsparticles.shape.square.min.js +1 -1
  29. package/tsparticles.shape.star.min.js +1 -1
  30. package/tsparticles.shape.text.min.js +1 -1
  31. package/tsparticles.slim.min.js +1 -1
  32. package/tsparticles.updater.angle.min.js +1 -1
  33. package/tsparticles.updater.color.min.js +1 -1
  34. package/tsparticles.updater.life.min.js +1 -1
  35. package/tsparticles.updater.opacity.min.js +1 -1
  36. package/tsparticles.updater.outModes.min.js +1 -1
  37. package/tsparticles.updater.roll.min.js +1 -1
  38. package/tsparticles.updater.size.min.js +1 -1
  39. package/tsparticles.updater.strokeColor.min.js +1 -1
  40. package/tsparticles.updater.tilt.min.js +1 -1
  41. package/tsparticles.updater.wobble.min.js +1 -1
  42. package/umd/Updaters/Twinkle/index.js +1 -1
@@ -1,4 +1,4 @@
1
1
  import { TwinkleUpdater } from "./TwinkleUpdater";
2
2
  export async function loadTwinkleUpdater(engine) {
3
- await engine.addParticleUpdater("tilt", () => new TwinkleUpdater());
3
+ await engine.addParticleUpdater("twinkle", () => new TwinkleUpdater());
4
4
  }
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.loadTwinkleUpdater = void 0;
4
4
  const TwinkleUpdater_1 = require("./TwinkleUpdater");
5
5
  async function loadTwinkleUpdater(engine) {
6
- await engine.addParticleUpdater("tilt", () => new TwinkleUpdater_1.TwinkleUpdater());
6
+ await engine.addParticleUpdater("twinkle", () => new TwinkleUpdater_1.TwinkleUpdater());
7
7
  }
8
8
  exports.loadTwinkleUpdater = loadTwinkleUpdater;
@@ -1,4 +1,4 @@
1
1
  import { TwinkleUpdater } from "./TwinkleUpdater";
2
2
  export async function loadTwinkleUpdater(engine) {
3
- await engine.addParticleUpdater("tilt", () => new TwinkleUpdater());
3
+ await engine.addParticleUpdater("twinkle", () => new TwinkleUpdater());
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsparticles",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
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": {