This commit is contained in:
Aryan Gupta 2026-06-16 16:18:12 +10:00
parent aa6db7e820
commit 0c67d1e5c1
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "new-3d-graph",
"name": "New 3D Graph",
"version": "2.4.1",
"version": "2.5.0",
"minAppVersion": "1.5.0",
"description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.",
"author": "Aryan Gupta",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "3D Graph Plugin",
"version": "2.4.1",
"version": "2.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "3D Graph Plugin",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"dependencies": {
"3d-force-graph": "^1.80.0",

View file

@ -1,6 +1,6 @@
{
"name": "3D Graph Plugin",
"version": "2.4.1",
"version": "2.5.0",
"description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.",
"main": "main.js",
"scripts": {

View file

@ -12,5 +12,6 @@
"2.2.3": "1.5.0",
"2.3.0": "1.5.0",
"2.4.0": "1.5.0",
"2.4.1": "1.5.0"
"2.4.1": "1.5.0",
"2.5.0": "1.5.0"
}