@lage-run/cache 1.2.0 → 1.3.1

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,37 @@
2
2
  "name": "@lage-run/cache",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 10 Jun 2024 23:50:24 GMT",
5
+ "date": "Tue, 25 Jun 2024 18:25:07 GMT",
6
+ "version": "1.3.1",
7
+ "tag": "@lage-run/cache_v1.3.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "brunoru@microsoft.com_msteamsmdb",
12
+ "package": "@lage-run/cache",
13
+ "commit": "09e1689b8716b87202634a2866d712a1e0b9783f",
14
+ "comment": "Revert \"DefaultAzureCredential as fallback with optional in config set credential (#760)\""
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 18 Jun 2024 00:31:29 GMT",
21
+ "version": "1.3.0",
22
+ "tag": "@lage-run/cache_v1.3.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "brunoru@microsoft.com",
27
+ "package": "@lage-run/cache",
28
+ "commit": "e937af3a04e0af29a2ad36e57b2f4169d4d5c628",
29
+ "comment": "Default fallback with optional pre-set credentials"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 10 Jun 2024 23:50:39 GMT",
6
36
  "version": "1.2.0",
7
37
  "tag": "@lage-run/cache_v1.2.0",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @lage-run/cache
2
2
 
3
- This log was last generated on Mon, 10 Jun 2024 23:50:24 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jun 2024 18:25:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.1
8
+
9
+ Tue, 25 Jun 2024 18:25:07 GMT
10
+
11
+ ### Patches
12
+
13
+ - Revert "DefaultAzureCredential as fallback with optional in config set credential (#760)" (brunoru@microsoft.com_msteamsmdb)
14
+
15
+ ## 1.3.0
16
+
17
+ Tue, 18 Jun 2024 00:31:29 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Default fallback with optional pre-set credentials (brunoru@microsoft.com)
22
+
7
23
  ## 1.2.0
8
24
 
9
- Mon, 10 Jun 2024 23:50:24 GMT
25
+ Mon, 10 Jun 2024 23:50:39 GMT
10
26
 
11
27
  ### Minor changes
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "Cache for Lage",
5
5
  "repository": {
6
6
  "type": "git",