@paradisec/proxyist-adapter-common
Advanced tools
Comparing version 0.2.18 to 0.3.0
@@ -12,2 +12,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
rm: (identifier: string, filename: string) => Promise<void>; | ||
listFiles: (identifier: string) => Promise<Array<string>>; | ||
}; | ||
@@ -14,0 +15,0 @@ export type ProxyistCreateAdapter<T extends AdapterConfig> = (config: T) => Promise<ProxyistAdapter>; |
{ | ||
"name": "@paradisec/proxyist-adapter-common", | ||
"version": "0.2.18", | ||
"version": "0.3.0", | ||
"description": "Common adatper interface for proxyist", | ||
@@ -33,3 +33,3 @@ "exports": "./dist/index.js", | ||
], | ||
"gitHead": "1790b039c03d0db49fe7581481a820d03985737e" | ||
"gitHead": "d71986530df347270e90edf7ebe10b844ec7855e" | ||
} |
@@ -13,2 +13,3 @@ /* eslint-disable no-unused-vars */ | ||
rm: (identifier: string, filename: string) => Promise<void>; | ||
listFiles: (identifier: string) => Promise<Array<string>>; | ||
}; | ||
@@ -15,0 +16,0 @@ |
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
3499
42