@ms-cloudpack/package-utilities
Advanced tools
Comparing version 8.1.0 to 8.2.0
@@ -1,4 +0,3 @@ | ||
import type { PackageDefinitionsCache, PackageJson } from '@ms-cloudpack/common-types'; | ||
import type { PackageDefinitionsCache, PackageJson, ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
import type { PackageMap } from '../types/PackageMap.js'; | ||
import type { ResolveMapEntry } from '../types/ResolveMapEntry.js'; | ||
/** | ||
@@ -5,0 +4,0 @@ * Given a linkedEntry, iterates through dependencies to ensure they are added to the packageMap, |
@@ -1,2 +0,2 @@ | ||
import type { ResolveMap } from '../types/ResolveMap.js'; | ||
import type { ResolveMap } from '@ms-cloudpack/common-types'; | ||
import type { PackageMap } from '../types/PackageMap.js'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,4 +0,2 @@ | ||
import type { ResolveMap } from '../types/ResolveMap.js'; | ||
import type { PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
import type { LinkedPath } from '../types/LinkedPath.js'; | ||
import type { PackageDefinitionsCache, LinkedPath, ResolveMap } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -5,0 +3,0 @@ * Create a resolve map for a given `appPath`. |
@@ -1,2 +0,2 @@ | ||
import type { ResolveMapEntry } from '../types/ResolveMapEntry.js'; | ||
import type { ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
import type { PackageMap } from '../types/PackageMap.js'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,3 +0,2 @@ | ||
import type { ResolveMap } from '../types/ResolveMap.js'; | ||
import type { ResolveMapEntry } from '../types/ResolveMapEntry.js'; | ||
import type { ResolveMap, ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
export interface DiffResolveMapsChanges { | ||
@@ -4,0 +3,0 @@ linked: ResolveMapEntry[]; |
@@ -1,2 +0,2 @@ | ||
import type { ResolveMapEntry } from '../types/ResolveMapEntry.js'; | ||
import type { ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns the array of entries, sorted by most required. |
@@ -1,4 +0,3 @@ | ||
import type { LinkedPath } from '../types/LinkedPath.js'; | ||
import type { PackageMap } from '../types/PackageMap.js'; | ||
import type { PackageDefinitionsCache, PackageJson } from '@ms-cloudpack/common-types'; | ||
import type { LinkedPath, PackageDefinitionsCache, PackageJson } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -5,0 +4,0 @@ * Given a linked path, an appMap, find packages from the linked path and add them to the appMap. |
@@ -1,3 +0,2 @@ | ||
import type { ResolveMap } from './types/ResolveMap.js'; | ||
import type { PackageDefinitionsCache, PackageJson } from '@ms-cloudpack/common-types'; | ||
import type { PackageDefinitionsCache, PackageJson, ResolveMap } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Ensure that a package is in the resolve map and return the path to the package. |
@@ -1,4 +0,2 @@ | ||
import type { ResolveMap } from './types/ResolveMap.js'; | ||
import type { ResolveMapEntry } from './types/ResolveMapEntry.js'; | ||
import type { PackageJson } from '@ms-cloudpack/common-types'; | ||
import type { PackageJson, ResolveMap, ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -5,0 +3,0 @@ * Helper to find the resolve map entry for a dependency. |
export { PackageDefinitions } from './PackageDefinitions.js'; | ||
export { createResolveMap } from './createResolveMap/createResolveMap.js'; | ||
export type { ResolveMap } from './types/ResolveMap.js'; | ||
export type { ResolveMapEntry } from './types/ResolveMapEntry.js'; | ||
export type { ResolveMap, ResolveMapEntry, LinkedPath } from '@ms-cloudpack/common-types'; | ||
export { findResolveMapEntry } from './findResolveMapEntry.js'; | ||
export type { DiffResolveMapsChanges, DiffResolveMapsStats } from './createResolveMap/diffResolveMaps.js'; | ||
export { diffResolveMaps } from './createResolveMap/diffResolveMaps.js'; | ||
export type { LinkedPath } from './types/LinkedPath.js'; | ||
export { flattenExportsMap } from './flattenExportsMap.js'; | ||
@@ -10,0 +8,0 @@ export { createExportsMap } from './createExportsMap.js'; |
@@ -1,2 +0,2 @@ | ||
import type { ResolveMapEntry } from './ResolveMapEntry.js'; | ||
import type { ResolveMapEntry } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Intermediate type used internally by `createResolveMap` helpers. |
{ | ||
"name": "@ms-cloudpack/package-utilities", | ||
"version": "8.1.0", | ||
"version": "8.2.0", | ||
"description": "Utilities for resolving/parsing packages and their imports.", | ||
@@ -17,7 +17,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/common-types": "^0.13.4", | ||
"@ms-cloudpack/common-types": "^0.14.0", | ||
"@ms-cloudpack/json-utilities": "^0.1.6", | ||
"@ms-cloudpack/package-overrides": "^0.9.15", | ||
"@ms-cloudpack/package-overrides": "^0.9.16", | ||
"@ms-cloudpack/path-string-parsing": "^1.2.4", | ||
"@ms-cloudpack/path-utilities": "^2.7.30", | ||
"@ms-cloudpack/path-utilities": "^2.7.31", | ||
"@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
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
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
313742
167
2605
+ Added@ms-cloudpack/common-types@0.14.0(transitive)
- Removed@ms-cloudpack/common-types@0.13.4(transitive)