lage 1.9.2 → 1.9.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 +31 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -12
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "lage",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 29 Oct 2022 18:42:29 GMT",
|
|
6
|
+
"tag": "lage_v1.9.3",
|
|
7
|
+
"version": "1.9.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ken@gizzar.com",
|
|
12
|
+
"package": "lage",
|
|
13
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38",
|
|
14
|
+
"comment": "bump workspace-tools"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 06 Oct 2022 17:46:44 GMT",
|
|
21
|
+
"tag": "lage_v1.9.2",
|
|
22
|
+
"version": "1.9.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "elcraig@microsoft.com",
|
|
27
|
+
"package": "lage",
|
|
28
|
+
"commit": "ef0f70f8f0cae6a8e3d02b917ce35244eea0b232",
|
|
29
|
+
"comment": "Remove unused build scripts"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 30 Sep 2022 18:48:39 GMT",
|
|
6
36
|
"tag": "lage_v1.9.2",
|
|
7
37
|
"version": "1.9.2",
|
|
8
38
|
"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 Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.9.3
|
|
8
|
+
|
|
9
|
+
Sat, 29 Oct 2022 18:42:29 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- bump workspace-tools (ken@gizzar.com)
|
|
14
|
+
|
|
7
15
|
## 1.9.2
|
|
8
16
|
|
|
9
|
-
Fri, 30 Sep 2022 18:48:
|
|
17
|
+
Fri, 30 Sep 2022 18:48:39 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.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"description": "A monorepo task runner",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -13,15 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"change": "beachball change",
|
|
17
|
-
"checkchange": "beachball check",
|
|
18
|
-
"decks:build": "marp -I decks --pdf -o docs/.vuepress/dist/decks",
|
|
19
|
-
"docs": "vuepress dev docs --host localhost",
|
|
20
|
-
"docs:build": "vuepress build docs",
|
|
21
|
-
"gen-typedoc": "ts-node --transpile-only scripts/gen-typedoc.ts",
|
|
22
|
-
"gh-pages": "gh-pages",
|
|
23
|
-
"release": "beachball publish -y --tag unstable",
|
|
24
|
-
"release:docs": "yarn gen-typedoc && yarn docs:build && yarn decks:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
|
|
25
16
|
"start": "tsc -w --preserveWatchOutput",
|
|
26
17
|
"test": "jest"
|
|
27
18
|
},
|
|
@@ -41,11 +32,10 @@
|
|
|
41
32
|
"p-graph": "^1.1.1",
|
|
42
33
|
"p-limit": "^3.1.0",
|
|
43
34
|
"p-profiler": "^0.2.1",
|
|
44
|
-
"workspace-tools": "^0.
|
|
35
|
+
"workspace-tools": "^0.29.0",
|
|
45
36
|
"yargs-parser": "^18.1.3"
|
|
46
37
|
},
|
|
47
38
|
"devDependencies": {
|
|
48
|
-
"@marp-team/marp-cli": "0.23.3",
|
|
49
39
|
"@types/chalk": "2.2.0",
|
|
50
40
|
"@types/cosmiconfig": "6.0.0",
|
|
51
41
|
"@types/execa": "2.0.0",
|