Skip to content

Commit bc3c5bd

Browse files
authored
Merge pull request tsparticles#5572 from tsparticles/v4
4.0.0-alpha.14
2 parents e881c15 + 7a235fa commit bc3c5bd

File tree

735 files changed

+16205
-10275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

735 files changed

+16205
-10275
lines changed

.gemini/settings.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"mcpServers": {
3-
"nx-mcp": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": [
7-
"nx",
8-
"mcp"
9-
]
10-
}
11-
},
12-
"contextFileName": "AGENTS.md"
2+
"mcpServers": {
3+
"nx-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"nx",
8+
"mcp"
9+
]
10+
}
11+
},
12+
"contextFileName": "AGENTS.md"
1313
}

.github/workflows/npm-publish.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,29 @@ jobs:
2929

3030
- run: pnpm install
3131

32+
- name: Build All Packages
33+
run: pnpm run build:ci
34+
env:
35+
CI: true
36+
3237
- name: Publish
3338
run: |
39+
npm config set //registry.npmjs.org/:_authToken ""
40+
3441
TAG="${GITHUB_REF#refs/tags/}"
42+
43+
BASE_CMD="lerna publish from-package --ignore-scripts --loglevel verbose"
3544
3645
if [[ "$TAG" == *"-alpha."* ]]; then
37-
pnpm run publish:alpha
46+
$BASE_CMD --pre-dist-tag alpha --preid alpha
3847
elif [[ "$TAG" == *"-beta."* ]]; then
39-
pnpm run publish:beta
48+
$BASE_CMD --pre-dist-tag beta --preid beta
49+
elif [[ "$TAG" == v1* ]]; then
50+
$BASE_CMD --dist-tag v1
51+
elif [[ "$TAG" == v2* ]]; then
52+
$BASE_CMD --dist-tag v2
53+
elif [[ "$TAG" == v3* ]]; then
54+
$BASE_CMD --dist-tag v3
4055
else
41-
if [[ "$TAG" == v1* ]]; then
42-
pnpm run publish:v1
43-
elif [[ "$TAG" == v2* ]]; then
44-
pnpm run publish:v2
45-
elif [[ "$TAG" == v3* ]]; then
46-
pnpm run publish:v3
47-
else
48-
pnpm run publish:next
49-
fi
56+
$BASE_CMD
5057
fi

.mcp.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"mcpServers": {
3-
"nx-mcp": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": [
7-
"nx",
8-
"mcp"
9-
]
10-
}
2+
"mcpServers": {
3+
"nx-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"nx",
8+
"mcp"
9+
]
1110
}
11+
}
1212
}

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
1010
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
1111
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
12+
- For Nx plugin best practices, check `node_modules/@nx/<plugin>/PLUGIN.md`. Not all plugins have this file - proceed without it if unavailable.
1213

1314
<!-- nx configuration end-->

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2026-02-02)
7+
8+
**Note:** Version bump only for package @tsparticles/workspace
9+
10+
# [4.0.0-alpha.13](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2026-02-02)
11+
12+
### Bug Fixes
13+
14+
- fixed some issues with emitters/absorbers life ([76f95ad](https://github.com/tsparticles/tsparticles/commit/76f95ad53bb9f7a9bc36e1cb725a4dac9e549d4e))
15+
16+
# [4.0.0-alpha.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2026-02-02)
17+
18+
**Note:** Version bump only for package @tsparticles/workspace
19+
20+
# [4.0.0-alpha.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.10...v4.0.0-alpha.11) (2026-02-02)
21+
22+
### Bug Fixes
23+
24+
- small fixes ([ea234fc](https://github.com/tsparticles/tsparticles/commit/ea234fc0bf5d373ccfc1b1d259ccea6a66934426))
25+
- small fixes ([c4e6d06](https://github.com/tsparticles/tsparticles/commit/c4e6d0691b9055165fb745eb6a77d6601dcebae2))
26+
27+
# [4.0.0-alpha.10](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2026-02-02)
28+
29+
**Note:** Version bump only for package @tsparticles/workspace
30+
31+
# [4.0.0-alpha.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2026-02-02)
32+
33+
### Bug Fixes
34+
35+
- add particle to pool when unable to add to the canvas ([90343c7](https://github.com/tsparticles/tsparticles/commit/90343c7d933eabe5862cd44c49dac0e443a4328b))
36+
- change break to continue in default case for better flow ([c397377](https://github.com/tsparticles/tsparticles/commit/c3973771e2485627cba03f1b563861a6c24278da))
37+
- clear all relevant plugin types from container in clearPlugins method ([9c582ee](https://github.com/tsparticles/tsparticles/commit/9c582ee8801696cc84f9772a506f617e21aa36d7))
38+
- fixed performance picking only the used path generators ([8426714](https://github.com/tsparticles/tsparticles/commit/842671431c14336ee8182532361e35f64660edb5))
39+
- fixed some plugins initializations and cleanup ([f58601c](https://github.com/tsparticles/tsparticles/commit/f58601c61cf71509ec51f321a1aa9cbfaa55877d))
40+
- improved roll angle calculation and logic ([a886da3](https://github.com/tsparticles/tsparticles/commit/a886da36443ca811fdb5ec09cdfe0ebb9e8bf870))
41+
- remove unnecessary comment in Engine.ts ([fdee2c8](https://github.com/tsparticles/tsparticles/commit/fdee2c87727d24e32ed1808ebf801302e34e5015))
42+
- update getCacheKey function to include hdr parameter ([8dfa161](https://github.com/tsparticles/tsparticles/commit/8dfa16101a63de4d5d7df4c4073feb74ec6bce90))
43+
- update path generator reference in Particles.ts ([97dbfca](https://github.com/tsparticles/tsparticles/commit/97dbfca7751664a5207390e777a36fe47a41b29a))
44+
45+
### Features
46+
47+
- add branches path generator and related configurations ([41de076](https://github.com/tsparticles/tsparticles/commit/41de07658b1d5ab92f566520ac197fcacc17ac18))
48+
- add brownian path generator and related configurations ([d42ccaf](https://github.com/tsparticles/tsparticles/commit/d42ccaf6903309bc3c9c55ca7e4d501f767c6bcb))
49+
- add effect particles with configuration and drawing logic ([dee10d8](https://github.com/tsparticles/tsparticles/commit/dee10d847b4339f38432906cd36e4a5c51679f7a))
50+
- add full card shape, and utilities for path drawing ([f4a985f](https://github.com/tsparticles/tsparticles/commit/f4a985f092e7da94e6f8bd211c3007246d0488b3))
51+
- add grid and maze path options for particle movement ([400a6f6](https://github.com/tsparticles/tsparticles/commit/400a6f652de8bbd192ceda25a37517f25e3f01d2))
52+
- add grid path generator and related files ([5d2a1c8](https://github.com/tsparticles/tsparticles/commit/5d2a1c869fb5b9fcfba07a31214c4b68455c59c7))
53+
- add Levy path generator and related configurations ([ae59df8](https://github.com/tsparticles/tsparticles/commit/ae59df81081c2436be6d38afb6f2c5997820d1fb))
54+
- add life management to Absorber with new AbsorberLife class ([78b5126](https://github.com/tsparticles/tsparticles/commit/78b512680df568a196c80ce4afceeb5916906f41))
55+
- add spiral path generator and related files ([5aeeb58](https://github.com/tsparticles/tsparticles/commit/5aeeb58c6413db6cee187c43c2d95620c866b409))
56+
- initialize plugin arrays for particle updates ([d0cd05d](https://github.com/tsparticles/tsparticles/commit/d0cd05d06f629bb4e51682bbe9c373e8987ee72b))
57+
- refactor path generators to use container-specific options and add spiral path generator ([3aa87c3](https://github.com/tsparticles/tsparticles/commit/3aa87c39c5a70adfb146cd281b62a229623e3412))
58+
659
# [4.0.0-alpha.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2026-01-22)
760

861
**Note:** Version bump only for package @tsparticles/workspace

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
1010
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
1111
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
12+
- For Nx plugin best practices, check `node_modules/@nx/<plugin>/PLUGIN.md`. Not all plugins have this file - proceed without it if unavailable.
1213

1314
<!-- nx configuration end-->

bundles/all/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2026-02-02)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
10+
# [4.0.0-alpha.13](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2026-02-02)
11+
12+
**Note:** Version bump only for package @tsparticles/all
13+
14+
# [4.0.0-alpha.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.10...v4.0.0-alpha.11) (2026-02-02)
15+
16+
**Note:** Version bump only for package @tsparticles/all
17+
18+
# [4.0.0-alpha.10](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2026-02-02)
19+
20+
**Note:** Version bump only for package @tsparticles/all
21+
22+
# [4.0.0-alpha.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2026-02-02)
23+
24+
### Features
25+
26+
- add branches path generator and related configurations ([41de076](https://github.com/tsparticles/tsparticles/commit/41de07658b1d5ab92f566520ac197fcacc17ac18))
27+
- add brownian path generator and related configurations ([d42ccaf](https://github.com/tsparticles/tsparticles/commit/d42ccaf6903309bc3c9c55ca7e4d501f767c6bcb))
28+
- add effect particles with configuration and drawing logic ([dee10d8](https://github.com/tsparticles/tsparticles/commit/dee10d847b4339f38432906cd36e4a5c51679f7a))
29+
- add grid path generator and related files ([5d2a1c8](https://github.com/tsparticles/tsparticles/commit/5d2a1c869fb5b9fcfba07a31214c4b68455c59c7))
30+
- add Levy path generator and related configurations ([ae59df8](https://github.com/tsparticles/tsparticles/commit/ae59df81081c2436be6d38afb6f2c5997820d1fb))
31+
- add spiral path generator and related files ([5aeeb58](https://github.com/tsparticles/tsparticles/commit/5aeeb58c6413db6cee187c43c2d95620c866b409))
32+
633
# [4.0.0-alpha.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2026-01-22)
734

835
**Note:** Version bump only for package @tsparticles/all

bundles/all/package.dist.json

Lines changed: 73 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "4.0.0-alpha.8",
3+
"version": "4.0.0-alpha.14",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -99,72 +99,78 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/effect-bubble": "4.0.0-alpha.8",
103-
"@tsparticles/effect-shadow": "4.0.0-alpha.8",
104-
"@tsparticles/effect-trail": "4.0.0-alpha.8",
105-
"@tsparticles/engine": "4.0.0-alpha.8",
106-
"@tsparticles/interaction-external-particle": "4.0.0-alpha.8",
107-
"@tsparticles/interaction-external-pop": "4.0.0-alpha.8",
108-
"@tsparticles/interaction-light": "4.0.0-alpha.8",
109-
"@tsparticles/interaction-particles-repulse": "4.0.0-alpha.8",
110-
"@tsparticles/path-curl-noise": "4.0.0-alpha.8",
111-
"@tsparticles/path-curves": "4.0.0-alpha.8",
112-
"@tsparticles/path-fractal-noise": "4.0.0-alpha.8",
113-
"@tsparticles/path-perlin-noise": "4.0.0-alpha.8",
114-
"@tsparticles/path-polygon": "4.0.0-alpha.8",
115-
"@tsparticles/path-simplex-noise": "4.0.0-alpha.8",
116-
"@tsparticles/path-svg": "4.0.0-alpha.8",
117-
"@tsparticles/path-zig-zag": "4.0.0-alpha.8",
118-
"@tsparticles/plugin-background-mask": "4.0.0-alpha.8",
119-
"@tsparticles/plugin-blend": "4.0.0-alpha.8",
120-
"@tsparticles/plugin-canvas-mask": "4.0.0-alpha.8",
121-
"@tsparticles/plugin-easing-back": "4.0.0-alpha.8",
122-
"@tsparticles/plugin-easing-bounce": "4.0.0-alpha.8",
123-
"@tsparticles/plugin-easing-circ": "4.0.0-alpha.8",
124-
"@tsparticles/plugin-easing-cubic": "4.0.0-alpha.8",
125-
"@tsparticles/plugin-easing-elastic": "4.0.0-alpha.8",
126-
"@tsparticles/plugin-easing-expo": "4.0.0-alpha.8",
127-
"@tsparticles/plugin-easing-gaussian": "4.0.0-alpha.8",
128-
"@tsparticles/plugin-easing-linear": "4.0.0-alpha.8",
129-
"@tsparticles/plugin-easing-quart": "4.0.0-alpha.8",
130-
"@tsparticles/plugin-easing-quint": "4.0.0-alpha.8",
131-
"@tsparticles/plugin-easing-sigmoid": "4.0.0-alpha.8",
132-
"@tsparticles/plugin-easing-sine": "4.0.0-alpha.8",
133-
"@tsparticles/plugin-easing-smoothstep": "4.0.0-alpha.8",
134-
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.8",
135-
"@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.8",
136-
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.8",
137-
"@tsparticles/plugin-export-image": "4.0.0-alpha.8",
138-
"@tsparticles/plugin-export-json": "4.0.0-alpha.8",
139-
"@tsparticles/plugin-export-video": "4.0.0-alpha.8",
140-
"@tsparticles/plugin-hsv-color": "4.0.0-alpha.8",
141-
"@tsparticles/plugin-hwb-color": "4.0.0-alpha.8",
142-
"@tsparticles/plugin-infection": "4.0.0-alpha.8",
143-
"@tsparticles/plugin-lab-color": "4.0.0-alpha.8",
144-
"@tsparticles/plugin-lch-color": "4.0.0-alpha.8",
145-
"@tsparticles/plugin-manual-particles": "4.0.0-alpha.8",
146-
"@tsparticles/plugin-motion": "4.0.0-alpha.8",
147-
"@tsparticles/plugin-named-color": "4.0.0-alpha.8",
148-
"@tsparticles/plugin-oklab-color": "4.0.0-alpha.8",
149-
"@tsparticles/plugin-oklch-color": "4.0.0-alpha.8",
150-
"@tsparticles/plugin-poisson-disc": "4.0.0-alpha.8",
151-
"@tsparticles/plugin-polygon-mask": "4.0.0-alpha.8",
152-
"@tsparticles/plugin-responsive": "4.0.0-alpha.8",
153-
"@tsparticles/plugin-sounds": "4.0.0-alpha.8",
154-
"@tsparticles/plugin-themes": "4.0.0-alpha.8",
155-
"@tsparticles/plugin-trail": "4.0.0-alpha.8",
156-
"@tsparticles/shape-arrow": "4.0.0-alpha.8",
157-
"@tsparticles/shape-cards": "4.0.0-alpha.8",
158-
"@tsparticles/shape-cog": "4.0.0-alpha.8",
159-
"@tsparticles/shape-heart": "4.0.0-alpha.8",
160-
"@tsparticles/shape-infinity": "4.0.0-alpha.8",
161-
"@tsparticles/shape-path": "4.0.0-alpha.8",
162-
"@tsparticles/shape-rounded-polygon": "4.0.0-alpha.8",
163-
"@tsparticles/shape-rounded-rect": "4.0.0-alpha.8",
164-
"@tsparticles/shape-spiral": "4.0.0-alpha.8",
165-
"@tsparticles/updater-gradient": "4.0.0-alpha.8",
166-
"@tsparticles/updater-orbit": "4.0.0-alpha.8",
167-
"tsparticles": "4.0.0-alpha.8"
102+
"@tsparticles/effect-bubble": "4.0.0-alpha.14",
103+
"@tsparticles/effect-particles": "4.0.0-alpha.14",
104+
"@tsparticles/effect-shadow": "4.0.0-alpha.14",
105+
"@tsparticles/effect-trail": "4.0.0-alpha.14",
106+
"@tsparticles/engine": "4.0.0-alpha.14",
107+
"@tsparticles/interaction-external-particle": "4.0.0-alpha.14",
108+
"@tsparticles/interaction-external-pop": "4.0.0-alpha.14",
109+
"@tsparticles/interaction-light": "4.0.0-alpha.14",
110+
"@tsparticles/interaction-particles-repulse": "4.0.0-alpha.14",
111+
"@tsparticles/path-branches": "4.0.0-alpha.14",
112+
"@tsparticles/path-brownian": "4.0.0-alpha.14",
113+
"@tsparticles/path-curl-noise": "4.0.0-alpha.14",
114+
"@tsparticles/path-curves": "4.0.0-alpha.14",
115+
"@tsparticles/path-fractal-noise": "4.0.0-alpha.14",
116+
"@tsparticles/path-grid": "4.0.0-alpha.14",
117+
"@tsparticles/path-levy": "4.0.0-alpha.14",
118+
"@tsparticles/path-perlin-noise": "4.0.0-alpha.14",
119+
"@tsparticles/path-polygon": "4.0.0-alpha.14",
120+
"@tsparticles/path-simplex-noise": "4.0.0-alpha.14",
121+
"@tsparticles/path-spiral": "4.0.0-alpha.14",
122+
"@tsparticles/path-svg": "4.0.0-alpha.14",
123+
"@tsparticles/path-zig-zag": "4.0.0-alpha.14",
124+
"@tsparticles/plugin-background-mask": "4.0.0-alpha.14",
125+
"@tsparticles/plugin-blend": "4.0.0-alpha.14",
126+
"@tsparticles/plugin-canvas-mask": "4.0.0-alpha.14",
127+
"@tsparticles/plugin-easing-back": "4.0.0-alpha.14",
128+
"@tsparticles/plugin-easing-bounce": "4.0.0-alpha.14",
129+
"@tsparticles/plugin-easing-circ": "4.0.0-alpha.14",
130+
"@tsparticles/plugin-easing-cubic": "4.0.0-alpha.14",
131+
"@tsparticles/plugin-easing-elastic": "4.0.0-alpha.14",
132+
"@tsparticles/plugin-easing-expo": "4.0.0-alpha.14",
133+
"@tsparticles/plugin-easing-gaussian": "4.0.0-alpha.14",
134+
"@tsparticles/plugin-easing-linear": "4.0.0-alpha.14",
135+
"@tsparticles/plugin-easing-quart": "4.0.0-alpha.14",
136+
"@tsparticles/plugin-easing-quint": "4.0.0-alpha.14",
137+
"@tsparticles/plugin-easing-sigmoid": "4.0.0-alpha.14",
138+
"@tsparticles/plugin-easing-sine": "4.0.0-alpha.14",
139+
"@tsparticles/plugin-easing-smoothstep": "4.0.0-alpha.14",
140+
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.14",
141+
"@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.14",
142+
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.14",
143+
"@tsparticles/plugin-export-image": "4.0.0-alpha.14",
144+
"@tsparticles/plugin-export-json": "4.0.0-alpha.14",
145+
"@tsparticles/plugin-export-video": "4.0.0-alpha.14",
146+
"@tsparticles/plugin-hsv-color": "4.0.0-alpha.14",
147+
"@tsparticles/plugin-hwb-color": "4.0.0-alpha.14",
148+
"@tsparticles/plugin-infection": "4.0.0-alpha.14",
149+
"@tsparticles/plugin-lab-color": "4.0.0-alpha.14",
150+
"@tsparticles/plugin-lch-color": "4.0.0-alpha.14",
151+
"@tsparticles/plugin-manual-particles": "4.0.0-alpha.14",
152+
"@tsparticles/plugin-motion": "4.0.0-alpha.14",
153+
"@tsparticles/plugin-named-color": "4.0.0-alpha.14",
154+
"@tsparticles/plugin-oklab-color": "4.0.0-alpha.14",
155+
"@tsparticles/plugin-oklch-color": "4.0.0-alpha.14",
156+
"@tsparticles/plugin-poisson-disc": "4.0.0-alpha.14",
157+
"@tsparticles/plugin-polygon-mask": "4.0.0-alpha.14",
158+
"@tsparticles/plugin-responsive": "4.0.0-alpha.14",
159+
"@tsparticles/plugin-sounds": "4.0.0-alpha.14",
160+
"@tsparticles/plugin-themes": "4.0.0-alpha.14",
161+
"@tsparticles/plugin-trail": "4.0.0-alpha.14",
162+
"@tsparticles/shape-arrow": "4.0.0-alpha.14",
163+
"@tsparticles/shape-cards": "4.0.0-alpha.14",
164+
"@tsparticles/shape-cog": "4.0.0-alpha.14",
165+
"@tsparticles/shape-heart": "4.0.0-alpha.14",
166+
"@tsparticles/shape-infinity": "4.0.0-alpha.14",
167+
"@tsparticles/shape-path": "4.0.0-alpha.14",
168+
"@tsparticles/shape-rounded-polygon": "4.0.0-alpha.14",
169+
"@tsparticles/shape-rounded-rect": "4.0.0-alpha.14",
170+
"@tsparticles/shape-spiral": "4.0.0-alpha.14",
171+
"@tsparticles/updater-gradient": "4.0.0-alpha.14",
172+
"@tsparticles/updater-orbit": "4.0.0-alpha.14",
173+
"tsparticles": "4.0.0-alpha.14"
168174
},
169175
"publishConfig": {
170176
"access": "public"

0 commit comments

Comments
 (0)