@tnotesjs/core 0.1.3 → 0.1.4
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tnotesjs/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "TNotes 知识库核心框架 —— 基于 VitePress 的笔记管理系统",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"./vitepress/theme": {
|
|
18
18
|
"types": "./vitepress/theme/index.ts",
|
|
19
19
|
"import": "./vitepress/theme/index.ts"
|
|
20
|
-
}
|
|
20
|
+
},
|
|
21
|
+
"./vitepress/*": "./vitepress/*"
|
|
21
22
|
},
|
|
22
23
|
"files": [
|
|
23
24
|
"dist/",
|