@tsparticles/plugin-themes 4.0.0-alpha.5 → 4.0.0-alpha.8
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/52.min.js.LICENSE.txt +1 -1
- package/995.min.js.LICENSE.txt +1 -1
- package/browser/index.js +1 -1
- package/cjs/index.js +1 -1
- package/dist_browser_ThemesPluginInstance_js.js +1 -1
- package/dist_browser_ThemesPlugin_js.js +1 -1
- package/esm/index.js +1 -1
- package/package.json +2 -2
- package/report.html +3 -3
- package/tsparticles.plugin.themes.js +2 -2
- package/tsparticles.plugin.themes.min.js +1 -1
- package/tsparticles.plugin.themes.min.js.LICENSE.txt +1 -1
- package/umd/index.js +1 -1
package/52.min.js.LICENSE.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Themes Plugin v4.0.0-alpha.
|
|
1
|
+
/*! tsParticles Themes Plugin v4.0.0-alpha.8 by Matteo Bruni */
|
package/995.min.js.LICENSE.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Themes Plugin v4.0.0-alpha.
|
|
1
|
+
/*! tsParticles Themes Plugin v4.0.0-alpha.8 by Matteo Bruni */
|
package/browser/index.js
CHANGED
package/cjs/index.js
CHANGED
package/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/plugin-themes",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.8",
|
|
4
4
|
"description": "tsParticles themes plugin",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"./package.json": "./package.json"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@tsparticles/engine": "4.0.0-alpha.
|
|
89
|
+
"@tsparticles/engine": "4.0.0-alpha.8"
|
|
90
90
|
},
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|