-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): published new version
- Loading branch information
1 parent
405d53d
commit fdedcc7
Showing
7 changed files
with
94 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "editor-demo", | ||
"private": true, | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "> TODO: description", | ||
"author": "Matteo Bruni <[email protected]>", | ||
"homepage": "https://particles.js.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
{ | ||
"name": "@tsparticles/editor", | ||
"version": "3.1.0", | ||
"description": "tsParticles Configuration Editor", | ||
"keywords": [ | ||
"front-end", | ||
"frontend", | ||
"tsparticles", | ||
"particles.js", | ||
"particles", | ||
"editor", | ||
"dat.gui", | ||
"javascript", | ||
"wysiwyg", | ||
"confetti", | ||
"tsparticles-editor", | ||
"fireworks" | ||
], | ||
"author": "Matteo Bruni <[email protected]>", | ||
"homepage": "https://particles.js.org", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tsparticles/editor.git", | ||
"directory": "components/editor" | ||
}, | ||
"scripts": { | ||
"build": "tsparticles-cli build", | ||
"build:ci": "tsparticles-cli build --ci", | ||
"version": "tsparticles-cli build -d && git add package.dist.json", | ||
"prepack": "pnpm run build" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/tsparticles/editor/issues" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/matteobruni" | ||
"name": "@tsparticles/editor", | ||
"version": "3.1.1", | ||
"description": "tsParticles Configuration Editor", | ||
"keywords": [ | ||
"front-end", | ||
"frontend", | ||
"tsparticles", | ||
"particles.js", | ||
"particles", | ||
"editor", | ||
"dat.gui", | ||
"javascript", | ||
"wysiwyg", | ||
"confetti", | ||
"tsparticles-editor", | ||
"fireworks" | ||
], | ||
"author": "Matteo Bruni <[email protected]>", | ||
"homepage": "https://particles.js.org", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tsparticles/editor.git", | ||
"directory": "components/editor" | ||
}, | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/tsparticles" | ||
"scripts": { | ||
"build": "tsparticles-cli build", | ||
"build:ci": "tsparticles-cli build --ci", | ||
"version": "tsparticles-cli build -d && git add package.dist.json", | ||
"prepack": "pnpm run build" | ||
}, | ||
{ | ||
"type": "buymeacoffee", | ||
"url": "https://www.buymeacoffee.com/matteobruni" | ||
} | ||
], | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"prettier": "@tsparticles/prettier-config", | ||
"dependencies": { | ||
"@tsparticles/engine": "^3.7.1", | ||
"@tsparticles/interaction-external-attract": "^3.7.1", | ||
"@tsparticles/interaction-external-bounce": "^3.7.1", | ||
"@tsparticles/interaction-external-bubble": "^3.7.1", | ||
"@tsparticles/interaction-external-connect": "^3.7.1", | ||
"@tsparticles/interaction-external-grab": "^3.7.1", | ||
"@tsparticles/interaction-external-pause": "^3.7.1", | ||
"@tsparticles/interaction-external-push": "^3.7.1", | ||
"@tsparticles/interaction-external-remove": "^3.7.1", | ||
"@tsparticles/interaction-external-repulse": "^3.7.1", | ||
"@tsparticles/interaction-light": "^3.7.1", | ||
"@tsparticles/interaction-particles-links": "^3.7.1", | ||
"@tsparticles/plugin-absorbers": "^3.7.1", | ||
"@tsparticles/plugin-emitters": "^3.7.1", | ||
"@tsparticles/plugin-export-json": "^3.7.1", | ||
"@tsparticles/plugin-infection": "^3.7.1", | ||
"object-gui": "^2.0.2" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist", | ||
"linkDirectory": true, | ||
"access": "public" | ||
}, | ||
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24" | ||
"bugs": { | ||
"url": "https://github.com/tsparticles/editor/issues" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/matteobruni" | ||
}, | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/tsparticles" | ||
}, | ||
{ | ||
"type": "buymeacoffee", | ||
"url": "https://www.buymeacoffee.com/matteobruni" | ||
} | ||
], | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"prettier": "@tsparticles/prettier-config", | ||
"dependencies": { | ||
"@tsparticles/engine": "^3.7.1", | ||
"@tsparticles/interaction-external-attract": "^3.7.1", | ||
"@tsparticles/interaction-external-bounce": "^3.7.1", | ||
"@tsparticles/interaction-external-bubble": "^3.7.1", | ||
"@tsparticles/interaction-external-connect": "^3.7.1", | ||
"@tsparticles/interaction-external-grab": "^3.7.1", | ||
"@tsparticles/interaction-external-pause": "^3.7.1", | ||
"@tsparticles/interaction-external-push": "^3.7.1", | ||
"@tsparticles/interaction-external-remove": "^3.7.1", | ||
"@tsparticles/interaction-external-repulse": "^3.7.1", | ||
"@tsparticles/interaction-light": "^3.7.1", | ||
"@tsparticles/interaction-particles-links": "^3.7.1", | ||
"@tsparticles/plugin-absorbers": "^3.7.1", | ||
"@tsparticles/plugin-emitters": "^3.7.1", | ||
"@tsparticles/plugin-export-json": "^3.7.1", | ||
"@tsparticles/plugin-infection": "^3.7.1", | ||
"object-gui": "^2.0.2" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist", | ||
"linkDirectory": true, | ||
"access": "public" | ||
}, | ||
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters