lage 1.6.1 → 1.6.2
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 +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "lage",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 14 Jun 2022 20:51:14 GMT",
|
|
6
|
+
"tag": "lage_v1.6.2",
|
|
7
|
+
"version": "1.6.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "nobody@users.noreply.github.com",
|
|
12
|
+
"package": "lage",
|
|
13
|
+
"comment": "Dependabot bumps dependencies: workspace-tools",
|
|
14
|
+
"commit": "e8745eb4396c35a954d897346ac2c416125f214f"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 10 Jun 2022 19:39:32 GMT",
|
|
6
21
|
"tag": "lage_v1.6.1",
|
|
7
22
|
"version": "1.6.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - lage
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 14 Jun 2022 20:51:14 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.6.2
|
|
8
|
+
|
|
9
|
+
Tue, 14 Jun 2022 20:51:14 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Dependabot bumps dependencies: workspace-tools (nobody@users.noreply.github.com)
|
|
14
|
+
|
|
7
15
|
## 1.6.1
|
|
8
16
|
|
|
9
|
-
Fri, 10 Jun 2022 19:39:
|
|
17
|
+
Fri, 10 Jun 2022 19:39:32 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lage",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "A monorepo task runner",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"p-graph": "^1.1.1",
|
|
48
48
|
"p-limit": "^3.1.0",
|
|
49
49
|
"p-profiler": "^0.2.1",
|
|
50
|
-
"workspace-tools": "^0.18.
|
|
50
|
+
"workspace-tools": "^0.18.4",
|
|
51
51
|
"yargs-parser": "^18.1.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|