@tsparticles/preset-confetti-explosions 4.3.1 → 4.3.2

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/README.md CHANGED
@@ -13,7 +13,7 @@ the [confetti palette](https://github.com/tsparticles/palettes/tree/main/palette
13
13
 
14
14
  ## Sample
15
15
 
16
- [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/confettiExplosions/images/sample.png)](https://particles.js.org/samples/presets/confettiExplosions)
16
+ [![demo](https://raw.githubusercontent.com/tsparticles/tsparticles/main/presets/confettiExplosions/images/sample.png)](https://particles.js.org/demos/recipes/confetti-explosions)
17
17
 
18
18
  ## Quick checklist
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/preset-confetti-explosions",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "tsParticles confetti explosions preset",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -106,16 +106,16 @@
106
106
  "./package.json": "./package.json"
107
107
  },
108
108
  "dependencies": {
109
- "@tsparticles/basic": "4.3.1",
110
- "@tsparticles/engine": "4.3.1",
111
- "@tsparticles/palette-confetti": "4.3.1",
112
- "@tsparticles/plugin-emitters": "4.3.1",
113
- "@tsparticles/plugin-motion": "4.3.1",
114
- "@tsparticles/shape-square": "4.3.1",
115
- "@tsparticles/updater-roll": "4.3.1",
116
- "@tsparticles/updater-rotate": "4.3.1",
117
- "@tsparticles/updater-tilt": "4.3.1",
118
- "@tsparticles/updater-wobble": "4.3.1"
109
+ "@tsparticles/basic": "4.3.2",
110
+ "@tsparticles/engine": "4.3.2",
111
+ "@tsparticles/palette-confetti": "4.3.2",
112
+ "@tsparticles/plugin-emitters": "4.3.2",
113
+ "@tsparticles/plugin-motion": "4.3.2",
114
+ "@tsparticles/shape-square": "4.3.2",
115
+ "@tsparticles/updater-roll": "4.3.2",
116
+ "@tsparticles/updater-rotate": "4.3.2",
117
+ "@tsparticles/updater-tilt": "4.3.2",
118
+ "@tsparticles/updater-wobble": "4.3.2"
119
119
  },
120
120
  "publishConfig": {
121
121
  "access": "public"