markmap-common
Advanced tools
Comparing version 0.17.3-alpha.3 to 0.17.3-alpha.4
@@ -43,6 +43,11 @@ export interface IPureNode { | ||
depth: number; | ||
el: HTMLElement; | ||
x0: number; | ||
y0: number; | ||
/** DOM element size */ | ||
size: [width: number, height: number]; | ||
/** Position info */ | ||
rect: { | ||
x: number; | ||
y: number; | ||
width: number; | ||
height: number; | ||
}; | ||
} | ||
@@ -49,0 +54,0 @@ export type JSScriptItem = { |
{ | ||
"name": "markmap-common", | ||
"version": "0.17.3-alpha.3+89ad076", | ||
"version": "0.17.3-alpha.4+be55d82", | ||
"description": "", | ||
@@ -11,4 +11,4 @@ "author": "", | ||
"build:js": "vite build", | ||
"build": "run-s clean build:*", | ||
"prepublishOnly": "run-s build" | ||
"build": "pnpm clean && pnpm /^build:/", | ||
"prepublishOnly": "pnpm build" | ||
}, | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "89ad076e313dd4c126aeafc49f052315755e8c0d" | ||
"gitHead": "be55d825cb73aab3d315dc2f4034ebe06a54759b" | ||
} |
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
33562
1188