workspace-tools 0.34.2 → 0.34.4

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 CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "workspace-tools",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 09 May 2023 21:21:51 GMT",
5
+ "date": "Fri, 12 May 2023 08:02:09 GMT",
6
+ "tag": "workspace-tools_v0.34.4",
7
+ "version": "0.34.4",
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
+ "none": [
18
+ {
19
+ "author": "elcraig@microsoft.com",
20
+ "package": "workspace-tools",
21
+ "commit": "a14af9fe6d1081712a1f84483a38185fc7603cc8",
22
+ "comment": "Sync version after failed publish"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Tue, 09 May 2023 21:21:56 GMT",
6
29
  "tag": "workspace-tools_v0.34.2",
7
30
  "version": "0.34.2",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - workspace-tools
2
2
 
3
- This log was last generated on Tue, 09 May 2023 21:21:51 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 May 2023 08:02:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.34.4
8
+
9
+ Fri, 12 May 2023 08:02:09 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:51 GMT
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;AAazE,uGAbA,uCAAsB,OAaA;AALtB,uGARwB,uCAAsB,OAQxB;AAP/B,4EAAyE;AAEzE,8DAA8D;AAE9D,6BAA6B;AAChB,QAAA,yBAAyB,GAAG,uCAAsB,CAAC;AAIhE,6BAA6B;AAChB,QAAA,uBAAuB,GAAG,uCAAsB,CAAC;AAI9D,6BAA6B;AAChB,QAAA,eAAe,GAAG,+CAAsB,CAAC"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-tools",
3
- "version": "0.34.2",
3
+ "version": "0.34.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,8 @@
9
9
  "main": "lib/index.js",
10
10
  "types": "lib/index.d.ts",
11
11
  "files": [
12
- "lib/!(__*)"
12
+ "lib/!(__*)",
13
+ "lib/!(__*)/**/*"
13
14
  ],
14
15
  "scripts": {
15
16
  "api": "workspace-tools-scripts api",