repository-provider
Advanced tools
Comparing version 8.1.1 to 8.2.0
@@ -737,2 +737,11 @@ 'use strict'; | ||
/** | ||
* | ||
* @return {string[]} UTI types | ||
*/ | ||
async getTypes() | ||
{ | ||
return []; | ||
} | ||
/** | ||
* Deliver content as string | ||
@@ -739,0 +748,0 @@ * @return {string} content |
{ | ||
"name": "repository-provider", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
76233
2558