@lage-run/cache-github-actions 0.1.16 → 0.1.18

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,52 @@
2
2
  "name": "@lage-run/cache-github-actions",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 12 Dec 2023 04:22:18 GMT",
5
+ "date": "Wed, 17 Apr 2024 23:37:23 GMT",
6
+ "version": "0.1.18",
7
+ "tag": "@lage-run/cache-github-actions_v0.1.18",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@lage-run/cache-github-actions",
13
+ "commit": "54d11a6963bc9343e20f3b95f9c26a703fea2ed2",
14
+ "comment": "Update dependency @actions/cache to v3.2.4"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 21 Dec 2023 09:49:09 GMT",
21
+ "version": "0.1.17",
22
+ "tag": "@lage-run/cache-github-actions_v0.1.17",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "elcraig@microsoft.com",
27
+ "package": "@lage-run/cache-github-actions",
28
+ "commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
29
+ "comment": "Pin external deps to ensure explicit updates to lage bundle"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 21 Dec 2023 08:37:41 GMT",
36
+ "version": "0.1.16",
37
+ "tag": "@lage-run/cache-github-actions_v0.1.16",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "elcraig@microsoft.com",
42
+ "package": "@lage-run/cache-github-actions",
43
+ "commit": "0752bad677868d982719f792f6692ab43ad325e0",
44
+ "comment": "Use ranges for devDependencies"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 12 Dec 2023 04:22:41 GMT",
6
51
  "version": "0.1.16",
7
52
  "tag": "@lage-run/cache-github-actions_v0.1.16",
8
53
  "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 Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Apr 2024 23:37:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.18
8
+
9
+ Wed, 17 Apr 2024 23:37:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency @actions/cache to v3.2.4 (email not defined)
14
+
15
+ ## 0.1.17
16
+
17
+ Thu, 21 Dec 2023 09:49:09 GMT
18
+
19
+ ### Patches
20
+
21
+ - Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com)
22
+
7
23
  ## 0.1.16
8
24
 
9
- Tue, 12 Dec 2023 04:22:18 GMT
25
+ Tue, 12 Dec 2023 04:22:41 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/jest.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require("monorepo-scripts/config/jest.config.js");
1
+ module.exports = require("@lage-run/monorepo-scripts/config/jest.config.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache-github-actions",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "description": "Github Action Cache for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,13 +16,13 @@
16
16
  "lint": "monorepo-scripts lint"
17
17
  },
18
18
  "dependencies": {
19
- "backfill-config": "^6.4.1",
20
- "backfill-logger": "^5.2.1",
21
- "workspace-tools": "^0.36.4",
22
- "@actions/cache": "^3.0.4"
19
+ "backfill-config": "6.4.1",
20
+ "backfill-logger": "5.2.1",
21
+ "workspace-tools": "0.36.4",
22
+ "@actions/cache": "3.2.4"
23
23
  },
24
24
  "devDependencies": {
25
- "monorepo-scripts": "*"
25
+ "@lage-run/monorepo-scripts": "*"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"