waibu-maps 1.2.0 → 1.2.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-maps",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Maps for Waibu MPA",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@ async function controlLogo () {
23
23
  img.opacity = parseFloat(img.opacity) || 0.3
24
24
  let logo = 'waibu'
25
25
  let logoAlt
26
- const files = await fastGlob(`${this.plugin.app.main.dir.pkg}/plugin/logo.*`)
26
+ const files = await fastGlob(`${this.plugin.app.main.dir.pkg}/logo.*`)
27
27
  if (files.length > 0) {
28
28
  const dir = path.dirname(files[0])
29
29
  const ext = path.extname(files[0])