workspace-tools
Advanced tools
Comparing version 0.23.1 to 0.23.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Fri, 15 Jul 2022 03:59:36 GMT", | ||
"date": "Fri, 15 Jul 2022 05:05:45 GMT", | ||
"tag": "workspace-tools_v0.23.2", | ||
"version": "0.23.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "ken@gizzar.com", | ||
"package": "workspace-tools", | ||
"comment": "fixing the dependent map results", | ||
"commit": "6dff4d2ba6fe88ab0a0f60c7c62410393e4596ee" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 15 Jul 2022 03:59:39 GMT", | ||
"tag": "workspace-tools_v0.23.1", | ||
@@ -8,0 +23,0 @@ "version": "0.23.1", |
# Change Log - workspace-tools | ||
This log was last generated on Fri, 15 Jul 2022 03:59:36 GMT and should not be manually modified. | ||
This log was last generated on Fri, 15 Jul 2022 05:05:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.23.2 | ||
Fri, 15 Jul 2022 05:05:45 GMT | ||
### Patches | ||
- fixing the dependent map results (ken@gizzar.com) | ||
## 0.23.1 | ||
Fri, 15 Jul 2022 03:59:36 GMT | ||
Fri, 15 Jul 2022 03:59:39 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
export * from "./createPackageGraph"; | ||
import { createDependencyMap } from "./createDependencyMap"; | ||
export { createDependencyMap as getDependentMap }; | ||
import { PackageInfos } from "../types/PackageInfo"; | ||
export declare function getDependentMap(packages: PackageInfos): Map<string, Set<string>>; |
@@ -16,2 +16,6 @@ "use strict"; | ||
const createDependencyMap_1 = require("./createDependencyMap"); | ||
Object.defineProperty(exports, "getDependentMap", { enumerable: true, get: function () { return createDependencyMap_1.createDependencyMap; } }); | ||
// @deprecated - use createDependencyMap() instead | ||
function getDependentMap(packages) { | ||
return (0, createDependencyMap_1.createDependencyMap)(packages).dependents; | ||
} | ||
exports.getDependentMap = getDependentMap; |
{ | ||
"name": "workspace-tools", | ||
"version": "0.23.1", | ||
"version": "0.23.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
121888
2936