chore: release 2.0.0

This commit is contained in:
Kritagya Bhattarai (CalfMoon) 2026-03-28 13:11:21 +05:45
parent 6db8409e6e
commit cdbc614b2f
4 changed files with 791 additions and 1189 deletions

View file

@ -1,10 +1,10 @@
{
"id": "node-factor",
"name": "Node Factor",
"version": "1.0.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Customize factors effecting node size in graph.",
"author": "CalfMoon",
"authorUrl": "https://github.com/CalfMoon",
"isDesktopOnly": false
}
}

1963
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "node-factor",
"version": "1.0.0",
"version": "2.0.0",
"description": "Customize factors effecting node size in graph.",
"main": "main.js",
"scripts": {
@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"esbuild": "^0.27.4",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"2.0.0": "0.15.0"
}