@lage-run/cache 0.5.2 → 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 CHANGED
@@ -2,7 +2,55 @@
2
2
  "name": "@lage-run/cache",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Apr 2023 22:27:27 GMT",
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",
33
+ "tag": "@lage-run/cache_v0.5.3",
34
+ "version": "0.5.3",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "kchau@microsoft.com",
39
+ "package": "@lage-run/cache",
40
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0",
41
+ "comment": "making lage boot faster"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/cache",
46
+ "comment": "Bump @lage-run/target-graph to v0.8.3",
47
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 06 Apr 2023 22:27:50 GMT",
6
54
  "tag": "@lage-run/cache_v0.5.2",
7
55
  "version": "0.5.2",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @lage-run/cache
2
2
 
3
- This log was last generated on Thu, 06 Apr 2023 22:27:27 GMT and should not be manually modified.
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
+
17
+ ## 0.5.3
18
+
19
+ Fri, 14 Apr 2023 04:37:54 GMT
20
+
21
+ ### Patches
22
+
23
+ - making lage boot faster (kchau@microsoft.com)
24
+ - Bump @lage-run/target-graph to v0.8.3
25
+
7
26
  ## 0.5.2
8
27
 
9
- Thu, 06 Apr 2023 22:27:27 GMT
28
+ Thu, 06 Apr 2023 22:27:50 GMT
10
29
 
11
30
  ### Patches
12
31
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@lage-run/cache",
3
- "version": "0.5.2",
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,10 +18,10 @@
16
18
  },
17
19
  "dependencies": {
18
20
  "@lage-run/hasher": "^0.2.2",
19
- "@lage-run/target-graph": "^0.8.2",
20
- "@lage-run/logger": "^1.2.2",
21
- "backfill-config": "^6.3.0",
22
- "backfill-cache": "^5.6.1",
21
+ "@lage-run/target-graph": "^0.8.4",
22
+ "@lage-run/logger": "^1.3.0",
23
+ "backfill-config": "^6.3.1",
24
+ "backfill-cache": "^5.6.4",
23
25
  "backfill-logger": "^5.1.3",
24
26
  "glob-hasher": "1.2.1",
25
27
  "fast-glob": "3.2.12"