sftpgo-api-client
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -18,3 +18,2 @@ "scripts": { | ||
"prepublish": "nx build --skip-nx-cache", | ||
"publish": "npm publish --access public", | ||
"test": "nx test" | ||
@@ -59,3 +58,6 @@ }, | ||
"typescript" | ||
], | ||
"files": [ | ||
"/dist" | ||
] | ||
} |
@@ -1,5 +0,6 @@ | ||
import { Client as AxiosClient } from './client'; | ||
import { Client as TypeSFTPGoAPI } from './client'; | ||
export declare function sftpgoApiClient(options?: { | ||
definition: string; | ||
serverUrl: string; | ||
}): Promise<AxiosClient>; | ||
}): Promise<TypeSFTPGoAPI>; | ||
export type { Client as TypeSFTPGoAPI } from './client'; |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
8357
10
28