@tsparticles/preset-hyperspace 4.1.3 → 4.2.1

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
@@ -9,7 +9,7 @@ hyperspace.
9
9
 
10
10
  [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles)
11
11
 
12
- [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") <a href="https://www.buymeacoffee.com/matteobruni"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a beer&emoji=🍺&slug=matteobruni&button_colour=5F7FFF&font_colour=ffffff&font_family=Arial&outline_colour=000000&coffee_colour=FFDD00"></a>
12
+ [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_source=badge-tsparticles) <a href="https://www.buymeacoffee.com/matteobruni"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a beer&emoji=🍺&slug=matteobruni&button_colour=5F7FFF&font_colour=ffffff&font_family=Arial&outline_colour=000000&coffee_colour=FFDD00"></a>
13
13
 
14
14
  ## Sample
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/preset-hyperspace",
3
- "version": "4.1.3",
3
+ "version": "4.2.1",
4
4
  "description": "tsParticles hyperspace preset",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -106,12 +106,12 @@
106
106
  "./package.json": "./package.json"
107
107
  },
108
108
  "dependencies": {
109
- "@tsparticles/basic": "4.1.3",
110
- "@tsparticles/engine": "4.1.3",
111
- "@tsparticles/plugin-emitters": "4.1.3",
112
- "@tsparticles/plugin-emitters-shape-square": "4.1.3",
113
- "@tsparticles/plugin-trail": "4.1.3",
114
- "@tsparticles/updater-life": "4.1.3"
109
+ "@tsparticles/basic": "4.2.1",
110
+ "@tsparticles/engine": "4.2.1",
111
+ "@tsparticles/plugin-emitters": "4.2.1",
112
+ "@tsparticles/plugin-emitters-shape-square": "4.2.1",
113
+ "@tsparticles/plugin-trail": "4.2.1",
114
+ "@tsparticles/updater-life": "4.2.1"
115
115
  },
116
116
  "publishConfig": {
117
117
  "access": "public"