@trypanacea/sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -82,3 +82,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
styleLink.rel = "stylesheet"; | ||
styleLink.href = "./styles.css"; // Update with the correct path to your built CSS | ||
styleLink.href = new URL("./styles.css", import.meta.url).href; // Update with the correct path to your built CSS | ||
shadow.appendChild(styleLink); | ||
@@ -85,0 +85,0 @@ // Create floating button |
{ | ||
"name": "@trypanacea/sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21783