This commit is contained in:
Aryan Gupta 2025-07-31 20:57:15 +10:00
parent e16bfcc28a
commit b92cc8e659
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.2.3",
"version": "2.3.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.2.3",
"version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "3D Graph Plugin",
"version": "2.2.3",
"version": "2.3.0",
"license": "MIT",
"dependencies": {
"3d-force-graph": "^1.77.0",

View file

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

View file

@ -9,5 +9,6 @@
"2.0.1": "1.5.0",
"2.0.0": "1.5.0",
"1.0.0": "1.5.0",
"2.2.3": "1.5.0"
"2.2.3": "1.5.0",
"2.3.0": "1.5.0"
}