tsparticles 4.0.0-beta.16 → 4.0.0-beta.17

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
@@ -12,7 +12,7 @@ import { loadTiltUpdater } from "@tsparticles/updater-tilt";
12
12
  import { loadTwinkleUpdater } from "@tsparticles/updater-twinkle";
13
13
  import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
14
14
  export async function loadFull(engine) {
15
- engine.checkVersion("4.0.0-beta.16");
15
+ engine.checkVersion("4.0.0-beta.17");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersPluginBundle = async (e) => {
18
18
  await loadEmittersPlugin(e);
@@ -1,5 +1,5 @@
1
1
  export async function loadFull(engine) {
2
- engine.checkVersion("4.0.0-beta.16");
2
+ engine.checkVersion("4.0.0-beta.17");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadSlim }, { loadExternalDragInteraction }, { loadExternalTrailInteraction }, { loadAbsorbersPlugin }, { loadEmittersPlugin }, { loadEmittersShapeCircle }, { loadEmittersShapeSquare }, { loadTextShape }, { loadDestroyUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadTwinkleUpdater }, { loadWobbleUpdater },] = await Promise.all([
5
5
  import("@tsparticles/slim/lazy"),
package/cjs/index.js CHANGED
@@ -12,7 +12,7 @@ import { loadTiltUpdater } from "@tsparticles/updater-tilt";
12
12
  import { loadTwinkleUpdater } from "@tsparticles/updater-twinkle";
13
13
  import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
14
14
  export async function loadFull(engine) {
15
- engine.checkVersion("4.0.0-beta.16");
15
+ engine.checkVersion("4.0.0-beta.17");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersPluginBundle = async (e) => {
18
18
  await loadEmittersPlugin(e);
package/cjs/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadFull(engine) {
2
- engine.checkVersion("4.0.0-beta.16");
2
+ engine.checkVersion("4.0.0-beta.17");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadSlim }, { loadExternalDragInteraction }, { loadExternalTrailInteraction }, { loadAbsorbersPlugin }, { loadEmittersPlugin }, { loadEmittersShapeCircle }, { loadEmittersShapeSquare }, { loadTextShape }, { loadDestroyUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadTwinkleUpdater }, { loadWobbleUpdater },] = await Promise.all([
5
5
  import("@tsparticles/slim/lazy"),
package/esm/index.js CHANGED
@@ -12,7 +12,7 @@ import { loadTiltUpdater } from "@tsparticles/updater-tilt";
12
12
  import { loadTwinkleUpdater } from "@tsparticles/updater-twinkle";
13
13
  import { loadWobbleUpdater } from "@tsparticles/updater-wobble";
14
14
  export async function loadFull(engine) {
15
- engine.checkVersion("4.0.0-beta.16");
15
+ engine.checkVersion("4.0.0-beta.17");
16
16
  await engine.pluginManager.register(async (e) => {
17
17
  const loadEmittersPluginBundle = async (e) => {
18
18
  await loadEmittersPlugin(e);
package/esm/index.lazy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export async function loadFull(engine) {
2
- engine.checkVersion("4.0.0-beta.16");
2
+ engine.checkVersion("4.0.0-beta.17");
3
3
  await engine.pluginManager.register(async (e) => {
4
4
  const [{ loadSlim }, { loadExternalDragInteraction }, { loadExternalTrailInteraction }, { loadAbsorbersPlugin }, { loadEmittersPlugin }, { loadEmittersShapeCircle }, { loadEmittersShapeSquare }, { loadTextShape }, { loadDestroyUpdater }, { loadRollUpdater }, { loadTiltUpdater }, { loadTwinkleUpdater }, { loadWobbleUpdater },] = await Promise.all([
5
5
  import("@tsparticles/slim/lazy"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsparticles",
3
- "version": "4.0.0-beta.16",
3
+ "version": "4.0.0-beta.17",
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,20 +105,20 @@
105
105
  "./package.json": "./package.json"
106
106
  },
107
107
  "dependencies": {
108
- "@tsparticles/engine": "4.0.0-beta.16",
109
- "@tsparticles/interaction-external-drag": "4.0.0-beta.16",
110
- "@tsparticles/interaction-external-trail": "4.0.0-beta.16",
111
- "@tsparticles/plugin-absorbers": "4.0.0-beta.16",
112
- "@tsparticles/plugin-emitters": "4.0.0-beta.16",
113
- "@tsparticles/plugin-emitters-shape-circle": "4.0.0-beta.16",
114
- "@tsparticles/plugin-emitters-shape-square": "4.0.0-beta.16",
115
- "@tsparticles/shape-text": "4.0.0-beta.16",
116
- "@tsparticles/slim": "4.0.0-beta.16",
117
- "@tsparticles/updater-destroy": "4.0.0-beta.16",
118
- "@tsparticles/updater-roll": "4.0.0-beta.16",
119
- "@tsparticles/updater-tilt": "4.0.0-beta.16",
120
- "@tsparticles/updater-twinkle": "4.0.0-beta.16",
121
- "@tsparticles/updater-wobble": "4.0.0-beta.16"
108
+ "@tsparticles/engine": "4.0.0-beta.17",
109
+ "@tsparticles/interaction-external-drag": "4.0.0-beta.17",
110
+ "@tsparticles/interaction-external-trail": "4.0.0-beta.17",
111
+ "@tsparticles/plugin-absorbers": "4.0.0-beta.17",
112
+ "@tsparticles/plugin-emitters": "4.0.0-beta.17",
113
+ "@tsparticles/plugin-emitters-shape-circle": "4.0.0-beta.17",
114
+ "@tsparticles/plugin-emitters-shape-square": "4.0.0-beta.17",
115
+ "@tsparticles/shape-text": "4.0.0-beta.17",
116
+ "@tsparticles/slim": "4.0.0-beta.17",
117
+ "@tsparticles/updater-destroy": "4.0.0-beta.17",
118
+ "@tsparticles/updater-roll": "4.0.0-beta.17",
119
+ "@tsparticles/updater-tilt": "4.0.0-beta.17",
120
+ "@tsparticles/updater-twinkle": "4.0.0-beta.17",
121
+ "@tsparticles/updater-wobble": "4.0.0-beta.17"
122
122
  },
123
123
  "publishConfig": {
124
124
  "access": "public"