@tsparticles/fireworks 4.0.2 → 4.0.3

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.0.2");
15
+ engine.checkVersion("4.0.3");
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.0.2";
62
+ fireworks.version = "4.0.3";
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.0.2");
5
+ engine.checkVersion("4.0.3");
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.0.2";
63
+ fireworks.version = "4.0.3";
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.0.2");
15
+ engine.checkVersion("4.0.3");
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.0.2";
62
+ fireworks.version = "4.0.3";
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.0.2");
5
+ engine.checkVersion("4.0.3");
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.0.2";
63
+ fireworks.version = "4.0.3";
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.0.2");
15
+ engine.checkVersion("4.0.3");
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.0.2";
62
+ fireworks.version = "4.0.3";
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.0.2");
5
+ engine.checkVersion("4.0.3");
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.0.2";
63
+ fireworks.version = "4.0.3";
64
64
  globalThis.fireworks = fireworks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/fireworks",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Easily create highly customizable particle 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
  "repository": {
@@ -105,17 +105,17 @@
105
105
  "./package.json": "./package.json"
106
106
  },
107
107
  "dependencies": {
108
- "@tsparticles/basic": "4.0.2",
109
- "@tsparticles/engine": "4.0.2",
110
- "@tsparticles/plugin-blend": "4.0.2",
111
- "@tsparticles/plugin-emitters": "4.0.2",
112
- "@tsparticles/plugin-emitters-shape-square": "4.0.2",
113
- "@tsparticles/plugin-sounds": "4.0.2",
114
- "@tsparticles/shape-line": "4.0.2",
115
- "@tsparticles/updater-destroy": "4.0.2",
116
- "@tsparticles/updater-life": "4.0.2",
117
- "@tsparticles/updater-paint": "4.0.2",
118
- "@tsparticles/updater-rotate": "4.0.2"
108
+ "@tsparticles/basic": "4.0.3",
109
+ "@tsparticles/engine": "4.0.3",
110
+ "@tsparticles/plugin-blend": "4.0.3",
111
+ "@tsparticles/plugin-emitters": "4.0.3",
112
+ "@tsparticles/plugin-emitters-shape-square": "4.0.3",
113
+ "@tsparticles/plugin-sounds": "4.0.3",
114
+ "@tsparticles/shape-line": "4.0.3",
115
+ "@tsparticles/updater-destroy": "4.0.3",
116
+ "@tsparticles/updater-life": "4.0.3",
117
+ "@tsparticles/updater-paint": "4.0.3",
118
+ "@tsparticles/updater-rotate": "4.0.3"
119
119
  },
120
120
  "publishConfig": {
121
121
  "access": "public"