@compiiile/compiiile 2.14.1 → 2.14.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.
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
fileSiblings() {
|
|
108
108
|
let visibleFiles = this.$context.fileList
|
|
109
|
-
if (!this.file.meta.hidden) {
|
|
109
|
+
if (this.file && !this.file.meta.hidden) {
|
|
110
110
|
visibleFiles = visibleFiles.filter((file) => !file.meta.hidden)
|
|
111
111
|
}
|
|
112
112
|
const newIndex = visibleFiles.findIndex((file) => file.uuid === this.name)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compiiile/compiiile",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.2",
|
|
5
5
|
"description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
|
|
6
6
|
"author": "AlbanCrepel <alban.crepel@gmail.com>",
|
|
7
7
|
"license": "GPL-3.0-only",
|