@lage-run/cache-github-actions 0.1.28 → 0.1.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cache-github-actions",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Github Action Cache for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,20 +11,22 @@
11
11
  "main": "lib/index.js",
12
12
  "types": "lib/index.d.ts",
13
13
  "scripts": {
14
- "build": "monorepo-scripts tsc",
15
- "start": "monorepo-scripts tsc -w --preserveWatchOutput",
14
+ "build": "yarn types && yarn transpile",
15
+ "transpile": "monorepo-scripts transpile",
16
+ "types": "yarn run -T tsc",
16
17
  "lint": "monorepo-scripts lint"
17
18
  },
18
19
  "dependencies": {
19
20
  "@actions/cache": "^3.3.0",
20
21
  "backfill-config": "^6.7.1",
21
22
  "backfill-logger": "^5.4.0",
22
- "workspace-tools": "^0.40.4"
23
+ "workspace-tools": "^0.41.0"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@lage-run/monorepo-scripts": "^1.0.0"
26
27
  },
27
- "publishConfig": {
28
- "access": "public"
29
- }
28
+ "files": [
29
+ "lib/!(__*)",
30
+ "lib/!(__*)/**"
31
+ ]
30
32
  }
package/CHANGELOG.json DELETED
@@ -1,473 +0,0 @@
1
- {
2
- "name": "@lage-run/cache-github-actions",
3
- "entries": [
4
- {
5
- "date": "Sat, 24 Jan 2026 09:00:58 GMT",
6
- "version": "0.1.28",
7
- "tag": "@lage-run/cache-github-actions_v0.1.28",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "email not defined",
12
- "package": "@lage-run/cache-github-actions",
13
- "commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
14
- "comment": "Update dependency workspace-tools to v0.40.4 and fix deprecated API usage"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Thu, 15 Jan 2026 23:24:00 GMT",
21
- "version": "0.1.27",
22
- "tag": "@lage-run/cache-github-actions_v0.1.27",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "renovate@whitesourcesoftware.com",
27
- "package": "@lage-run/cache-github-actions",
28
- "commit": "3d7ac61faadf82097fb2996431b537b2a9baa0e3",
29
- "comment": "Update dependency workspace-tools to v0.40.0"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Thu, 07 Aug 2025 08:10:10 GMT",
36
- "version": "0.1.26",
37
- "tag": "@lage-run/cache-github-actions_v0.1.26",
38
- "comments": {
39
- "patch": [
40
- {
41
- "author": "email not defined",
42
- "package": "@lage-run/cache-github-actions",
43
- "commit": "7ca58c8121ab43d58ba76379e5e0c2320622cf5d",
44
- "comment": "Update backfill monorepo"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Fri, 01 Aug 2025 08:10:15 GMT",
51
- "version": "0.1.25",
52
- "tag": "@lage-run/cache-github-actions_v0.1.25",
53
- "comments": {
54
- "patch": [
55
- {
56
- "author": "renovate@whitesourcesoftware.com",
57
- "package": "@lage-run/cache-github-actions",
58
- "commit": "28308e0b441f625fb5a83daabadb55f49b208603",
59
- "comment": "Update backfill monorepo"
60
- },
61
- {
62
- "author": "renovate@whitesourcesoftware.com",
63
- "package": "@lage-run/cache-github-actions",
64
- "commit": "28308e0b441f625fb5a83daabadb55f49b208603",
65
- "comment": "Update dependency workspace-tools to v0.38.4"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Thu, 17 Apr 2025 08:10:01 GMT",
72
- "version": "0.1.24",
73
- "tag": "@lage-run/cache-github-actions_v0.1.24",
74
- "comments": {
75
- "patch": [
76
- {
77
- "author": "renovate@whitesourcesoftware.com",
78
- "package": "@lage-run/cache-github-actions",
79
- "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
80
- "comment": "Update backfill monorepo"
81
- },
82
- {
83
- "author": "email not defined",
84
- "package": "@lage-run/cache-github-actions",
85
- "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
86
- "comment": "Update dependency workspace-tools to v0.38.3"
87
- }
88
- ]
89
- }
90
- },
91
- {
92
- "date": "Wed, 02 Apr 2025 08:10:04 GMT",
93
- "version": "0.1.23",
94
- "tag": "@lage-run/cache-github-actions_v0.1.23",
95
- "comments": {
96
- "patch": [
97
- {
98
- "author": "renovate@whitesourcesoftware.com",
99
- "package": "@lage-run/cache-github-actions",
100
- "commit": "54e957d6b93381285d67ff8c23e134770b7a1512",
101
- "comment": "Update dependency @actions/cache to v3.3.0"
102
- }
103
- ]
104
- }
105
- },
106
- {
107
- "date": "Sat, 29 Mar 2025 02:16:38 GMT",
108
- "version": "0.1.22",
109
- "tag": "@lage-run/cache-github-actions_v0.1.22",
110
- "comments": {
111
- "none": [
112
- {
113
- "author": "elcraig@microsoft.com",
114
- "package": "@lage-run/cache-github-actions",
115
- "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
116
- "comment": "Sync versions, and use workspace:^ versions for local deps"
117
- }
118
- ]
119
- }
120
- },
121
- {
122
- "date": "Wed, 20 Nov 2024 08:12:37 GMT",
123
- "version": "0.1.22",
124
- "tag": "@lage-run/cache-github-actions_v0.1.22",
125
- "comments": {
126
- "patch": [
127
- {
128
- "author": "email not defined",
129
- "package": "@lage-run/cache-github-actions",
130
- "commit": "c6e9f4e5339a897dd06a54fe528a1fadd75db243",
131
- "comment": "Update dependency workspace-tools to v0.38.1"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Tue, 22 Oct 2024 15:19:29 GMT",
138
- "version": "0.1.21",
139
- "tag": "@lage-run/cache-github-actions_v0.1.21",
140
- "comments": {
141
- "patch": [
142
- {
143
- "author": "email not defined",
144
- "package": "@lage-run/cache-github-actions",
145
- "commit": "067b34dac0e6621e6dab889b4ecb3ffb96ed3b7c",
146
- "comment": "Update dependency workspace-tools to v0.37.0"
147
- }
148
- ]
149
- }
150
- },
151
- {
152
- "date": "Wed, 11 Sep 2024 20:30:48 GMT",
153
- "version": "0.1.20",
154
- "tag": "@lage-run/cache-github-actions_v0.1.20",
155
- "comments": {
156
- "patch": [
157
- {
158
- "author": "kchau@microsoft.com",
159
- "package": "@lage-run/cache-github-actions",
160
- "commit": "3fb589f859c1215e2f3b93bbdb55fae1d5fef116",
161
- "comment": "yarn 4"
162
- }
163
- ]
164
- }
165
- },
166
- {
167
- "date": "Thu, 23 May 2024 18:15:05 GMT",
168
- "version": "0.1.19",
169
- "tag": "@lage-run/cache-github-actions_v0.1.19",
170
- "comments": {
171
- "patch": [
172
- {
173
- "author": "renovate@whitesourcesoftware.com",
174
- "package": "@lage-run/cache-github-actions",
175
- "commit": "04cdac2a148208348ea26f0d0190b90f947d2cfd",
176
- "comment": "Update backfill monorepo"
177
- }
178
- ]
179
- }
180
- },
181
- {
182
- "date": "Wed, 17 Apr 2024 23:37:27 GMT",
183
- "version": "0.1.18",
184
- "tag": "@lage-run/cache-github-actions_v0.1.18",
185
- "comments": {
186
- "patch": [
187
- {
188
- "author": "email not defined",
189
- "package": "@lage-run/cache-github-actions",
190
- "commit": "54d11a6963bc9343e20f3b95f9c26a703fea2ed2",
191
- "comment": "Update dependency @actions/cache to v3.2.4"
192
- }
193
- ]
194
- }
195
- },
196
- {
197
- "date": "Thu, 21 Dec 2023 09:49:09 GMT",
198
- "version": "0.1.17",
199
- "tag": "@lage-run/cache-github-actions_v0.1.17",
200
- "comments": {
201
- "patch": [
202
- {
203
- "author": "elcraig@microsoft.com",
204
- "package": "@lage-run/cache-github-actions",
205
- "commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
206
- "comment": "Pin external deps to ensure explicit updates to lage bundle"
207
- }
208
- ]
209
- }
210
- },
211
- {
212
- "date": "Thu, 21 Dec 2023 08:37:41 GMT",
213
- "version": "0.1.16",
214
- "tag": "@lage-run/cache-github-actions_v0.1.16",
215
- "comments": {
216
- "none": [
217
- {
218
- "author": "elcraig@microsoft.com",
219
- "package": "@lage-run/cache-github-actions",
220
- "commit": "0752bad677868d982719f792f6692ab43ad325e0",
221
- "comment": "Use ranges for devDependencies"
222
- }
223
- ]
224
- }
225
- },
226
- {
227
- "date": "Tue, 12 Dec 2023 04:22:41 GMT",
228
- "version": "0.1.16",
229
- "tag": "@lage-run/cache-github-actions_v0.1.16",
230
- "comments": {
231
- "patch": [
232
- {
233
- "author": "stchur@microsoft.com",
234
- "package": "@lage-run/cache-github-actions",
235
- "commit": "f631134451741444619e28c80616ba22fc6454cf",
236
- "comment": "Upgrade workspace-tools package to latest"
237
- }
238
- ]
239
- }
240
- },
241
- {
242
- "date": "Tue, 05 Sep 2023 22:19:29 GMT",
243
- "tag": "@lage-run/cache-github-actions_v0.1.15",
244
- "version": "0.1.15",
245
- "comments": {
246
- "patch": [
247
- {
248
- "author": "elcraig@microsoft.com",
249
- "package": "@lage-run/cache-github-actions",
250
- "commit": "1b921746f45e232095c13e35039b2f425ff74f8e",
251
- "comment": "Update backfill dependencies"
252
- }
253
- ]
254
- }
255
- },
256
- {
257
- "date": "Mon, 17 Jul 2023 15:14:04 GMT",
258
- "tag": "@lage-run/cache-github-actions_v0.1.14",
259
- "version": "0.1.14",
260
- "comments": {
261
- "patch": [
262
- {
263
- "author": "email not defined",
264
- "package": "@lage-run/cache-github-actions",
265
- "commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6",
266
- "comment": "Update lage core deps"
267
- }
268
- ]
269
- }
270
- },
271
- {
272
- "date": "Tue, 25 Apr 2023 02:51:19 GMT",
273
- "tag": "@lage-run/cache-github-actions_v0.1.13",
274
- "version": "0.1.13",
275
- "comments": {
276
- "patch": [
277
- {
278
- "author": "elcraig@microsoft.com",
279
- "package": "@lage-run/cache-github-actions",
280
- "commit": "a2e112e8aafee26380684efca4db994a9c5e3801",
281
- "comment": "Update repository and homepage"
282
- }
283
- ]
284
- }
285
- },
286
- {
287
- "date": "Fri, 14 Apr 2023 04:37:54 GMT",
288
- "tag": "@lage-run/cache-github-actions_v0.1.12",
289
- "version": "0.1.12",
290
- "comments": {
291
- "patch": [
292
- {
293
- "author": "kchau@microsoft.com",
294
- "package": "@lage-run/cache-github-actions",
295
- "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0",
296
- "comment": "making lage boot faster"
297
- }
298
- ]
299
- }
300
- },
301
- {
302
- "date": "Thu, 06 Apr 2023 22:27:50 GMT",
303
- "tag": "@lage-run/cache-github-actions_v0.1.11",
304
- "version": "0.1.11",
305
- "comments": {
306
- "patch": [
307
- {
308
- "author": "kchau@microsoft.com",
309
- "package": "@lage-run/cache-github-actions",
310
- "commit": "ec15819ad8677a57ed2c7b8ce55538da69095c3b",
311
- "comment": "bumps workspace-tools and use async packageinfos"
312
- }
313
- ]
314
- }
315
- },
316
- {
317
- "date": "Wed, 15 Feb 2023 16:47:12 GMT",
318
- "tag": "@lage-run/cache-github-actions_v0.1.10",
319
- "version": "0.1.10",
320
- "comments": {
321
- "patch": [
322
- {
323
- "author": "kchau@microsoft.com",
324
- "package": "@lage-run/cache-github-actions",
325
- "commit": "d66a3b4811f36290a0499d9199948c84c8049728",
326
- "comment": "bumping workspace-tools to latest to support yarn 3"
327
- }
328
- ]
329
- }
330
- },
331
- {
332
- "date": "Tue, 01 Nov 2022 22:25:59 GMT",
333
- "tag": "@lage-run/cache-github-actions_v0.1.9",
334
- "version": "0.1.9",
335
- "comments": {
336
- "patch": [
337
- {
338
- "author": "kchau@microsoft.com",
339
- "package": "@lage-run/cache-github-actions",
340
- "commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd",
341
- "comment": "adds import extensions of .js to prepare of esmodule switchover"
342
- }
343
- ]
344
- }
345
- },
346
- {
347
- "date": "Tue, 01 Nov 2022 20:43:17 GMT",
348
- "tag": "@lage-run/cache-github-actions_v0.1.8",
349
- "version": "0.1.8",
350
- "comments": {
351
- "patch": [
352
- {
353
- "author": "kchau@microsoft.com",
354
- "package": "@lage-run/cache-github-actions",
355
- "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37",
356
- "comment": "cleaning up the tsconfig files"
357
- }
358
- ]
359
- }
360
- },
361
- {
362
- "date": "Mon, 31 Oct 2022 21:27:52 GMT",
363
- "tag": "@lage-run/cache-github-actions_v0.1.7",
364
- "version": "0.1.7",
365
- "comments": {
366
- "patch": [
367
- {
368
- "author": "kchau@microsoft.com",
369
- "package": "@lage-run/cache-github-actions",
370
- "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e",
371
- "comment": "adds depcheck and fixes"
372
- }
373
- ]
374
- }
375
- },
376
- {
377
- "date": "Sat, 29 Oct 2022 18:42:49 GMT",
378
- "tag": "@lage-run/cache-github-actions_v0.1.6",
379
- "version": "0.1.6",
380
- "comments": {
381
- "patch": [
382
- {
383
- "author": "ken@gizzar.com",
384
- "package": "@lage-run/cache-github-actions",
385
- "commit": "06a9d752fd2b374615340a39445c51302b566a38",
386
- "comment": "bump workspace-tools"
387
- },
388
- {
389
- "author": "beachball",
390
- "package": "@lage-run/cache-github-actions",
391
- "comment": "Bump @lage-run/target-graph to v0.5.1",
392
- "commit": "06a9d752fd2b374615340a39445c51302b566a38"
393
- }
394
- ]
395
- }
396
- },
397
- {
398
- "date": "Wed, 26 Oct 2022 22:01:13 GMT",
399
- "tag": "@lage-run/cache-github-actions_v0.1.5",
400
- "version": "0.1.5",
401
- "comments": {
402
- "patch": [
403
- {
404
- "author": "beachball",
405
- "package": "@lage-run/cache-github-actions",
406
- "comment": "Bump @lage-run/target-graph to v0.5.0",
407
- "commit": "d4f959e1c46d50725f556f92917f1a1cf3ee0bd9"
408
- }
409
- ]
410
- }
411
- },
412
- {
413
- "date": "Wed, 26 Oct 2022 00:02:06 GMT",
414
- "tag": "@lage-run/cache-github-actions_v0.1.4",
415
- "version": "0.1.4",
416
- "comments": {
417
- "patch": [
418
- {
419
- "author": "beachball",
420
- "package": "@lage-run/cache-github-actions",
421
- "comment": "Bump @lage-run/target-graph to v0.4.5",
422
- "commit": "39be59e3821fe06876e31835703c92ba17bceb96"
423
- }
424
- ]
425
- }
426
- },
427
- {
428
- "date": "Sun, 23 Oct 2022 04:31:57 GMT",
429
- "tag": "@lage-run/cache-github-actions_v0.1.3",
430
- "version": "0.1.3",
431
- "comments": {
432
- "patch": [
433
- {
434
- "author": "beachball",
435
- "package": "@lage-run/cache-github-actions",
436
- "comment": "Bump @lage-run/target-graph to v0.4.4",
437
- "commit": "6ad9b723b65f6ef6b45aa156eb406344de8299eb"
438
- }
439
- ]
440
- }
441
- },
442
- {
443
- "date": "Thu, 20 Oct 2022 00:22:27 GMT",
444
- "tag": "@lage-run/cache-github-actions_v0.1.2",
445
- "version": "0.1.2",
446
- "comments": {
447
- "patch": [
448
- {
449
- "author": "beachball",
450
- "package": "@lage-run/cache-github-actions",
451
- "comment": "Bump @lage-run/target-graph to v0.4.3",
452
- "commit": "9b6f27c0d2684f5bdcba0591ca2eb323e00c5529"
453
- }
454
- ]
455
- }
456
- },
457
- {
458
- "date": "Tue, 04 Oct 2022 15:57:20 GMT",
459
- "tag": "@lage-run/cache-github-actions_v0.1.1",
460
- "version": "0.1.1",
461
- "comments": {
462
- "patch": [
463
- {
464
- "author": "ken@gizzar.com",
465
- "package": "@lage-run/cache-github-actions",
466
- "commit": "77aa5d1300e8cb708f8a3ed4b82010a2affc76a7",
467
- "comment": "A new custom backfill cache provider for github actions"
468
- }
469
- ]
470
- }
471
- }
472
- ]
473
- }
package/CHANGELOG.md DELETED
@@ -1,232 +0,0 @@
1
- # Change Log - @lage-run/cache-github-actions
2
-
3
- <!-- This log was last generated on Sat, 24 Jan 2026 09:00:58 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.1.28
8
-
9
- Sat, 24 Jan 2026 09:00:58 GMT
10
-
11
- ### Patches
12
-
13
- - Update dependency workspace-tools to v0.40.4 and fix deprecated API usage (email not defined)
14
-
15
- ## 0.1.27
16
-
17
- Thu, 15 Jan 2026 23:24:00 GMT
18
-
19
- ### Patches
20
-
21
- - Update dependency workspace-tools to v0.40.0 (renovate@whitesourcesoftware.com)
22
-
23
- ## 0.1.26
24
-
25
- Thu, 07 Aug 2025 08:10:10 GMT
26
-
27
- ### Patches
28
-
29
- - Update backfill monorepo (email not defined)
30
-
31
- ## 0.1.25
32
-
33
- Fri, 01 Aug 2025 08:10:15 GMT
34
-
35
- ### Patches
36
-
37
- - Update backfill monorepo (renovate@whitesourcesoftware.com)
38
- - Update dependency workspace-tools to v0.38.4 (renovate@whitesourcesoftware.com)
39
-
40
- ## 0.1.24
41
-
42
- Thu, 17 Apr 2025 08:10:01 GMT
43
-
44
- ### Patches
45
-
46
- - Update backfill monorepo (renovate@whitesourcesoftware.com)
47
- - Update dependency workspace-tools to v0.38.3 (email not defined)
48
-
49
- ## 0.1.23
50
-
51
- Wed, 02 Apr 2025 08:10:04 GMT
52
-
53
- ### Patches
54
-
55
- - Update dependency @actions/cache to v3.3.0 (renovate@whitesourcesoftware.com)
56
-
57
- ## 0.1.22
58
-
59
- Wed, 20 Nov 2024 08:12:37 GMT
60
-
61
- ### Patches
62
-
63
- - Update dependency workspace-tools to v0.38.1 (email not defined)
64
-
65
- ## 0.1.21
66
-
67
- Tue, 22 Oct 2024 15:19:29 GMT
68
-
69
- ### Patches
70
-
71
- - Update dependency workspace-tools to v0.37.0 (email not defined)
72
-
73
- ## 0.1.20
74
-
75
- Wed, 11 Sep 2024 20:30:48 GMT
76
-
77
- ### Patches
78
-
79
- - yarn 4 (kchau@microsoft.com)
80
-
81
- ## 0.1.19
82
-
83
- Thu, 23 May 2024 18:15:05 GMT
84
-
85
- ### Patches
86
-
87
- - Update backfill monorepo (renovate@whitesourcesoftware.com)
88
-
89
- ## 0.1.18
90
-
91
- Wed, 17 Apr 2024 23:37:27 GMT
92
-
93
- ### Patches
94
-
95
- - Update dependency @actions/cache to v3.2.4 (email not defined)
96
-
97
- ## 0.1.17
98
-
99
- Thu, 21 Dec 2023 09:49:09 GMT
100
-
101
- ### Patches
102
-
103
- - Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com)
104
-
105
- ## 0.1.16
106
-
107
- Tue, 12 Dec 2023 04:22:41 GMT
108
-
109
- ### Patches
110
-
111
- - Upgrade workspace-tools package to latest (stchur@microsoft.com)
112
-
113
- ## 0.1.15
114
-
115
- Tue, 05 Sep 2023 22:19:29 GMT
116
-
117
- ### Patches
118
-
119
- - Update backfill dependencies (elcraig@microsoft.com)
120
-
121
- ## 0.1.14
122
-
123
- Mon, 17 Jul 2023 15:14:04 GMT
124
-
125
- ### Patches
126
-
127
- - Update lage core deps (email not defined)
128
-
129
- ## 0.1.13
130
-
131
- Tue, 25 Apr 2023 02:51:19 GMT
132
-
133
- ### Patches
134
-
135
- - Update repository and homepage (elcraig@microsoft.com)
136
-
137
- ## 0.1.12
138
-
139
- Fri, 14 Apr 2023 04:37:54 GMT
140
-
141
- ### Patches
142
-
143
- - making lage boot faster (kchau@microsoft.com)
144
-
145
- ## 0.1.11
146
-
147
- Thu, 06 Apr 2023 22:27:50 GMT
148
-
149
- ### Patches
150
-
151
- - bumps workspace-tools and use async packageinfos (kchau@microsoft.com)
152
-
153
- ## 0.1.10
154
-
155
- Wed, 15 Feb 2023 16:47:12 GMT
156
-
157
- ### Patches
158
-
159
- - bumping workspace-tools to latest to support yarn 3 (kchau@microsoft.com)
160
-
161
- ## 0.1.9
162
-
163
- Tue, 01 Nov 2022 22:25:59 GMT
164
-
165
- ### Patches
166
-
167
- - adds import extensions of .js to prepare of esmodule switchover (kchau@microsoft.com)
168
-
169
- ## 0.1.8
170
-
171
- Tue, 01 Nov 2022 20:43:17 GMT
172
-
173
- ### Patches
174
-
175
- - cleaning up the tsconfig files (kchau@microsoft.com)
176
-
177
- ## 0.1.7
178
-
179
- Mon, 31 Oct 2022 21:27:52 GMT
180
-
181
- ### Patches
182
-
183
- - adds depcheck and fixes (kchau@microsoft.com)
184
-
185
- ## 0.1.6
186
-
187
- Sat, 29 Oct 2022 18:42:49 GMT
188
-
189
- ### Patches
190
-
191
- - bump workspace-tools (ken@gizzar.com)
192
- - Bump @lage-run/target-graph to v0.5.1
193
-
194
- ## 0.1.5
195
-
196
- Wed, 26 Oct 2022 22:01:13 GMT
197
-
198
- ### Patches
199
-
200
- - Bump @lage-run/target-graph to v0.5.0
201
-
202
- ## 0.1.4
203
-
204
- Wed, 26 Oct 2022 00:02:06 GMT
205
-
206
- ### Patches
207
-
208
- - Bump @lage-run/target-graph to v0.4.5
209
-
210
- ## 0.1.3
211
-
212
- Sun, 23 Oct 2022 04:31:57 GMT
213
-
214
- ### Patches
215
-
216
- - Bump @lage-run/target-graph to v0.4.4
217
-
218
- ## 0.1.2
219
-
220
- Thu, 20 Oct 2022 00:22:27 GMT
221
-
222
- ### Patches
223
-
224
- - Bump @lage-run/target-graph to v0.4.3
225
-
226
- ## 0.1.1
227
-
228
- Tue, 04 Oct 2022 15:57:20 GMT
229
-
230
- ### Patches
231
-
232
- - A new custom backfill cache provider for github actions (ken@gizzar.com)
package/jest.config.js DELETED
@@ -1 +0,0 @@
1
- module.exports = require("@lage-run/monorepo-scripts/config/jest.config.js");
package/tsconfig.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../tsconfig.lage2.json",
3
- "compilerOptions": {
4
- "outDir": "./lib"
5
- },
6
- "include": ["src"]
7
- }