@gedit/resource
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -97,3 +97,3 @@ /******************************************************************************** | ||
export declare const ResourceProvider: unique symbol; | ||
export declare type ResourceProvider = (uri: URI) => Promise<Resource>; | ||
export type ResourceProvider = (uri: URI) => Promise<Resource>; | ||
export declare class DefaultResourceProvider { | ||
@@ -100,0 +100,0 @@ protected readonly resolversProvider: ContributionProvider<ResourceResolver>; |
{ | ||
"name": "@gedit/resource", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "main": "lib/common/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.2.7", | ||
"@gedit/utils": "^0.2.7", | ||
"@gedit/application-common": "^0.2.8", | ||
"@gedit/utils": "^0.2.8", | ||
"vscode-languageserver-protocol": "^3.15.3" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a" | ||
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129" | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
86965
Updated@gedit/utils@^0.2.8