@lage-run/cache 0.1.11 → 0.1.13
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 +52 -1
- package/CHANGELOG.md +19 -2
- package/package.json +4 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@lage-run/cache",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 01 Oct 2022 06:41:29 GMT",
|
|
6
|
+
"tag": "@lage-run/cache_v0.1.13",
|
|
7
|
+
"version": "0.1.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/cache",
|
|
13
|
+
"comment": "Bump @lage-run/target-graph to v0.3.5",
|
|
14
|
+
"commit": "94d8266336c210f6adcf6dddd893e9efea20afdb"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 29 Sep 2022 21:54:45 GMT",
|
|
21
|
+
"tag": "@lage-run/cache_v0.1.12",
|
|
22
|
+
"version": "0.1.12",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "email not defined",
|
|
27
|
+
"package": "@lage-run/cache",
|
|
28
|
+
"commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6",
|
|
29
|
+
"comment": "Update dependency workspace-tools to ^0.28.0"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@lage-run/cache",
|
|
34
|
+
"comment": "Bump @lage-run/target-graph to v0.3.4",
|
|
35
|
+
"commit": "8fc978626144db852c6a908cb0e4bcfebc51f1c2"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Tue, 20 Sep 2022 02:32:14 GMT",
|
|
42
|
+
"tag": "@lage-run/cache_v0.1.11",
|
|
43
|
+
"version": "0.1.11",
|
|
44
|
+
"comments": {
|
|
45
|
+
"none": [
|
|
46
|
+
{
|
|
47
|
+
"author": "elcraig@microsoft.com",
|
|
48
|
+
"package": "@lage-run/cache",
|
|
49
|
+
"commit": "8193ad27df772d312844bfc4cc3ea43297e18098",
|
|
50
|
+
"comment": "Hoist widely-used devDependencies to the repo root"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Mon, 19 Sep 2022 05:03:56 GMT",
|
|
6
57
|
"tag": "@lage-run/cache_v0.1.11",
|
|
7
58
|
"version": "0.1.11",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @lage-run/cache
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 01 Oct 2022 06:41:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.13
|
|
8
|
+
|
|
9
|
+
Sat, 01 Oct 2022 06:41:29 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/target-graph to v0.3.5
|
|
14
|
+
|
|
15
|
+
## 0.1.12
|
|
16
|
+
|
|
17
|
+
Thu, 29 Sep 2022 21:54:45 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Update dependency workspace-tools to ^0.28.0 (email not defined)
|
|
22
|
+
- Bump @lage-run/target-graph to v0.3.4
|
|
23
|
+
|
|
7
24
|
## 0.1.11
|
|
8
25
|
|
|
9
|
-
Mon, 19 Sep 2022 05:03:
|
|
26
|
+
Mon, 19 Sep 2022 05:03:56 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cache",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Cache for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -15,20 +15,18 @@
|
|
|
15
15
|
"lint": "monorepo-scripts lint"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@lage-run/target-graph": "^0.3.
|
|
18
|
+
"@lage-run/target-graph": "^0.3.5",
|
|
19
19
|
"@lage-run/logger": "^1.2.0",
|
|
20
20
|
"backfill-config": "^6.3.0",
|
|
21
21
|
"backfill-cache": "^5.6.1",
|
|
22
22
|
"backfill-hasher": "^6.4.2",
|
|
23
23
|
"backfill-logger": "^5.1.3",
|
|
24
24
|
"fast-glob": "^3.2.11",
|
|
25
|
-
"workspace-tools": "^0.
|
|
25
|
+
"workspace-tools": "^0.28.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@lage-run/monorepo-fixture": "
|
|
29
|
-
"@types/jest": "29.0.3",
|
|
28
|
+
"@lage-run/monorepo-fixture": "*",
|
|
30
29
|
"@types/mock-fs": "4.13.1",
|
|
31
|
-
"@types/node": "14.18.29",
|
|
32
30
|
"monorepo-scripts": "*",
|
|
33
31
|
"mock-fs": "5.1.4"
|
|
34
32
|
},
|