@spectrum-web-components/icon
Advanced tools
Comparing version 0.9.11 to 0.9.12-lit-next.0
@@ -98,3 +98,3 @@ { | ||
"kind": "method", | ||
"name": "_getUpdateComplete", | ||
"name": "getUpdateComplete", | ||
"privacy": "protected", | ||
@@ -101,0 +101,0 @@ "return": { |
{ | ||
"name": "@spectrum-web-components/icon", | ||
"version": "0.9.11", | ||
"version": "0.9.12-lit-next.0+297042cb5", | ||
"publishConfig": { | ||
@@ -47,4 +47,4 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.5", | ||
"@spectrum-web-components/iconset": "^0.5.7", | ||
"@spectrum-web-components/base": "^0.4.6-lit-next.137+297042cb5", | ||
"@spectrum-web-components/iconset": "^0.5.8-lit-next.137+297042cb5", | ||
"tslib": "^2.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
], | ||
"gitHead": "d7f2ca747a902cf8b632cc8491fa675419297180" | ||
"gitHead": "297042cb5770314e9a5181c1fd97d722622f091c" | ||
} |
@@ -19,3 +19,3 @@ import { TemplateResult } from '@spectrum-web-components/base'; | ||
private parseIcon; | ||
protected _getUpdateComplete(): Promise<boolean>; | ||
protected getUpdateComplete(): Promise<boolean>; | ||
} |
@@ -89,4 +89,4 @@ /* | ||
} | ||
async _getUpdateComplete() { | ||
const complete = (await super._getUpdateComplete()); | ||
async getUpdateComplete() { | ||
const complete = (await super.getUpdateComplete()); | ||
await this.updateIconPromise; | ||
@@ -93,0 +93,0 @@ return complete; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
123247
1