@lage-run/cache 1.1.4 → 1.1.5

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,43 @@
2
2
  "name": "@lage-run/cache",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 12 Dec 2023 04:22:18 GMT",
5
+ "date": "Thu, 21 Dec 2023 09:48:33 GMT",
6
+ "version": "1.1.5",
7
+ "tag": "@lage-run/cache_v1.1.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/cache",
13
+ "commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
14
+ "comment": "Pin external deps to ensure explicit updates to lage bundle"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cache",
19
+ "comment": "Bump @lage-run/target-graph to v0.8.9",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 21 Dec 2023 08:37:41 GMT",
27
+ "version": "1.1.4",
28
+ "tag": "@lage-run/cache_v1.1.4",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "elcraig@microsoft.com",
33
+ "package": "@lage-run/cache",
34
+ "commit": "0752bad677868d982719f792f6692ab43ad325e0",
35
+ "comment": "Use ranges for devDependencies"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Tue, 12 Dec 2023 04:22:41 GMT",
6
42
  "version": "1.1.4",
7
43
  "tag": "@lage-run/cache_v1.1.4",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @lage-run/cache
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 Thu, 21 Dec 2023 09:48:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.5
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
+ - Bump @lage-run/target-graph to v0.8.9
15
+
7
16
  ## 1.1.4
8
17
 
9
- Tue, 12 Dec 2023 04:22:18 GMT
18
+ Tue, 12 Dec 2023 04:22:41 GMT
10
19
 
11
20
  ### Patches
12
21
 
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",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Cache for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,16 +17,16 @@
17
17
  "lint": "monorepo-scripts lint"
18
18
  },
19
19
  "dependencies": {
20
- "@lage-run/target-graph": "^0.8.8",
20
+ "@lage-run/target-graph": "^0.8.9",
21
21
  "@lage-run/logger": "^1.3.0",
22
- "backfill-config": "^6.4.1",
23
- "backfill-cache": "^5.7.1",
24
- "backfill-logger": "^5.2.1",
22
+ "backfill-cache": "5.7.1",
23
+ "backfill-config": "6.4.1",
24
+ "backfill-logger": "5.2.1",
25
25
  "glob-hasher": "^1.3.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@lage-run/monorepo-fixture": "*",
29
- "monorepo-scripts": "*"
29
+ "@lage-run/monorepo-scripts": "*"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"