@tsparticles/riot 4.0.0-beta.15 → 4.0.0-beta.16
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/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [4.0.0-beta.16](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.15...v4.0.0-beta.16) (2026-05-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @tsparticles/riot
|
|
9
|
+
|
|
6
10
|
# [4.0.0-beta.15](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.14...v4.0.0-beta.15) (2026-05-09)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @tsparticles/riot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/riot",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.16",
|
|
4
4
|
"description": "Official tsParticles Riot Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno.",
|
|
5
5
|
"main": "dist/riot-particles.js",
|
|
6
6
|
"scripts": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"riot": "^9.1.2"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@tsparticles/engine": "^4.0.0-beta.
|
|
97
|
+
"@tsparticles/engine": "^4.0.0-beta.16"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@babel/core": "^7.29.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@riotjs/cli": "^10.0.0",
|
|
103
103
|
"@riotjs/compiler": "^10.0.1",
|
|
104
104
|
"@rollup/plugin-babel": "^7.0.0",
|
|
105
|
-
"@tsparticles/prettier-config": "^4.0.0-beta.
|
|
105
|
+
"@tsparticles/prettier-config": "^4.0.0-beta.16",
|
|
106
106
|
"chai": "^6.2.2",
|
|
107
107
|
"esm": "^3.2.25",
|
|
108
108
|
"jsdom": "^29.0.2",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"publishConfig": {
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "8ac678c4da53ea2b6a9a33aaa40f5141e2a7d513"
|
|
121
121
|
}
|