Skip to content

Commit 435e167

Browse files
committed
1.5.3
1 parent e4ddaa6 commit 435e167

File tree

4 files changed

+37
-36
lines changed

4 files changed

+37
-36
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "backlink-cache",
33
"name": "Backlink Cache",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"minAppVersion": "1.6.5",
66
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
77
"author": "mnaoumov",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "backlink-cache",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
5-
"scripts": {
6-
"build": "tsx scripts/npmScriptExecutor.ts build",
7-
"dev": "tsx scripts/npmScriptExecutor.ts dev",
8-
"lint": "tsx scripts/npmScriptExecutor.ts lint",
9-
"version": "tsx scripts/npmScriptExecutor.ts version",
10-
"postversion": "tsx scripts/npmScriptExecutor.ts postversion",
11-
"preversion": "tsx scripts/npmScriptExecutor.ts preversion"
12-
},
13-
"keywords": [],
14-
"author": "mnaoumov",
15-
"license": "MIT",
16-
"devDependencies": {
17-
"@stylistic/eslint-plugin": "^2.3.0",
18-
"@tsconfig/strictest": "^2.0.5",
19-
"@types/eslint": "^8.56.10",
20-
"@types/node": "^20.14.9",
21-
"@types/obsidian-typings": "file:../obsidian-typings",
22-
"@typescript-eslint/eslint-plugin": "^7.15.0",
23-
"@typescript-eslint/parser": "^7.15.0",
24-
"builtin-modules": "^4.0.0",
25-
"esbuild": "^0.23.0",
26-
"eslint": "^8.57.0",
27-
"eslint-import-resolver-typescript": "^3.6.1",
28-
"eslint-plugin-import": "^2.29.1",
29-
"eslint-plugin-modules-newlines": "^0.0.7",
30-
"globals": "^15.8.0",
31-
"obsidian": "^1.5.7-1",
32-
"tsx": "^4.16.2",
33-
"obsidian-typings": "mnaoumov/obsidian-typings#main"
34-
},
35-
"type": "module"
5+
"scripts": {
6+
"build": "tsx scripts/npmScriptExecutor.ts build",
7+
"dev": "tsx scripts/npmScriptExecutor.ts dev",
8+
"lint": "tsx scripts/npmScriptExecutor.ts lint",
9+
"version": "tsx scripts/npmScriptExecutor.ts version",
10+
"postversion": "tsx scripts/npmScriptExecutor.ts postversion",
11+
"preversion": "tsx scripts/npmScriptExecutor.ts preversion"
12+
},
13+
"keywords": [],
14+
"author": "mnaoumov",
15+
"license": "MIT",
16+
"devDependencies": {
17+
"@stylistic/eslint-plugin": "^2.3.0",
18+
"@tsconfig/strictest": "^2.0.5",
19+
"@types/eslint": "^8.56.10",
20+
"@types/node": "^20.14.9",
21+
"@types/obsidian-typings": "file:../obsidian-typings",
22+
"@typescript-eslint/eslint-plugin": "^7.15.0",
23+
"@typescript-eslint/parser": "^7.15.0",
24+
"builtin-modules": "^4.0.0",
25+
"esbuild": "^0.23.0",
26+
"eslint": "^8.57.0",
27+
"eslint-import-resolver-typescript": "^3.6.1",
28+
"eslint-plugin-import": "^2.29.1",
29+
"eslint-plugin-modules-newlines": "^0.0.7",
30+
"globals": "^15.8.0",
31+
"obsidian": "^1.5.7-1",
32+
"tsx": "^4.16.2",
33+
"obsidian-typings": "mnaoumov/obsidian-typings#main"
34+
},
35+
"type": "module"
3636
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.4.0": "0.15.0",
77
"1.5.0": "0.15.0",
88
"1.5.1": "0.15.0",
9-
"1.5.2": "0.15.0"
9+
"1.5.2": "0.15.0",
10+
"1.5.3": "1.6.5"
1011
}

0 commit comments

Comments
 (0)