workspace-tools 0.34.3 → 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,9 +2,9 @@
2
2
  "name": "workspace-tools",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 May 2023 15:06:53 GMT",
6
- "tag": "workspace-tools_v0.34.3",
7
- "version": "0.34.3",
5
+ "date": "Fri, 12 May 2023 08:02:09 GMT",
6
+ "tag": "workspace-tools_v0.34.4",
7
+ "version": "0.34.4",
8
8
  "comments": {
9
9
  "patch": [
10
10
  {
@@ -13,6 +13,14 @@
13
13
  "commit": "9311481fb7acc75402900473a38bd6dcc169014d",
14
14
  "comment": "un-deprecate getTransitive functions"
15
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
+ }
16
24
  ]
17
25
  }
18
26
  },
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - workspace-tools
2
2
 
3
- This log was last generated on Thu, 11 May 2023 15:06:53 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.3
7
+ ## 0.34.4
8
8
 
9
- Thu, 11 May 2023 15:06:53 GMT
9
+ Fri, 12 May 2023 08:02:09 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-tools",
3
- "version": "0.34.3",
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",