@ms-cloudpack/esbuild-utilities
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -5,1 +5,2 @@ /** | ||
export declare function getOutbase(appPath: string, entryPoints: string[] | Record<string, string>): string; | ||
//# sourceMappingURL=getOutbase.d.ts.map |
export declare function getOutdir(appPath: string, outputPath: string, entryPoints: string[] | Record<string, string>): string; | ||
//# sourceMappingURL=getOutdir.d.ts.map |
export { getOutbase } from './getOutbase.js'; | ||
export { getOutdir } from './getOutdir.js'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@ms-cloudpack/esbuild-utilities", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Shared utilities for working with esbuild configs.", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/path-utilities": "^2.2.1", | ||
"@ms-cloudpack/path-utilities": "^2.2.2", | ||
"@ms-cloudpack/path-string-parsing": "^1.0.1" | ||
@@ -27,0 +27,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
7768
15