@lage-run/cache 0.4.3 → 0.5.0

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,22 @@
2
2
  "name": "@lage-run/cache",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Mar 2023 00:28:17 GMT",
5
+ "date": "Mon, 27 Mar 2023 18:00:03 GMT",
6
+ "tag": "@lage-run/cache_v0.5.0",
7
+ "version": "0.5.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/cache",
13
+ "commit": "6a0593b1ef9f7d16e69eb57ee1bc71b8613fd1d8",
14
+ "comment": "gitignore to be respected again in the envglob - this causes major perf regression otherwise"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 14 Mar 2023 00:28:38 GMT",
6
21
  "tag": "@lage-run/cache_v0.4.3",
7
22
  "version": "0.4.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/cache
2
2
 
3
- This log was last generated on Tue, 14 Mar 2023 00:28:17 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Mar 2023 18:00:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.0
8
+
9
+ Mon, 27 Mar 2023 18:00:03 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - gitignore to be respected again in the envglob - this causes major perf regression otherwise (kchau@microsoft.com)
14
+
7
15
  ## 0.4.3
8
16
 
9
- Tue, 14 Mar 2023 00:28:17 GMT
17
+ Tue, 14 Mar 2023 00:28:38 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/lib/salt.js CHANGED
@@ -52,7 +52,7 @@ function getEnvHashOneAtTime(environmentGlobFiles, repoRoot) {
52
52
  }
53
53
  const hashes = (0, _globHasher.hashGlobGit)(environmentGlobFiles, {
54
54
  cwd: repoRoot,
55
- gitignore: false
55
+ gitignore: true
56
56
  });
57
57
  envHashes[key] = Object.values(hashes);
58
58
  return envHashes[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "Cache for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"