@tsparticles/fireworks 4.2.1 → 4.3.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.
@@ -12,7 +12,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
12
12
  import { loadSoundsPlugin } from "@tsparticles/plugin-sounds";
13
13
  let initPromise = null;
14
14
  async function doInitPlugins(engine) {
15
- engine.checkVersion("4.2.1");
15
+ engine.checkVersion("4.3.1");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersForFireworks = async (e) => {
18
18
  await loadEmittersPluginSimple(e);
@@ -59,5 +59,5 @@ fireworks.create = async (canvas, options) => {
59
59
  fireworks.init = async () => {
60
60
  await initPlugins(tsParticles);
61
61
  };
62
- fireworks.version = "4.2.1";
62
+ fireworks.version = "4.3.1";
63
63
  globalThis.fireworks = fireworks;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { getFireworksInstance } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.2.1");
5
+ engine.checkVersion("4.3.1");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadLineShape }, { loadBlendPlugin }, { loadEmittersPluginSimple }, { loadEmittersShapeSquare }, { loadSoundsPlugin }, { loadRotateUpdater }, { loadDestroyUpdater }, { loadLifeUpdater }, { loadPaintUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -60,5 +60,5 @@ fireworks.create = async (canvas, options) => {
60
60
  fireworks.init = async () => {
61
61
  await initPlugins(tsParticles);
62
62
  };
63
- fireworks.version = "4.2.1";
63
+ fireworks.version = "4.3.1";
64
64
  globalThis.fireworks = fireworks;
package/cjs/fireworks.js CHANGED
@@ -12,7 +12,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
12
12
  import { loadSoundsPlugin } from "@tsparticles/plugin-sounds";
13
13
  let initPromise = null;
14
14
  async function doInitPlugins(engine) {
15
- engine.checkVersion("4.2.1");
15
+ engine.checkVersion("4.3.1");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersForFireworks = async (e) => {
18
18
  await loadEmittersPluginSimple(e);
@@ -59,5 +59,5 @@ fireworks.create = async (canvas, options) => {
59
59
  fireworks.init = async () => {
60
60
  await initPlugins(tsParticles);
61
61
  };
62
- fireworks.version = "4.2.1";
62
+ fireworks.version = "4.3.1";
63
63
  globalThis.fireworks = fireworks;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { getFireworksInstance } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.2.1");
5
+ engine.checkVersion("4.3.1");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadLineShape }, { loadBlendPlugin }, { loadEmittersPluginSimple }, { loadEmittersShapeSquare }, { loadSoundsPlugin }, { loadRotateUpdater }, { loadDestroyUpdater }, { loadLifeUpdater }, { loadPaintUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -60,5 +60,5 @@ fireworks.create = async (canvas, options) => {
60
60
  fireworks.init = async () => {
61
61
  await initPlugins(tsParticles);
62
62
  };
63
- fireworks.version = "4.2.1";
63
+ fireworks.version = "4.3.1";
64
64
  globalThis.fireworks = fireworks;
package/esm/fireworks.js CHANGED
@@ -12,7 +12,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
12
12
  import { loadSoundsPlugin } from "@tsparticles/plugin-sounds";
13
13
  let initPromise = null;
14
14
  async function doInitPlugins(engine) {
15
- engine.checkVersion("4.2.1");
15
+ engine.checkVersion("4.3.1");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersForFireworks = async (e) => {
18
18
  await loadEmittersPluginSimple(e);
@@ -59,5 +59,5 @@ fireworks.create = async (canvas, options) => {
59
59
  fireworks.init = async () => {
60
60
  await initPlugins(tsParticles);
61
61
  };
62
- fireworks.version = "4.2.1";
62
+ fireworks.version = "4.3.1";
63
63
  globalThis.fireworks = fireworks;
@@ -2,7 +2,7 @@ import { isString, tsParticles } from "@tsparticles/engine/lazy";
2
2
  import { getFireworksInstance } from "./utils.js";
3
3
  let initPromise = null;
4
4
  async function doInitPlugins(engine) {
5
- engine.checkVersion("4.2.1");
5
+ engine.checkVersion("4.3.1");
6
6
  await engine.pluginManager.register(async (e) => {
7
7
  const [{ loadBasic }, { loadLineShape }, { loadBlendPlugin }, { loadEmittersPluginSimple }, { loadEmittersShapeSquare }, { loadSoundsPlugin }, { loadRotateUpdater }, { loadDestroyUpdater }, { loadLifeUpdater }, { loadPaintUpdater },] = await Promise.all([
8
8
  import("@tsparticles/basic/lazy"),
@@ -60,5 +60,5 @@ fireworks.create = async (canvas, options) => {
60
60
  fireworks.init = async () => {
61
61
  await initPlugins(tsParticles);
62
62
  };
63
- fireworks.version = "4.2.1";
63
+ fireworks.version = "4.3.1";
64
64
  globalThis.fireworks = fireworks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/fireworks",
3
- "version": "4.2.1",
3
+ "version": "4.3.1",
4
4
  "description": "tsParticles fireworks bundle — easily create spectacular fireworks and fountain particle effects with built-in 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,17 +105,17 @@
105
105
  "./package.json": "./package.json"
106
106
  },
107
107
  "dependencies": {
108
- "@tsparticles/basic": "4.2.1",
109
- "@tsparticles/engine": "4.2.1",
110
- "@tsparticles/plugin-blend": "4.2.1",
111
- "@tsparticles/plugin-emitters": "4.2.1",
112
- "@tsparticles/plugin-emitters-shape-square": "4.2.1",
113
- "@tsparticles/plugin-sounds": "4.2.1",
114
- "@tsparticles/shape-line": "4.2.1",
115
- "@tsparticles/updater-destroy": "4.2.1",
116
- "@tsparticles/updater-life": "4.2.1",
117
- "@tsparticles/updater-paint": "4.2.1",
118
- "@tsparticles/updater-rotate": "4.2.1"
108
+ "@tsparticles/basic": "4.3.1",
109
+ "@tsparticles/engine": "4.3.1",
110
+ "@tsparticles/plugin-blend": "4.3.1",
111
+ "@tsparticles/plugin-emitters": "4.3.1",
112
+ "@tsparticles/plugin-emitters-shape-square": "4.3.1",
113
+ "@tsparticles/plugin-sounds": "4.3.1",
114
+ "@tsparticles/shape-line": "4.3.1",
115
+ "@tsparticles/updater-destroy": "4.3.1",
116
+ "@tsparticles/updater-life": "4.3.1",
117
+ "@tsparticles/updater-paint": "4.3.1",
118
+ "@tsparticles/updater-rotate": "4.3.1"
119
119
  },
120
120
  "publishConfig": {
121
121
  "access": "public"