mirror of
https://github.com/apoo711/obsidian-3d-graph.git
synced 2026-07-22 13:00:24 +00:00
2.5.1
This commit is contained in:
parent
3345417088
commit
3f74040140
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "new-3d-graph",
|
||||
"name": "New 3D Graph",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"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
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "3D Graph Plugin",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "3D Graph Plugin",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"3d-force-graph": "^1.80.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "3D Graph Plugin",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@
|
|||
"2.3.0": "1.5.0",
|
||||
"2.4.0": "1.5.0",
|
||||
"2.4.1": "1.5.0",
|
||||
"2.5.0": "1.5.0"
|
||||
"2.5.0": "1.5.0",
|
||||
"2.5.1": "1.5.0"
|
||||
}
|
||||
Loading…
Reference in a new issue