@shard-for-obsidian/lib 0.2.0 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shard-for-obsidian/lib",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core library for Shard plugin management",
|
|
6
6
|
"author": "Andrew Gillis",
|
|
@@ -25,15 +25,6 @@
|
|
|
25
25
|
"access": "public",
|
|
26
26
|
"provenance": true
|
|
27
27
|
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build": "node esbuild.config.mjs && tsc",
|
|
30
|
-
"clean": "rimraf dist",
|
|
31
|
-
"ts-check": "tsc --noEmit",
|
|
32
|
-
"lint": "eslint .",
|
|
33
|
-
"test": "vitest run",
|
|
34
|
-
"test:watch": "vitest",
|
|
35
|
-
"test:ui": "vitest --ui"
|
|
36
|
-
},
|
|
37
28
|
"keywords": [
|
|
38
29
|
"shard",
|
|
39
30
|
"lib",
|
|
@@ -46,5 +37,14 @@
|
|
|
46
37
|
"devDependencies": {
|
|
47
38
|
"@vitest/ui": "^4.0.18",
|
|
48
39
|
"vitest": "^4.0.18"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build": "node esbuild.config.mjs && tsc",
|
|
43
|
+
"clean": "rimraf dist",
|
|
44
|
+
"ts-check": "tsc --noEmit",
|
|
45
|
+
"lint": "eslint .",
|
|
46
|
+
"test": "vitest run",
|
|
47
|
+
"test:watch": "vitest",
|
|
48
|
+
"test:ui": "vitest --ui"
|
|
49
49
|
}
|
|
50
|
-
}
|
|
50
|
+
}
|