workspace-tools 0.19.2 → 0.19.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/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "workspace-tools",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 23 Jun 2022
|
|
5
|
+
"date": "Thu, 23 Jun 2022 19:10:01 GMT",
|
|
6
|
+
"tag": "workspace-tools_v0.19.3",
|
|
7
|
+
"version": "0.19.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "workspace-tools",
|
|
13
|
+
"comment": "Move typedoc to devDependencies",
|
|
14
|
+
"commit": "8dbb9af66b8e1564734861d23849957b22dbe870"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 23 Jun 2022 18:52:05 GMT",
|
|
6
21
|
"tag": "workspace-tools_v0.19.2",
|
|
7
22
|
"version": "0.19.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 Thu, 23 Jun 2022
|
|
3
|
+
This log was last generated on Thu, 23 Jun 2022 19:10:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.19.3
|
|
8
|
+
|
|
9
|
+
Thu, 23 Jun 2022 19:10:01 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Move typedoc to devDependencies (elcraig@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.19.2
|
|
8
16
|
|
|
9
|
-
Thu, 23 Jun 2022 18:
|
|
17
|
+
Thu, 23 Jun 2022 18:52:05 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-tools",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
"globby": "^11.0.0",
|
|
26
26
|
"jju": "^1.4.0",
|
|
27
27
|
"multimatch": "^4.0.0",
|
|
28
|
-
"read-yaml-file": "^2.0.0"
|
|
29
|
-
"typedoc": "^0.22.15"
|
|
28
|
+
"read-yaml-file": "^2.0.0"
|
|
30
29
|
},
|
|
31
30
|
"devDependencies": {
|
|
32
31
|
"@types/git-url-parse": "^9.0.0",
|
|
@@ -41,6 +40,7 @@
|
|
|
41
40
|
"jest": "^25.0.0",
|
|
42
41
|
"tmp": "^0.2.1",
|
|
43
42
|
"ts-jest": "^25.5.1",
|
|
43
|
+
"typedoc": "^0.22.15",
|
|
44
44
|
"typescript": "^4.5.4",
|
|
45
45
|
"gh-pages": "^3.2.3"
|
|
46
46
|
}
|