@lage-run/cache-github-actions 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 CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@lage-run/cache-github-actions",
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-github-actions_v0.1.13",
7
+ "version": "0.1.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/cache-github-actions",
13
+ "commit": "a2e112e8aafee26380684efca4db994a9c5e3801",
14
+ "comment": "Update repository and homepage"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 14 Apr 2023 04:37:54 GMT",
21
+ "tag": "@lage-run/cache-github-actions_v0.1.12",
22
+ "version": "0.1.12",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "kchau@microsoft.com",
27
+ "package": "@lage-run/cache-github-actions",
28
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0",
29
+ "comment": "making lage boot faster"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 06 Apr 2023 22:27:50 GMT",
6
36
  "tag": "@lage-run/cache-github-actions_v0.1.11",
7
37
  "version": "0.1.11",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @lage-run/cache-github-actions
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.1.13
8
+
9
+ Tue, 25 Apr 2023 02:50:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update repository and homepage (elcraig@microsoft.com)
14
+
15
+ ## 0.1.12
16
+
17
+ Fri, 14 Apr 2023 04:37:54 GMT
18
+
19
+ ### Patches
20
+
21
+ - making lage boot faster (kchau@microsoft.com)
22
+
7
23
  ## 0.1.11
8
24
 
9
- Thu, 06 Apr 2023 22:27:27 GMT
25
+ Thu, 06 Apr 2023 22:27:50 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@lage-run/cache-github-actions",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Github Action 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",
@@ -14,9 +16,9 @@
14
16
  "lint": "monorepo-scripts lint"
15
17
  },
16
18
  "dependencies": {
17
- "backfill-config": "^6.3.0",
19
+ "backfill-config": "^6.3.1",
18
20
  "backfill-logger": "^5.1.3",
19
- "workspace-tools": "^0.32.0",
21
+ "workspace-tools": "^0.34.0",
20
22
  "@actions/cache": "^3.0.4"
21
23
  },
22
24
  "devDependencies": {