@lage-run/cache 0.1.11 → 0.1.12

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": "Mon, 19 Sep 2022 05:03:37 GMT",
5
+ "date": "Thu, 29 Sep 2022 21:54:28 GMT",
6
+ "tag": "@lage-run/cache_v0.1.12",
7
+ "version": "0.1.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@lage-run/cache",
13
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6",
14
+ "comment": "Update dependency workspace-tools to ^0.28.0"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cache",
19
+ "comment": "Bump @lage-run/target-graph to v0.3.4",
20
+ "commit": "96f43fa9da1e4e8d43e3e1d213b25e344bd35de6"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 20 Sep 2022 02:32:14 GMT",
27
+ "tag": "@lage-run/cache_v0.1.11",
28
+ "version": "0.1.11",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "elcraig@microsoft.com",
33
+ "package": "@lage-run/cache",
34
+ "commit": "8193ad27df772d312844bfc4cc3ea43297e18098",
35
+ "comment": "Hoist widely-used devDependencies to the repo root"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 19 Sep 2022 05:03:56 GMT",
6
42
  "tag": "@lage-run/cache_v0.1.11",
7
43
  "version": "0.1.11",
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 Mon, 19 Sep 2022 05:03:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Sep 2022 21:54:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.12
8
+
9
+ Thu, 29 Sep 2022 21:54:28 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency workspace-tools to ^0.28.0 (email not defined)
14
+ - Bump @lage-run/target-graph to v0.3.4
15
+
7
16
  ## 0.1.11
8
17
 
9
- Mon, 19 Sep 2022 05:03:37 GMT
18
+ Mon, 19 Sep 2022 05:03:56 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Cache for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,20 +15,18 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/target-graph": "^0.3.3",
18
+ "@lage-run/target-graph": "^0.3.4",
19
19
  "@lage-run/logger": "^1.2.0",
20
20
  "backfill-config": "^6.3.0",
21
21
  "backfill-cache": "^5.6.1",
22
22
  "backfill-hasher": "^6.4.2",
23
23
  "backfill-logger": "^5.1.3",
24
24
  "fast-glob": "^3.2.11",
25
- "workspace-tools": "^0.27.0"
25
+ "workspace-tools": "^0.28.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@lage-run/monorepo-fixture": "^0.1.0",
29
- "@types/jest": "29.0.3",
28
+ "@lage-run/monorepo-fixture": "*",
30
29
  "@types/mock-fs": "4.13.1",
31
- "@types/node": "14.18.29",
32
30
  "monorepo-scripts": "*",
33
31
  "mock-fs": "5.1.4"
34
32
  },