@tsparticles/interaction-light 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/456.min.js.LICENSE.txt +1 -1
- package/70.min.js.LICENSE.txt +1 -1
- package/browser/index.js +1 -1
- package/cjs/index.js +1 -1
- package/dist_browser_ExternalLighter_js.js +1 -1
- package/dist_browser_ParticlesLighter_js.js +1 -1
- package/esm/index.js +1 -1
- package/package.json +3 -3
- package/report.html +3 -3
- package/tsparticles.interaction.light.js +2 -2
- package/tsparticles.interaction.light.min.js +1 -1
- package/tsparticles.interaction.light.min.js.LICENSE.txt +1 -1
- package/umd/index.js +1 -1
package/456.min.js.LICENSE.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Light Interaction v4.0.0-alpha.
|
|
1
|
+
/*! tsParticles Light Interaction v4.0.0-alpha.8 by Matteo Bruni */
|
package/70.min.js.LICENSE.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Light Interaction v4.0.0-alpha.
|
|
1
|
+
/*! tsParticles Light Interaction v4.0.0-alpha.8 by Matteo Bruni */
|
package/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadLightInteraction(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-alpha.
|
|
2
|
+
engine.checkVersion("4.0.0-alpha.8");
|
|
3
3
|
await engine.register(async (e) => {
|
|
4
4
|
const { loadInteractivityPlugin } = await import("@tsparticles/plugin-interactivity");
|
|
5
5
|
await loadInteractivityPlugin(e);
|
package/cjs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadLightInteraction(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-alpha.
|
|
2
|
+
engine.checkVersion("4.0.0-alpha.8");
|
|
3
3
|
await engine.register(async (e) => {
|
|
4
4
|
const { loadInteractivityPlugin } = await import("@tsparticles/plugin-interactivity");
|
|
5
5
|
await loadInteractivityPlugin(e);
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadLightInteraction(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-alpha.
|
|
2
|
+
engine.checkVersion("4.0.0-alpha.8");
|
|
3
3
|
await engine.register(async (e) => {
|
|
4
4
|
const { loadInteractivityPlugin } = await import("@tsparticles/plugin-interactivity");
|
|
5
5
|
await loadInteractivityPlugin(e);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/interaction-light",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.8",
|
|
4
4
|
"description": "tsParticles Light interaction",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"./package.json": "./package.json"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@tsparticles/engine": "4.0.0-alpha.
|
|
105
|
-
"@tsparticles/plugin-interactivity": "4.0.0-alpha.
|
|
104
|
+
"@tsparticles/engine": "4.0.0-alpha.8",
|
|
105
|
+
"@tsparticles/plugin-interactivity": "4.0.0-alpha.8"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": {
|
|
108
108
|
"access": "public"
|