svelte-preprocess-import-assets
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -213,3 +213,3 @@ var __create = Object.create; | ||
} | ||
s.overwrite(attributeValue.start, attributeValue.end, `{${importName}}`); | ||
s.update(attributeValue.start, attributeValue.end, `{${importName}}`); | ||
} | ||
@@ -216,0 +216,0 @@ let ignoreNextElement = false; |
{ | ||
"name": "svelte-preprocess-import-assets", | ||
"description": "Import assets in markup", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": "Bjorn Lu", | ||
"dependencies": { | ||
"magic-string": "^0.25.9", | ||
"magic-string": "^0.27.0", | ||
"svelte-parse-markup": "^0.1.1" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
23732
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Addedmagic-string@0.27.0(transitive)
- Removedmagic-string@0.25.9(transitive)
- Removedsourcemap-codec@1.4.8(transitive)
Updatedmagic-string@^0.27.0