mirror of
https://github.com/apoo711/obsidian-3d-graph.git
synced 2026-07-22 13:00:24 +00:00
2.3.0
This commit is contained in:
parent
e16bfcc28a
commit
b92cc8e659
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue