tsparticles 4.1.3 → 4.2.0
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 +1 -1
- package/browser/index.lazy.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.lazy.js +1 -1
- package/esm/index.js +1 -1
- package/esm/index.lazy.js +1 -1
- package/package.json +16 -16
- package/report.html +1 -1
- package/tsparticles.bundle.js +1518 -2673
- package/tsparticles.bundle.min.js +1 -1
- package/tsparticles.js +2 -2
- package/tsparticles.min.js +1 -1
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.
|
|
15
|
+
engine.checkVersion("4.2.0");
|
|
16
16
|
await engine.pluginManager.register(async (e) => {
|
|
17
17
|
const loadEmittersPluginBundle = async (e) => {
|
|
18
18
|
await loadEmittersPlugin(e);
|
package/browser/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadFull(engine) {
|
|
2
|
-
engine.checkVersion("4.
|
|
2
|
+
engine.checkVersion("4.2.0");
|
|
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.
|
|
15
|
+
engine.checkVersion("4.2.0");
|
|
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.
|
|
2
|
+
engine.checkVersion("4.2.0");
|
|
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.
|
|
15
|
+
engine.checkVersion("4.2.0");
|
|
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.
|
|
2
|
+
engine.checkVersion("4.2.0");
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsparticles",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.2.0",
|
|
4
|
+
"description": "Full-featured tsParticles bundle — create stunning particle, confetti and fireworks animations with all official plugins and presets included. 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": {
|
|
7
7
|
"type": "git",
|
|
@@ -105,20 +105,20 @@
|
|
|
105
105
|
"./package.json": "./package.json"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@tsparticles/engine": "4.
|
|
109
|
-
"@tsparticles/interaction-external-drag": "4.
|
|
110
|
-
"@tsparticles/interaction-external-trail": "4.
|
|
111
|
-
"@tsparticles/plugin-absorbers": "4.
|
|
112
|
-
"@tsparticles/plugin-emitters": "4.
|
|
113
|
-
"@tsparticles/plugin-emitters-shape-circle": "4.
|
|
114
|
-
"@tsparticles/plugin-emitters-shape-square": "4.
|
|
115
|
-
"@tsparticles/shape-text": "4.
|
|
116
|
-
"@tsparticles/slim": "4.
|
|
117
|
-
"@tsparticles/updater-destroy": "4.
|
|
118
|
-
"@tsparticles/updater-roll": "4.
|
|
119
|
-
"@tsparticles/updater-tilt": "4.
|
|
120
|
-
"@tsparticles/updater-twinkle": "4.
|
|
121
|
-
"@tsparticles/updater-wobble": "4.
|
|
108
|
+
"@tsparticles/engine": "4.2.0",
|
|
109
|
+
"@tsparticles/interaction-external-drag": "4.2.0",
|
|
110
|
+
"@tsparticles/interaction-external-trail": "4.2.0",
|
|
111
|
+
"@tsparticles/plugin-absorbers": "4.2.0",
|
|
112
|
+
"@tsparticles/plugin-emitters": "4.2.0",
|
|
113
|
+
"@tsparticles/plugin-emitters-shape-circle": "4.2.0",
|
|
114
|
+
"@tsparticles/plugin-emitters-shape-square": "4.2.0",
|
|
115
|
+
"@tsparticles/shape-text": "4.2.0",
|
|
116
|
+
"@tsparticles/slim": "4.2.0",
|
|
117
|
+
"@tsparticles/updater-destroy": "4.2.0",
|
|
118
|
+
"@tsparticles/updater-roll": "4.2.0",
|
|
119
|
+
"@tsparticles/updater-tilt": "4.2.0",
|
|
120
|
+
"@tsparticles/updater-twinkle": "4.2.0",
|
|
121
|
+
"@tsparticles/updater-wobble": "4.2.0"
|
|
122
122
|
},
|
|
123
123
|
"publishConfig": {
|
|
124
124
|
"access": "public"
|