@tsparticles/basic
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@tsparticles/basic", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"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.", | ||
@@ -83,16 +83,28 @@ "homepage": "https://particles.js.org", | ||
], | ||
"sideEffects": false, | ||
"jsdelivr": "tsparticles.basic.bundle.min.js", | ||
"unpkg": "tsparticles.basic.bundle.min.js", | ||
"browser": "browser/index.js", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"jsdelivr": "tsparticles.basic.bundle.min.js", | ||
"unpkg": "tsparticles.basic.bundle.min.js", | ||
"types": "types/index.d.ts", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"browser": "./browser/index.js", | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js", | ||
"umd": "./umd/index.js", | ||
"default": "./cjs/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@tsparticles/engine": "^3.0.0-beta.0", | ||
"@tsparticles/move-base": "^3.0.0-beta.0", | ||
"@tsparticles/shape-circle": "^3.0.0-beta.0", | ||
"@tsparticles/updater-color": "^3.0.0-beta.0", | ||
"@tsparticles/updater-opacity": "^3.0.0-beta.0", | ||
"@tsparticles/updater-out-modes": "^3.0.0-beta.0", | ||
"@tsparticles/updater-size": "^3.0.0-beta.0" | ||
"@tsparticles/engine": "^3.0.0-beta.1", | ||
"@tsparticles/move-base": "^3.0.0-beta.1", | ||
"@tsparticles/shape-circle": "^3.0.0-beta.1", | ||
"@tsparticles/updater-color": "^3.0.0-beta.1", | ||
"@tsparticles/updater-opacity": "^3.0.0-beta.1", | ||
"@tsparticles/updater-out-modes": "^3.0.0-beta.1", | ||
"@tsparticles/updater-size": "^3.0.0-beta.1" | ||
}, | ||
@@ -99,0 +111,0 @@ "publishConfig": { |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Basic v3.0.0-beta.0 by Matteo Bruni */ | ||
/*! tsParticles Basic v3.0.0-beta.1 by Matteo Bruni */ |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v3.0.0-beta.0 | ||
* v3.0.0-beta.1 | ||
*/ | ||
@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Basic v3.0.0-beta.0 by Matteo Bruni */ | ||
/*! tsParticles Basic v3.0.0-beta.1 by Matteo Bruni */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
606734
23