@descope/sdk-mixins
Advanced tools
Comparing version 0.2.18 to 0.2.19
@@ -178,3 +178,3 @@ 'use strict'; | ||
filename, | ||
baseUrl: this.baseUrl, | ||
baseUrl: this.baseStaticUrl, | ||
}); | ||
@@ -190,2 +190,5 @@ const res = await fetch(resourceUrl, { cache: 'default' }); | ||
} | ||
get baseStaticUrl() { | ||
return this.getAttribute('base-static-url'); | ||
} | ||
}; | ||
@@ -192,0 +195,0 @@ }); |
@@ -176,3 +176,3 @@ import { __classPrivateFieldGet, __classPrivateFieldSet } from 'tslib'; | ||
filename, | ||
baseUrl: this.baseUrl, | ||
baseUrl: this.baseStaticUrl, | ||
}); | ||
@@ -188,2 +188,5 @@ const res = await fetch(resourceUrl, { cache: 'default' }); | ||
} | ||
get baseStaticUrl() { | ||
return this.getAttribute('base-static-url'); | ||
} | ||
}; | ||
@@ -190,0 +193,0 @@ }); |
{ | ||
"name": "@descope/sdk-mixins", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"author": "Descope Team <info@descope.com>", | ||
@@ -85,4 +85,4 @@ "homepage": "https://github.com/descope/sdk-mixins", | ||
"tslib": "2.6.2", | ||
"@descope/sdk-helpers": "0.1.35", | ||
"@descope/sdk-component-drivers": "0.2.16" | ||
"@descope/sdk-component-drivers": "0.2.16", | ||
"@descope/sdk-helpers": "0.1.35" | ||
}, | ||
@@ -89,0 +89,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
609402
7648