piral-blazor
Advanced tools
Comparing version 1.8.0-beta.7667 to 1.8.0-beta.7668
{ | ||
"name": "piral-blazor", | ||
"version": "1.8.0-beta.7667", | ||
"version": "1.8.0-beta.7668", | ||
"description": "Plugin for integrating Blazor components in Piral.", | ||
@@ -57,5 +57,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"piral-core": "1.8.0-beta.7667" | ||
"piral-core": "1.8.0-beta.7668" | ||
}, | ||
"gitHead": "658a8503fdf62c503e4d7cbe86cb3f6da0b2d76d" | ||
"gitHead": "1b32d52d4d57363bed8af9105dd41a0635075721" | ||
} |
@@ -110,3 +110,4 @@ import type { PiletMetadata } from 'piral-core'; | ||
config: JSON.stringify(meta.config || {}), | ||
baseUrl: meta.basePath || assemblyUrl.substring(0, assemblyUrl.lastIndexOf('/')).replace('/_framework/', '/'), | ||
baseUrl: | ||
meta.basePath || assemblyUrl.substring(0, assemblyUrl.lastIndexOf('/')).replace('/_framework/', '/'), | ||
dependencies, | ||
@@ -113,0 +114,0 @@ dependencySymbols: capabilities.includes('dependency-symbols') ? dependencySymbols : undefined, |
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
128820
2167