@lage-run/cache-github-actions 0.1.15 → 0.1.17

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, 05 Sep 2023 22:19:01 GMT",
5
+ "date": "Thu, 21 Dec 2023 09:48:33 GMT",
6
+ "version": "0.1.17",
7
+ "tag": "@lage-run/cache-github-actions_v0.1.17",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/cache-github-actions",
13
+ "commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
14
+ "comment": "Pin external deps to ensure explicit updates to lage bundle"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 21 Dec 2023 08:37:41 GMT",
21
+ "version": "0.1.16",
22
+ "tag": "@lage-run/cache-github-actions_v0.1.16",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "elcraig@microsoft.com",
27
+ "package": "@lage-run/cache-github-actions",
28
+ "commit": "0752bad677868d982719f792f6692ab43ad325e0",
29
+ "comment": "Use ranges for devDependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 12 Dec 2023 04:22:41 GMT",
36
+ "version": "0.1.16",
37
+ "tag": "@lage-run/cache-github-actions_v0.1.16",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "stchur@microsoft.com",
42
+ "package": "@lage-run/cache-github-actions",
43
+ "commit": "f631134451741444619e28c80616ba22fc6454cf",
44
+ "comment": "Upgrade workspace-tools package to latest"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 05 Sep 2023 22:19:29 GMT",
6
51
  "tag": "@lage-run/cache-github-actions_v0.1.15",
7
52
  "version": "0.1.15",
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, 05 Sep 2023 22:19:01 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Dec 2023 09:48:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.17
8
+
9
+ Thu, 21 Dec 2023 09:48:33 GMT
10
+
11
+ ### Patches
12
+
13
+ - Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com)
14
+
15
+ ## 0.1.16
16
+
17
+ Tue, 12 Dec 2023 04:22:41 GMT
18
+
19
+ ### Patches
20
+
21
+ - Upgrade workspace-tools package to latest (stchur@microsoft.com)
22
+
7
23
  ## 0.1.15
8
24
 
9
- Tue, 05 Sep 2023 22:19:01 GMT
25
+ Tue, 05 Sep 2023 22:19:29 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.15",
3
+ "version": "0.1.17",
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.35.0",
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.1"
23
23
  },
24
24
  "devDependencies": {
25
- "monorepo-scripts": "*"
25
+ "@lage-run/monorepo-scripts": "*"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"