@tsparticles/confetti 4.3.1 → 4.3.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.
@@ -17,7 +17,7 @@ import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
17
17
  import { setConfetti } from "./utils.js";
18
18
  let initPromise = null;
19
19
  async function doInitPlugins(engine) {
20
- engine.checkVersion("4.3.1");
20
+ engine.checkVersion("4.3.2");
21
21
  await engine.pluginManager.register(async (e) => {
22
22
  await Promise.all([
23
23
  loadBasic(e),
@@ -90,5 +90,5 @@ confetti.create = async (canvas, options = {}) => {
90
90
  confetti.init = async () => {
91
91
  await initPlugins(tsParticles);
92
92
  };
93
- confetti.version = "4.3.1";
93
+ confetti.version = "4.3.2";
94
94
  globalThis.confetti = confetti;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { setConfetti } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.3.1");
5
+ engine.checkVersion("4.3.2");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadEmittersPluginSimple }, { loadMotionPlugin }, { loadCardSuitsShape }, { loadEmojiShape }, { loadHeartShape }, { loadImageShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadRotateUpdater }, { loadLifeUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadWobbleUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -92,5 +92,5 @@ confetti.create = async (canvas, options = {}) => {
92
92
  confetti.init = async () => {
93
93
  await initPlugins(tsParticles);
94
94
  };
95
- confetti.version = "4.3.1";
95
+ confetti.version = "4.3.2";
96
96
  globalThis.confetti = confetti;
package/cjs/confetti.js CHANGED
@@ -17,7 +17,7 @@ import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
17
17
  import { setConfetti } from "./utils.js";
18
18
  let initPromise = null;
19
19
  async function doInitPlugins(engine) {
20
- engine.checkVersion("4.3.1");
20
+ engine.checkVersion("4.3.2");
21
21
  await engine.pluginManager.register(async (e) => {
22
22
  await Promise.all([
23
23
  loadBasic(e),
@@ -90,5 +90,5 @@ confetti.create = async (canvas, options = {}) => {
90
90
  confetti.init = async () => {
91
91
  await initPlugins(tsParticles);
92
92
  };
93
- confetti.version = "4.3.1";
93
+ confetti.version = "4.3.2";
94
94
  globalThis.confetti = confetti;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { setConfetti } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.3.1");
5
+ engine.checkVersion("4.3.2");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadEmittersPluginSimple }, { loadMotionPlugin }, { loadCardSuitsShape }, { loadEmojiShape }, { loadHeartShape }, { loadImageShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadRotateUpdater }, { loadLifeUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadWobbleUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -92,5 +92,5 @@ confetti.create = async (canvas, options = {}) => {
92
92
  confetti.init = async () => {
93
93
  await initPlugins(tsParticles);
94
94
  };
95
- confetti.version = "4.3.1";
95
+ confetti.version = "4.3.2";
96
96
  globalThis.confetti = confetti;
package/esm/confetti.js CHANGED
@@ -17,7 +17,7 @@ import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
17
17
  import { setConfetti } from "./utils.js";
18
18
  let initPromise = null;
19
19
  async function doInitPlugins(engine) {
20
- engine.checkVersion("4.3.1");
20
+ engine.checkVersion("4.3.2");
21
21
  await engine.pluginManager.register(async (e) => {
22
22
  await Promise.all([
23
23
  loadBasic(e),
@@ -90,5 +90,5 @@ confetti.create = async (canvas, options = {}) => {
90
90
  confetti.init = async () => {
91
91
  await initPlugins(tsParticles);
92
92
  };
93
- confetti.version = "4.3.1";
93
+ confetti.version = "4.3.2";
94
94
  globalThis.confetti = confetti;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { setConfetti } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.3.1");
5
+ engine.checkVersion("4.3.2");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadEmittersPluginSimple }, { loadMotionPlugin }, { loadCardSuitsShape }, { loadEmojiShape }, { loadHeartShape }, { loadImageShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadRotateUpdater }, { loadLifeUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadWobbleUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -92,5 +92,5 @@ confetti.create = async (canvas, options = {}) => {
92
92
  confetti.init = async () => {
93
93
  await initPlugins(tsParticles);
94
94
  };
95
- confetti.version = "4.3.1";
95
+ confetti.version = "4.3.2";
96
96
  globalThis.confetti = confetti;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/confetti",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "tsParticles confetti bundle — easily create confetti, confetti cannon, confetti explosions, confetti falling, and confetti parade animations with presets. Ready to use components available 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
  "repository": {
@@ -105,22 +105,22 @@
105
105
  "./package.json": "./package.json"
106
106
  },
107
107
  "dependencies": {
108
- "@tsparticles/basic": "4.3.1",
109
- "@tsparticles/engine": "4.3.1",
110
- "@tsparticles/plugin-emitters": "4.3.1",
111
- "@tsparticles/plugin-motion": "4.3.1",
112
- "@tsparticles/shape-cards": "4.3.1",
113
- "@tsparticles/shape-emoji": "4.3.1",
114
- "@tsparticles/shape-heart": "4.3.1",
115
- "@tsparticles/shape-image": "4.3.1",
116
- "@tsparticles/shape-polygon": "4.3.1",
117
- "@tsparticles/shape-square": "4.3.1",
118
- "@tsparticles/shape-star": "4.3.1",
119
- "@tsparticles/updater-life": "4.3.1",
120
- "@tsparticles/updater-roll": "4.3.1",
121
- "@tsparticles/updater-rotate": "4.3.1",
122
- "@tsparticles/updater-tilt": "4.3.1",
123
- "@tsparticles/updater-wobble": "4.3.1"
108
+ "@tsparticles/basic": "4.3.2",
109
+ "@tsparticles/engine": "4.3.2",
110
+ "@tsparticles/plugin-emitters": "4.3.2",
111
+ "@tsparticles/plugin-motion": "4.3.2",
112
+ "@tsparticles/shape-cards": "4.3.2",
113
+ "@tsparticles/shape-emoji": "4.3.2",
114
+ "@tsparticles/shape-heart": "4.3.2",
115
+ "@tsparticles/shape-image": "4.3.2",
116
+ "@tsparticles/shape-polygon": "4.3.2",
117
+ "@tsparticles/shape-square": "4.3.2",
118
+ "@tsparticles/shape-star": "4.3.2",
119
+ "@tsparticles/updater-life": "4.3.2",
120
+ "@tsparticles/updater-roll": "4.3.2",
121
+ "@tsparticles/updater-rotate": "4.3.2",
122
+ "@tsparticles/updater-tilt": "4.3.2",
123
+ "@tsparticles/updater-wobble": "4.3.2"
124
124
  },
125
125
  "publishConfig": {
126
126
  "access": "public"