@ms-cloudpack/package-utilities
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -45,4 +45,4 @@ import type { CloudpackConfig, PackageDefinitionsCache, PackageJsonExports } from '@ms-cloudpack/common-types'; | ||
packages: PackageDefinitionsCache; | ||
config: CloudpackConfig; | ||
config: Pick<CloudpackConfig, 'features'>; | ||
}): Promise<boolean>; | ||
//# sourceMappingURL=addExportsMapEntry.d.ts.map |
@@ -10,4 +10,4 @@ import type { CloudpackConfig, PackageDefinitionsCache, PackageJsonExports } from '@ms-cloudpack/common-types'; | ||
packages: PackageDefinitionsCache; | ||
config: CloudpackConfig; | ||
config: Pick<CloudpackConfig, 'features'>; | ||
}): Promise<PackageJsonExports>; | ||
//# sourceMappingURL=createExportsMap.d.ts.map |
@@ -23,4 +23,4 @@ import type { CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
packages: PackageDefinitionsCache; | ||
config: CloudpackConfig; | ||
config: Pick<CloudpackConfig, 'features'>; | ||
}): Promise<FindFileInPackageResult>; | ||
//# sourceMappingURL=findFileInPackage.d.ts.map |
@@ -13,5 +13,5 @@ import { type CloudpackConfig, type PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
}, context: { | ||
config: CloudpackConfig; | ||
config: Pick<CloudpackConfig, 'features'>; | ||
packages: PackageDefinitionsCache; | ||
}): Promise<string[]>; | ||
//# sourceMappingURL=getCandidates.d.ts.map |
@@ -7,4 +7,4 @@ import type { CloudpackConfig, PackageDefinitionsCache, PackageJsonExports } from '@ms-cloudpack/common-types'; | ||
packages: PackageDefinitionsCache; | ||
config: CloudpackConfig; | ||
config: Pick<CloudpackConfig, 'features'>; | ||
}): Promise<PackageJsonExports>; | ||
//# sourceMappingURL=getExportsMap.d.ts.map |
@@ -5,3 +5,3 @@ import path from 'path'; | ||
import { getNonSemverTransform } from './getNonSemverTransform.js'; | ||
import { getCloudpackTransform } from './getCloudpackTransform.js'; | ||
import { getApiServerTransform } from './getApiServerTransform.js'; | ||
import { slash } from '@ms-cloudpack/path-string-parsing'; | ||
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
const getDefaultTransforms = () => [getCloudpackTransform(), getNonSemverTransform(), getApplyOverridesTransform()]; | ||
const getDefaultTransforms = () => [getApiServerTransform(), getNonSemverTransform(), getApplyOverridesTransform()]; | ||
export class PackageDefinitions { | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "@ms-cloudpack/package-utilities", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"description": "Utilities for resolving/parsing packages and their imports.", | ||
@@ -17,7 +17,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/common-types": "^0.16.0", | ||
"@ms-cloudpack/common-types": "^0.16.1", | ||
"@ms-cloudpack/json-utilities": "^0.1.7", | ||
"@ms-cloudpack/package-overrides": "^0.9.19", | ||
"@ms-cloudpack/package-overrides": "^0.9.20", | ||
"@ms-cloudpack/path-string-parsing": "^1.2.4", | ||
"@ms-cloudpack/path-utilities": "^2.7.33", | ||
"@ms-cloudpack/path-utilities": "^2.7.34", | ||
"@ms-cloudpack/task-reporter": "^0.14.4", | ||
@@ -24,0 +24,0 @@ "acorn": "^8.11.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
309713
163
2565