@markprompt/web
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@markprompt/web", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A web component for adding GPT-4 powered search using the Markprompt API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -111,3 +111,6 @@ # `@markprompt/web` | ||
```html | ||
<link rel="stylesheet" href="https://esm.sh/@markprompt/css?css" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/@markprompt/css@0.1.0/markprompt.css" | ||
/> | ||
<script> | ||
@@ -127,3 +130,6 @@ window.markprompt = { | ||
</script> | ||
<script async src="https://esm.sh/@markprompt/web"></script> | ||
<script | ||
async | ||
src="https://unpkg.com/@markprompt/web@0.4.1/dist/init.js" | ||
></script> | ||
``` | ||
@@ -130,0 +136,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2821837
149
2