markmap-cli
Advanced tools
Comparing version 0.15.9-alpha.16 to 0.15.9-alpha.17
@@ -20,3 +20,3 @@ import { readFile, stat, mkdir, writeFile } from "fs/promises"; | ||
const __vite_glob_0_0 = "data:application/octet-stream;base64,L2Fzc2V0cwo="; | ||
const TOOLBAR_VERSION = "0.15.9-alpha.16"; | ||
const TOOLBAR_VERSION = "0.15.9-alpha.17"; | ||
const TOOLBAR_CSS = `markmap-toolbar@${TOOLBAR_VERSION}/dist/style.css`; | ||
@@ -74,3 +74,3 @@ const TOOLBAR_JS = `markmap-toolbar@${TOOLBAR_VERSION}/dist/index.js`; | ||
const config = { | ||
assetsDir: new URL((/* @__PURE__ */ Object.assign({ "../.gitignore": __vite_glob_0_0 }))[`../.${ASSETS_PREFIX}`], import.meta.url).pathname | ||
assetsDir: fileURLToPath(new URL((/* @__PURE__ */ Object.assign({ "../.gitignore": __vite_glob_0_0 }))[`../.${ASSETS_PREFIX}`], import.meta.url)) | ||
}; | ||
@@ -77,0 +77,0 @@ var getMimeType = (filename) => { |
{ | ||
"name": "markmap-cli", | ||
"version": "0.15.9-alpha.16+01ebaff", | ||
"version": "0.15.9-alpha.17+d500e1e", | ||
"description": "Create markmaps from CLI", | ||
@@ -51,6 +51,6 @@ "author": "Gerald <gera2ld@live.com>", | ||
"hono": "^3.11.8", | ||
"markmap-common": "0.15.9-alpha.16+01ebaff", | ||
"markmap-lib": "0.15.9-alpha.16+01ebaff", | ||
"markmap-render": "0.15.9-alpha.16+01ebaff", | ||
"markmap-toolbar": "0.15.9-alpha.16+01ebaff", | ||
"markmap-common": "0.15.9-alpha.17+d500e1e", | ||
"markmap-lib": "0.15.9-alpha.17+d500e1e", | ||
"markmap-render": "0.15.9-alpha.17+d500e1e", | ||
"markmap-toolbar": "0.15.9-alpha.17+d500e1e", | ||
"open": "^10.0.0", | ||
@@ -61,3 +61,3 @@ "pkg-dir": "^8.0.0", | ||
}, | ||
"gitHead": "01ebaffc9c373b822b5c78808fff8f009843bd4d" | ||
"gitHead": "d500e1e5d723a30c6f26fb5f3de6f8748149ad3b" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
21919