@tsparticles/slim 4.0.2 → 4.0.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.
package/browser/index.js CHANGED
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
26
26
  import { loadSquareShape } from "@tsparticles/shape-square";
27
27
  import { loadStarShape } from "@tsparticles/shape-star";
28
28
  export async function loadSlim(engine) {
29
- engine.checkVersion("4.0.2");
29
+ engine.checkVersion("4.0.4");
30
30
  await engine.pluginManager.register(async (e) => {
31
31
  const loadInteractivityForSlim = async (e) => {
32
32
  await loadInteractivityPlugin(e);
@@ -1,5 +1,5 @@
1
1
  export async function loadSlim(engine) {
2
- engine.checkVersion("4.0.2");
2
+ engine.checkVersion("4.0.4");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
5
5
  import("@tsparticles/basic/lazy"),
package/cjs/index.js CHANGED
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
26
26
  import { loadSquareShape } from "@tsparticles/shape-square";
27
27
  import { loadStarShape } from "@tsparticles/shape-star";
28
28
  export async function loadSlim(engine) {
29
- engine.checkVersion("4.0.2");
29
+ engine.checkVersion("4.0.4");
30
30
  await engine.pluginManager.register(async (e) => {
31
31
  const loadInteractivityForSlim = async (e) => {
32
32
  await loadInteractivityPlugin(e);
package/cjs/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadSlim(engine) {
2
- engine.checkVersion("4.0.2");
2
+ engine.checkVersion("4.0.4");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
5
5
  import("@tsparticles/basic/lazy"),
package/esm/index.js CHANGED
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
26
26
  import { loadSquareShape } from "@tsparticles/shape-square";
27
27
  import { loadStarShape } from "@tsparticles/shape-star";
28
28
  export async function loadSlim(engine) {
29
- engine.checkVersion("4.0.2");
29
+ engine.checkVersion("4.0.4");
30
30
  await engine.pluginManager.register(async (e) => {
31
31
  const loadInteractivityForSlim = async (e) => {
32
32
  await loadInteractivityPlugin(e);
package/esm/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadSlim(engine) {
2
- engine.checkVersion("4.0.2");
2
+ engine.checkVersion("4.0.4");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
5
5
  import("@tsparticles/basic/lazy"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/slim",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
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,34 +105,34 @@
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/interaction-external-attract": "4.0.2",
111
- "@tsparticles/interaction-external-bounce": "4.0.2",
112
- "@tsparticles/interaction-external-bubble": "4.0.2",
113
- "@tsparticles/interaction-external-connect": "4.0.2",
114
- "@tsparticles/interaction-external-destroy": "4.0.2",
115
- "@tsparticles/interaction-external-grab": "4.0.2",
116
- "@tsparticles/interaction-external-parallax": "4.0.2",
117
- "@tsparticles/interaction-external-pause": "4.0.2",
118
- "@tsparticles/interaction-external-push": "4.0.2",
119
- "@tsparticles/interaction-external-remove": "4.0.2",
120
- "@tsparticles/interaction-external-repulse": "4.0.2",
121
- "@tsparticles/interaction-external-slow": "4.0.2",
122
- "@tsparticles/interaction-particles-attract": "4.0.2",
123
- "@tsparticles/interaction-particles-collisions": "4.0.2",
124
- "@tsparticles/interaction-particles-links": "4.0.2",
125
- "@tsparticles/plugin-easing-quad": "4.0.2",
126
- "@tsparticles/plugin-interactivity": "4.0.2",
127
- "@tsparticles/shape-emoji": "4.0.2",
128
- "@tsparticles/shape-image": "4.0.2",
129
- "@tsparticles/shape-line": "4.0.2",
130
- "@tsparticles/shape-polygon": "4.0.2",
131
- "@tsparticles/shape-square": "4.0.2",
132
- "@tsparticles/shape-star": "4.0.2",
133
- "@tsparticles/updater-life": "4.0.2",
134
- "@tsparticles/updater-paint": "4.0.2",
135
- "@tsparticles/updater-rotate": "4.0.2"
108
+ "@tsparticles/basic": "4.0.4",
109
+ "@tsparticles/engine": "4.0.4",
110
+ "@tsparticles/interaction-external-attract": "4.0.4",
111
+ "@tsparticles/interaction-external-bounce": "4.0.4",
112
+ "@tsparticles/interaction-external-bubble": "4.0.4",
113
+ "@tsparticles/interaction-external-connect": "4.0.4",
114
+ "@tsparticles/interaction-external-destroy": "4.0.4",
115
+ "@tsparticles/interaction-external-grab": "4.0.4",
116
+ "@tsparticles/interaction-external-parallax": "4.0.4",
117
+ "@tsparticles/interaction-external-pause": "4.0.4",
118
+ "@tsparticles/interaction-external-push": "4.0.4",
119
+ "@tsparticles/interaction-external-remove": "4.0.4",
120
+ "@tsparticles/interaction-external-repulse": "4.0.4",
121
+ "@tsparticles/interaction-external-slow": "4.0.4",
122
+ "@tsparticles/interaction-particles-attract": "4.0.4",
123
+ "@tsparticles/interaction-particles-collisions": "4.0.4",
124
+ "@tsparticles/interaction-particles-links": "4.0.4",
125
+ "@tsparticles/plugin-easing-quad": "4.0.4",
126
+ "@tsparticles/plugin-interactivity": "4.0.4",
127
+ "@tsparticles/shape-emoji": "4.0.4",
128
+ "@tsparticles/shape-image": "4.0.4",
129
+ "@tsparticles/shape-line": "4.0.4",
130
+ "@tsparticles/shape-polygon": "4.0.4",
131
+ "@tsparticles/shape-square": "4.0.4",
132
+ "@tsparticles/shape-star": "4.0.4",
133
+ "@tsparticles/updater-life": "4.0.4",
134
+ "@tsparticles/updater-paint": "4.0.4",
135
+ "@tsparticles/updater-rotate": "4.0.4"
136
136
  },
137
137
  "publishConfig": {
138
138
  "access": "public"