workspace-tools 0.34.2 → 0.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/dependencies/index.d.ts +0 -2
- package/lib/dependencies/index.js +0 -2
- package/lib/dependencies/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "workspace-tools",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 11 May 2023 15:06:53 GMT",
|
|
6
|
+
"tag": "workspace-tools_v0.34.3",
|
|
7
|
+
"version": "0.34.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "kchau@microsoft.com",
|
|
12
|
+
"package": "workspace-tools",
|
|
13
|
+
"commit": "9311481fb7acc75402900473a38bd6dcc169014d",
|
|
14
|
+
"comment": "un-deprecate getTransitive functions"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 09 May 2023 21:21:56 GMT",
|
|
6
21
|
"tag": "workspace-tools_v0.34.2",
|
|
7
22
|
"version": "0.34.2",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - workspace-tools
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 11 May 2023 15:06:53 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.34.3
|
|
8
|
+
|
|
9
|
+
Thu, 11 May 2023 15:06:53 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- un-deprecate getTransitive functions (kchau@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.34.2
|
|
8
16
|
|
|
9
|
-
Tue, 09 May 2023 21:21:
|
|
17
|
+
Tue, 09 May 2023 21:21:56 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { getTransitiveConsumers, getTransitiveProviders } from "./transitiveDeps";
|
|
2
2
|
import { getPackageDependencies } from "../graph/getPackageDependencies";
|
|
3
|
-
/** @deprecated Do not use */
|
|
4
3
|
export declare const getTransitiveDependencies: typeof getTransitiveProviders;
|
|
5
4
|
export { getTransitiveProviders };
|
|
6
|
-
/** @deprecated Do not use */
|
|
7
5
|
export declare const getTransitiveDependents: typeof getTransitiveConsumers;
|
|
8
6
|
export { getTransitiveConsumers };
|
|
9
7
|
/** @deprecated Do not use */
|
|
@@ -6,9 +6,7 @@ Object.defineProperty(exports, "getTransitiveConsumers", { enumerable: true, get
|
|
|
6
6
|
Object.defineProperty(exports, "getTransitiveProviders", { enumerable: true, get: function () { return transitiveDeps_1.getTransitiveProviders; } });
|
|
7
7
|
const getPackageDependencies_1 = require("../graph/getPackageDependencies");
|
|
8
8
|
// Some deprecated functions below for backwards compatibility
|
|
9
|
-
/** @deprecated Do not use */
|
|
10
9
|
exports.getTransitiveDependencies = transitiveDeps_1.getTransitiveProviders;
|
|
11
|
-
/** @deprecated Do not use */
|
|
12
10
|
exports.getTransitiveDependents = transitiveDeps_1.getTransitiveConsumers;
|
|
13
11
|
/** @deprecated Do not use */
|
|
14
12
|
exports.getInternalDeps = getPackageDependencies_1.getPackageDependencies;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dependencies/index.ts"],"names":[],"mappings":";;;AAAA,qDAAkF;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dependencies/index.ts"],"names":[],"mappings":";;;AAAA,qDAAkF;AAWzE,uGAXA,uCAAsB,OAWA;AAJtB,uGAPwB,uCAAsB,OAOxB;AAN/B,4EAAyE;AAEzE,8DAA8D;AAEjD,QAAA,yBAAyB,GAAG,uCAAsB,CAAC;AAInD,QAAA,uBAAuB,GAAG,uCAAsB,CAAC;AAI9D,6BAA6B;AAChB,QAAA,eAAe,GAAG,+CAAsB,CAAC"}
|