@lage-run/cache 0.5.3 → 0.5.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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +5 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@lage-run/cache",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 25 Apr 2023 02:50:56 GMT",
|
|
6
|
+
"tag": "@lage-run/cache_v0.5.4",
|
|
7
|
+
"version": "0.5.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "@lage-run/cache",
|
|
13
|
+
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801",
|
|
14
|
+
"comment": "Update repository and homepage"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cache",
|
|
19
|
+
"comment": "Bump @lage-run/target-graph to v0.8.4",
|
|
20
|
+
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/cache",
|
|
25
|
+
"comment": "Bump @lage-run/logger to v1.3.0",
|
|
26
|
+
"commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Fri, 14 Apr 2023 04:37:54 GMT",
|
|
6
33
|
"tag": "@lage-run/cache_v0.5.3",
|
|
7
34
|
"version": "0.5.3",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @lage-run/cache
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 25 Apr 2023 02:50:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.4
|
|
8
|
+
|
|
9
|
+
Tue, 25 Apr 2023 02:50:56 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update repository and homepage (elcraig@microsoft.com)
|
|
14
|
+
- Bump @lage-run/target-graph to v0.8.4
|
|
15
|
+
- Bump @lage-run/logger to v1.3.0
|
|
16
|
+
|
|
7
17
|
## 0.5.3
|
|
8
18
|
|
|
9
|
-
Fri, 14 Apr 2023 04:37:
|
|
19
|
+
Fri, 14 Apr 2023 04:37:54 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cache",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Cache for Lage",
|
|
5
5
|
"repository": {
|
|
6
|
+
"type": "git",
|
|
6
7
|
"url": "https://github.com/microsoft/lage"
|
|
7
8
|
},
|
|
9
|
+
"homepage": "https://microsoft.github.io/lage/",
|
|
8
10
|
"license": "MIT",
|
|
9
11
|
"main": "lib/index.js",
|
|
10
12
|
"types": "lib/index.d.ts",
|
|
@@ -16,8 +18,8 @@
|
|
|
16
18
|
},
|
|
17
19
|
"dependencies": {
|
|
18
20
|
"@lage-run/hasher": "^0.2.2",
|
|
19
|
-
"@lage-run/target-graph": "^0.8.
|
|
20
|
-
"@lage-run/logger": "^1.
|
|
21
|
+
"@lage-run/target-graph": "^0.8.4",
|
|
22
|
+
"@lage-run/logger": "^1.3.0",
|
|
21
23
|
"backfill-config": "^6.3.1",
|
|
22
24
|
"backfill-cache": "^5.6.4",
|
|
23
25
|
"backfill-logger": "^5.1.3",
|