@lage-run/cache 1.1.3 → 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 +52 -1
- package/CHANGELOG.md +19 -2
- package/jest.config.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@lage-run/cache",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
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",
|
|
42
|
+
"version": "1.1.4",
|
|
43
|
+
"tag": "@lage-run/cache_v1.1.4",
|
|
44
|
+
"comments": {
|
|
45
|
+
"patch": [
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@lage-run/cache",
|
|
49
|
+
"comment": "Bump @lage-run/target-graph to v0.8.8",
|
|
50
|
+
"commit": "not available"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Tue, 05 Sep 2023 22:19:29 GMT",
|
|
6
57
|
"tag": "@lage-run/cache_v1.1.3",
|
|
7
58
|
"version": "1.1.3",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @lage-run/cache
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
+
|
|
16
|
+
## 1.1.4
|
|
17
|
+
|
|
18
|
+
Tue, 12 Dec 2023 04:22:41 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @lage-run/target-graph to v0.8.8
|
|
23
|
+
|
|
7
24
|
## 1.1.3
|
|
8
25
|
|
|
9
|
-
Tue, 05 Sep 2023 22:19:
|
|
26
|
+
Tue, 05 Sep 2023 22:19:29 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
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.
|
|
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.
|
|
20
|
+
"@lage-run/target-graph": "^0.8.9",
|
|
21
21
|
"@lage-run/logger": "^1.3.0",
|
|
22
|
-
"backfill-
|
|
23
|
-
"backfill-
|
|
24
|
-
"backfill-logger": "
|
|
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"
|