Get rid of unsafe dependencies

This commit is contained in:
barsdeveloper
2026-04-30 20:30:01 +02:00
parent 536c3b8e66
commit 7b193284e5
5 changed files with 6 additions and 12 deletions

7
dist/ueblueprint.js vendored
View File

@@ -25,7 +25,7 @@ const t$1=globalThis,i$3=t=>t,s$1=t$1.trustedTypes,e$1=s$1?s$1.createPolicy("lit
*/const s=globalThis;let i$2 = class i extends y$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=D(r,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return E}};i$2._$litElement$=true,i$2["finalized"]=true,s.litElementHydrateSupport?.({LitElement:i$2});const o$1=s.litElementPolyfillSupport;o$1?.({LitElement:i$2});(s.litElementVersions??=[]).push("4.2.2"); */const s=globalThis;let i$2 = class i extends y$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=D(r,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return E}};i$2._$litElement$=true,i$2["finalized"]=true,s.litElementHydrateSupport?.({LitElement:i$2});const o$1=s.litElementPolyfillSupport;o$1?.({LitElement:i$2});(s.litElementVersions??=[]).push("4.2.2");
class Configuration { class Configuration {
static VERSION = "2.0.0" static VERSION = "3.0.0"
static nodeColors = { static nodeColors = {
black: i$5`20, 20, 20`, black: i$5`20, 20, 20`,
blue: i$5`84, 122, 156`, blue: i$5`84, 122, 156`,
@@ -11326,11 +11326,8 @@ class BlueprintTemplate extends ITemplate {
Version: ${Configuration.VERSION}<br /> Version: ${Configuration.VERSION}<br />
Author: barsdeveloper<br /> Author: barsdeveloper<br />
License: MIT<br /> License: MIT<br />
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint"> <a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
<svg width="16" height="16" viewBox="0 0 24 24" fill="#e3b341" style="vertical-align: bottom">
<path d="M 12 0.587 L 16 8 L 24 9 L 18 15 L 20 24 L 12 19 L 4 24 L 6 15 L 0 9 L 8 8 Z M 0 0"></path>
</svg>
https://github.com/barsdeveloper/ueblueprint https://github.com/barsdeveloper/ueblueprint
</a> </a>
</p> </p>

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
import { css } from "lit" import { css } from "lit"
export default class Configuration { export default class Configuration {
static VERSION = "2.0.0" static VERSION = "3.0.0"
static nodeColors = { static nodeColors = {
black: css`20, 20, 20`, black: css`20, 20, 20`,
blue: css`84, 122, 156`, blue: css`84, 122, 156`,

View File

@@ -164,11 +164,8 @@ export default class BlueprintTemplate extends ITemplate {
Version: ${Configuration.VERSION}<br /> Version: ${Configuration.VERSION}<br />
Author: barsdeveloper<br /> Author: barsdeveloper<br />
License: MIT<br /> License: MIT<br />
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint"> <a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
<svg width="16" height="16" viewBox="0 0 24 24" fill="#e3b341" style="vertical-align: bottom">
<path d="M 12 0.587 L 16 8 L 24 9 L 18 15 L 20 24 L 12 19 L 4 24 L 6 15 L 0 9 L 8 8 Z M 0 0"></path>
</svg>
https://github.com/barsdeveloper/ueblueprint https://github.com/barsdeveloper/ueblueprint
</a> </a>
</p> </p>

View File

@@ -1,7 +1,7 @@
{ {
"name": "ueblueprint", "name": "ueblueprint",
"description": "Unreal Engine's Blueprint visualization web library", "description": "Unreal Engine's Blueprint visualization web library",
"version": "2.0.1", "version": "3.0.0",
"type": "module", "type": "module",
"main": "dist/ueblueprint.js", "main": "dist/ueblueprint.js",
"types": "types.js", "types": "types.js",