@docsector/docsector-reader 0.10.0 → 0.10.2
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/bin/docsector.js +1 -1
- package/docsector.config.js +3 -1
- package/package.json +1 -1
package/bin/docsector.js
CHANGED
package/docsector.config.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import pkg from './package.json' with { type: 'json' }
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Docsector Reader Configuration
|
|
3
5
|
*
|
|
@@ -13,7 +15,7 @@ export default {
|
|
|
13
15
|
// Project name displayed in the sidebar
|
|
14
16
|
name: 'Docsector Reader',
|
|
15
17
|
// Version label displayed next to the name
|
|
16
|
-
version: '
|
|
18
|
+
version: 'v' + pkg.version
|
|
17
19
|
},
|
|
18
20
|
|
|
19
21
|
// @ Links
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docsector/docsector-reader",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "A documentation rendering engine built with Vue 3, Quasar v2 and Vite. Transform Markdown into beautiful, navigable documentation sites.",
|
|
5
5
|
"productName": "Docsector Reader",
|
|
6
6
|
"author": "Rodrigo de Araujo Vieira",
|