renovate 40.0.0-next.1 → 40.0.0-next.10

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.
Files changed (88) hide show
  1. package/dist/config/options/index.js +2 -2
  2. package/dist/config/options/index.js.map +1 -1
  3. package/dist/config/schema.d.ts +2 -2
  4. package/dist/modules/datasource/custom/schema.d.ts +5 -5
  5. package/dist/modules/datasource/deno/schema.d.ts +8 -8
  6. package/dist/modules/datasource/docker/index.js +4 -2
  7. package/dist/modules/datasource/docker/index.js.map +1 -1
  8. package/dist/modules/datasource/docker/schema.d.ts +32 -32
  9. package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
  10. package/dist/modules/datasource/galaxy-collection/schema.d.ts +3 -3
  11. package/dist/modules/datasource/gitea-releases/schema.d.ts +4 -4
  12. package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
  13. package/dist/modules/datasource/hex/schema.d.ts +11 -11
  14. package/dist/modules/datasource/packagist/schema.d.ts +30 -30
  15. package/dist/modules/datasource/unity3d/index.d.ts +4 -1
  16. package/dist/modules/datasource/unity3d/index.js +36 -42
  17. package/dist/modules/datasource/unity3d/index.js.map +1 -1
  18. package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
  19. package/dist/modules/datasource/unity3d/schema.js +17 -0
  20. package/dist/modules/datasource/unity3d/schema.js.map +1 -0
  21. package/dist/modules/manager/argocd/schema.d.ts +10 -10
  22. package/dist/modules/manager/azure-pipelines/schema.d.ts +10 -10
  23. package/dist/modules/manager/batect/schema.d.ts +6 -6
  24. package/dist/modules/manager/bazel/rules/docker.d.ts +9 -9
  25. package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
  26. package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
  27. package/dist/modules/manager/bazel/rules/oci.d.ts +3 -3
  28. package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
  29. package/dist/modules/manager/bazel-module/parser/maven.d.ts +27 -27
  30. package/dist/modules/manager/bazel-module/parser/oci.d.ts +17 -17
  31. package/dist/modules/manager/bazel-module/rules.d.ts +40 -40
  32. package/dist/modules/manager/cargo/schema.d.ts +100 -100
  33. package/dist/modules/manager/circleci/schema.d.ts +6 -6
  34. package/dist/modules/manager/composer/schema.d.ts +40 -40
  35. package/dist/modules/manager/crossplane/schema.d.ts +2 -2
  36. package/dist/modules/manager/custom/jsonata/index.js +4 -0
  37. package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
  38. package/dist/modules/manager/custom/jsonata/schema.d.ts +7 -7
  39. package/dist/modules/manager/fingerprint.generated.js +67 -67
  40. package/dist/modules/manager/fingerprint.generated.js.map +1 -1
  41. package/dist/modules/manager/fleet/schema.d.ts +12 -12
  42. package/dist/modules/manager/flux/schema.d.ts +50 -50
  43. package/dist/modules/manager/glasskube/schema.d.ts +8 -8
  44. package/dist/modules/manager/nix/schema.d.ts +24 -24
  45. package/dist/modules/manager/npm/schema.d.ts +13 -13
  46. package/dist/modules/manager/nuget/schema.d.ts +8 -8
  47. package/dist/modules/manager/ocb/schema.d.ts +6 -6
  48. package/dist/modules/manager/pep621/schema.d.ts +55 -55
  49. package/dist/modules/manager/pep621/utils.js +2 -1
  50. package/dist/modules/manager/pep621/utils.js.map +1 -1
  51. package/dist/modules/manager/poetry/artifacts.js +2 -1
  52. package/dist/modules/manager/poetry/artifacts.js.map +1 -1
  53. package/dist/modules/manager/poetry/extract.js +2 -1
  54. package/dist/modules/manager/poetry/extract.js.map +1 -1
  55. package/dist/modules/manager/poetry/schema.d.ts +48 -48
  56. package/dist/modules/manager/sveltos/schema.d.ts +12 -12
  57. package/dist/modules/manager/vendir/schema.d.ts +27 -27
  58. package/dist/modules/platform/api.d.ts +1 -1
  59. package/dist/modules/platform/bitbucket/index.d.ts +1 -0
  60. package/dist/modules/platform/bitbucket/index.js +5 -0
  61. package/dist/modules/platform/bitbucket/index.js.map +1 -1
  62. package/dist/modules/platform/bitbucket/schema.d.ts +17 -17
  63. package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
  64. package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
  65. package/dist/modules/platform/gitea/index.d.ts +1 -0
  66. package/dist/modules/platform/gitea/index.js +11 -0
  67. package/dist/modules/platform/gitea/index.js.map +1 -1
  68. package/dist/modules/platform/gitea/schema.d.ts +8 -8
  69. package/dist/modules/platform/github/issue.d.ts +12 -12
  70. package/dist/modules/platform/github/schema.d.ts +65 -65
  71. package/dist/modules/platform/gitlab/index.d.ts +1 -0
  72. package/dist/modules/platform/gitlab/index.js +9 -0
  73. package/dist/modules/platform/gitlab/index.js.map +1 -1
  74. package/dist/modules/platform/scm.d.ts +1 -1
  75. package/dist/util/cache/repository/impl/base.d.ts +1 -1
  76. package/dist/util/exec/containerbase.js +11 -11
  77. package/dist/util/exec/containerbase.js.map +1 -1
  78. package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +5 -5
  79. package/dist/util/http/cache/schema.d.ts +2 -2
  80. package/dist/util/http/legacy.js +4 -0
  81. package/dist/util/http/legacy.js.map +1 -1
  82. package/dist/util/string.d.ts +15 -0
  83. package/dist/util/string.js +75 -0
  84. package/dist/util/string.js.map +1 -1
  85. package/dist/util/yaml.js +2 -6
  86. package/dist/util/yaml.js.map +1 -1
  87. package/package.json +18 -23
  88. package/renovate-schema.json +2 -1
@@ -149,17 +149,17 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
149
149
  }>, "strip", z.ZodTypeAny, {
150
150
  digest: string;
151
151
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
152
+ size?: number | null | undefined;
152
153
  platform?: {
153
154
  architecture?: string | null | undefined;
154
155
  } | null | undefined;
155
- size?: number | null | undefined;
156
156
  }, {
157
157
  digest: string;
158
158
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
159
+ size?: number | null | undefined;
159
160
  platform?: {
160
161
  architecture?: string | null | undefined;
161
162
  } | null | undefined;
162
- size?: number | null | undefined;
163
163
  }>, "many">;
164
164
  annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
165
165
  }>, "strip", z.ZodTypeAny, {
@@ -168,10 +168,10 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
168
168
  manifests: {
169
169
  digest: string;
170
170
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
171
+ size?: number | null | undefined;
171
172
  platform?: {
172
173
  architecture?: string | null | undefined;
173
174
  } | null | undefined;
174
- size?: number | null | undefined;
175
175
  }[];
176
176
  annotations?: Record<string, string> | null | undefined;
177
177
  }, {
@@ -180,10 +180,10 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
180
180
  manifests: {
181
181
  digest: string;
182
182
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
183
+ size?: number | null | undefined;
183
184
  platform?: {
184
185
  architecture?: string | null | undefined;
185
186
  } | null | undefined;
186
- size?: number | null | undefined;
187
187
  }[];
188
188
  annotations?: Record<string, string> | null | undefined;
189
189
  }>;
@@ -254,17 +254,17 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
254
254
  }>, "strip", z.ZodTypeAny, {
255
255
  digest: string;
256
256
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
257
+ size?: number | null | undefined;
257
258
  platform?: {
258
259
  architecture?: string | null | undefined;
259
260
  } | null | undefined;
260
- size?: number | null | undefined;
261
261
  }, {
262
262
  digest: string;
263
263
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
264
+ size?: number | null | undefined;
264
265
  platform?: {
265
266
  architecture?: string | null | undefined;
266
267
  } | null | undefined;
267
- size?: number | null | undefined;
268
268
  }>, "many">;
269
269
  }>, "strip", z.ZodTypeAny, {
270
270
  schemaVersion: 2;
@@ -272,10 +272,10 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
272
272
  manifests: {
273
273
  digest: string;
274
274
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
275
+ size?: number | null | undefined;
275
276
  platform?: {
276
277
  architecture?: string | null | undefined;
277
278
  } | null | undefined;
278
- size?: number | null | undefined;
279
279
  }[];
280
280
  }, {
281
281
  schemaVersion: 2;
@@ -283,10 +283,10 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
283
283
  manifests: {
284
284
  digest: string;
285
285
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
286
+ size?: number | null | undefined;
286
287
  platform?: {
287
288
  architecture?: string | null | undefined;
288
289
  } | null | undefined;
289
- size?: number | null | undefined;
290
290
  }[];
291
291
  }>;
292
292
  export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
@@ -361,17 +361,17 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
361
361
  }>, "strip", z.ZodTypeAny, {
362
362
  digest: string;
363
363
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
364
+ size?: number | null | undefined;
364
365
  platform?: {
365
366
  architecture?: string | null | undefined;
366
367
  } | null | undefined;
367
- size?: number | null | undefined;
368
368
  }, {
369
369
  digest: string;
370
370
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
371
+ size?: number | null | undefined;
371
372
  platform?: {
372
373
  architecture?: string | null | undefined;
373
374
  } | null | undefined;
374
- size?: number | null | undefined;
375
375
  }>, "many">;
376
376
  }>, "strip", z.ZodTypeAny, {
377
377
  schemaVersion: 2;
@@ -379,10 +379,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
379
379
  manifests: {
380
380
  digest: string;
381
381
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
382
+ size?: number | null | undefined;
382
383
  platform?: {
383
384
  architecture?: string | null | undefined;
384
385
  } | null | undefined;
385
- size?: number | null | undefined;
386
386
  }[];
387
387
  }, {
388
388
  schemaVersion: 2;
@@ -390,10 +390,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
390
390
  manifests: {
391
391
  digest: string;
392
392
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
393
+ size?: number | null | undefined;
393
394
  platform?: {
394
395
  architecture?: string | null | undefined;
395
396
  } | null | undefined;
396
- size?: number | null | undefined;
397
397
  }[];
398
398
  }>, z.ZodObject<z.objectUtil.extendShape<{
399
399
  schemaVersion: z.ZodLiteral<2>;
@@ -455,17 +455,17 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
455
455
  }>, "strip", z.ZodTypeAny, {
456
456
  digest: string;
457
457
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
458
+ size?: number | null | undefined;
458
459
  platform?: {
459
460
  architecture?: string | null | undefined;
460
461
  } | null | undefined;
461
- size?: number | null | undefined;
462
462
  }, {
463
463
  digest: string;
464
464
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
465
+ size?: number | null | undefined;
465
466
  platform?: {
466
467
  architecture?: string | null | undefined;
467
468
  } | null | undefined;
468
- size?: number | null | undefined;
469
469
  }>, "many">;
470
470
  annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
471
471
  }>, "strip", z.ZodTypeAny, {
@@ -474,10 +474,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
474
474
  manifests: {
475
475
  digest: string;
476
476
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
477
+ size?: number | null | undefined;
477
478
  platform?: {
478
479
  architecture?: string | null | undefined;
479
480
  } | null | undefined;
480
- size?: number | null | undefined;
481
481
  }[];
482
482
  annotations?: Record<string, string> | null | undefined;
483
483
  }, {
@@ -486,10 +486,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
486
486
  manifests: {
487
487
  digest: string;
488
488
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
489
+ size?: number | null | undefined;
489
490
  platform?: {
490
491
  architecture?: string | null | undefined;
491
492
  } | null | undefined;
492
- size?: number | null | undefined;
493
493
  }[];
494
494
  annotations?: Record<string, string> | null | undefined;
495
495
  }>]>>;
@@ -566,17 +566,17 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
566
566
  }>, "strip", z.ZodTypeAny, {
567
567
  digest: string;
568
568
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
569
+ size?: number | null | undefined;
569
570
  platform?: {
570
571
  architecture?: string | null | undefined;
571
572
  } | null | undefined;
572
- size?: number | null | undefined;
573
573
  }, {
574
574
  digest: string;
575
575
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
576
+ size?: number | null | undefined;
576
577
  platform?: {
577
578
  architecture?: string | null | undefined;
578
579
  } | null | undefined;
579
- size?: number | null | undefined;
580
580
  }>, "many">;
581
581
  }>, "strip", z.ZodTypeAny, {
582
582
  schemaVersion: 2;
@@ -584,10 +584,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
584
584
  manifests: {
585
585
  digest: string;
586
586
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
587
+ size?: number | null | undefined;
587
588
  platform?: {
588
589
  architecture?: string | null | undefined;
589
590
  } | null | undefined;
590
- size?: number | null | undefined;
591
591
  }[];
592
592
  }, {
593
593
  schemaVersion: 2;
@@ -595,10 +595,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
595
595
  manifests: {
596
596
  digest: string;
597
597
  mediaType: "application/vnd.docker.distribution.manifest.v2+json";
598
+ size?: number | null | undefined;
598
599
  platform?: {
599
600
  architecture?: string | null | undefined;
600
601
  } | null | undefined;
601
- size?: number | null | undefined;
602
602
  }[];
603
603
  }>, z.ZodObject<z.objectUtil.extendShape<{
604
604
  schemaVersion: z.ZodLiteral<2>;
@@ -660,17 +660,17 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
660
660
  }>, "strip", z.ZodTypeAny, {
661
661
  digest: string;
662
662
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
663
+ size?: number | null | undefined;
663
664
  platform?: {
664
665
  architecture?: string | null | undefined;
665
666
  } | null | undefined;
666
- size?: number | null | undefined;
667
667
  }, {
668
668
  digest: string;
669
669
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
670
+ size?: number | null | undefined;
670
671
  platform?: {
671
672
  architecture?: string | null | undefined;
672
673
  } | null | undefined;
673
- size?: number | null | undefined;
674
674
  }>, "many">;
675
675
  annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
676
676
  }>, "strip", z.ZodTypeAny, {
@@ -679,10 +679,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
679
679
  manifests: {
680
680
  digest: string;
681
681
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
682
+ size?: number | null | undefined;
682
683
  platform?: {
683
684
  architecture?: string | null | undefined;
684
685
  } | null | undefined;
685
- size?: number | null | undefined;
686
686
  }[];
687
687
  annotations?: Record<string, string> | null | undefined;
688
688
  }, {
@@ -691,10 +691,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
691
691
  manifests: {
692
692
  digest: string;
693
693
  mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
694
+ size?: number | null | undefined;
694
695
  platform?: {
695
696
  architecture?: string | null | undefined;
696
697
  } | null | undefined;
697
- size?: number | null | undefined;
698
698
  }[];
699
699
  annotations?: Record<string, string> | null | undefined;
700
700
  }>]>>>;
@@ -705,14 +705,14 @@ export declare const DockerHubTag: z.ZodObject<{
705
705
  tag_last_pushed: z.ZodCatch<z.ZodNullable<z.ZodString>>;
706
706
  digest: z.ZodCatch<z.ZodNullable<z.ZodString>>;
707
707
  }, "strip", z.ZodTypeAny, {
708
- name: string;
709
- id: number;
710
708
  digest: string | null;
709
+ id: number;
710
+ name: string;
711
711
  last_updated: string;
712
712
  tag_last_pushed: string | null;
713
713
  }, {
714
- name: string;
715
714
  id: number;
715
+ name: string;
716
716
  last_updated: string;
717
717
  digest?: unknown;
718
718
  tag_last_pushed?: unknown;
@@ -722,19 +722,19 @@ export declare const DockerHubTagsPage: z.ZodObject<{
722
722
  count: z.ZodNumber;
723
723
  next: z.ZodCatch<z.ZodNullable<z.ZodString>>;
724
724
  results: z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
725
- name: string;
726
- id: number;
727
725
  digest: string | null;
726
+ id: number;
727
+ name: string;
728
728
  last_updated: string;
729
729
  tag_last_pushed: string | null;
730
730
  }[], any[]>;
731
731
  }, "strip", z.ZodTypeAny, {
732
- next: string | null;
733
732
  count: number;
733
+ next: string | null;
734
734
  results: {
735
- name: string;
736
- id: number;
737
735
  digest: string | null;
736
+ id: number;
737
+ name: string;
738
738
  last_updated: string;
739
739
  tag_last_pushed: string | null;
740
740
  }[];
@@ -7,8 +7,8 @@ export declare const GalaxyV1: z.ZodObject<{
7
7
  name: z.ZodString;
8
8
  created: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
9
9
  }, "strip", z.ZodTypeAny, {
10
- name: string;
11
10
  created: import("../../../util/timestamp").Timestamp | null;
11
+ name: string;
12
12
  }, {
13
13
  name: string;
14
14
  created?: unknown;
@@ -76,23 +76,23 @@ export declare const GalaxyV3DetailedVersion: z.ZodEffects<z.ZodObject<{
76
76
  dependencies?: Record<string, string> | undefined;
77
77
  }>;
78
78
  }, "strip", z.ZodTypeAny, {
79
+ version: string;
79
80
  metadata: {
80
81
  repository: string;
81
82
  homepage: string;
82
83
  dependencies?: Record<string, string> | undefined;
83
84
  };
84
- version: string;
85
85
  download_url: string;
86
86
  artifact: {
87
87
  sha256: string;
88
88
  };
89
89
  }, {
90
+ version: string;
90
91
  metadata: {
91
92
  repository: string;
92
93
  homepage: string;
93
94
  dependencies?: Record<string, string> | undefined;
94
95
  };
95
- version: string;
96
96
  download_url: string;
97
97
  artifact: {
98
98
  sha256: string;
@@ -104,12 +104,12 @@ export declare const GalaxyV3DetailedVersion: z.ZodEffects<z.ZodObject<{
104
104
  dependencies: Record<string, string> | undefined;
105
105
  sourceUrl: string;
106
106
  }, {
107
+ version: string;
107
108
  metadata: {
108
109
  repository: string;
109
110
  homepage: string;
110
111
  dependencies?: Record<string, string> | undefined;
111
112
  };
112
- version: string;
113
113
  download_url: string;
114
114
  artifact: {
115
115
  sha256: string;
@@ -6,15 +6,15 @@ export declare const ReleaseSchema: z.ZodObject<{
6
6
  prerelease: z.ZodBoolean;
7
7
  published_at: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
8
8
  }, "strip", z.ZodTypeAny, {
9
+ prerelease: boolean;
9
10
  name: string;
10
11
  body: string;
11
- prerelease: boolean;
12
12
  tag_name: string;
13
13
  published_at: import("../../../util/timestamp").Timestamp | null;
14
14
  }, {
15
+ prerelease: boolean;
15
16
  name: string;
16
17
  body: string;
17
- prerelease: boolean;
18
18
  tag_name: string;
19
19
  published_at?: unknown;
20
20
  }>;
@@ -25,15 +25,15 @@ export declare const ReleasesSchema: z.ZodArray<z.ZodObject<{
25
25
  prerelease: z.ZodBoolean;
26
26
  published_at: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
27
27
  }, "strip", z.ZodTypeAny, {
28
+ prerelease: boolean;
28
29
  name: string;
29
30
  body: string;
30
- prerelease: boolean;
31
31
  tag_name: string;
32
32
  published_at: import("../../../util/timestamp").Timestamp | null;
33
33
  }, {
34
+ prerelease: boolean;
34
35
  name: string;
35
36
  body: string;
36
- prerelease: boolean;
37
37
  tag_name: string;
38
38
  published_at?: unknown;
39
39
  }>, "many">;
@@ -26,17 +26,17 @@ export declare const TagSchema: z.ZodObject<{
26
26
  created?: unknown;
27
27
  }>;
28
28
  }, "strip", z.ZodTypeAny, {
29
- name: string;
30
29
  commit: {
31
30
  created: import("../../../util/timestamp").Timestamp | null;
32
31
  sha: string;
33
32
  };
34
- }, {
35
33
  name: string;
34
+ }, {
36
35
  commit: {
37
36
  sha: string;
38
37
  created?: unknown;
39
38
  };
39
+ name: string;
40
40
  }>;
41
41
  export declare const TagsSchema: z.ZodArray<z.ZodObject<{
42
42
  name: z.ZodString;
@@ -51,15 +51,15 @@ export declare const TagsSchema: z.ZodArray<z.ZodObject<{
51
51
  created?: unknown;
52
52
  }>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- name: string;
55
54
  commit: {
56
55
  created: import("../../../util/timestamp").Timestamp | null;
57
56
  sha: string;
58
57
  };
59
- }, {
60
58
  name: string;
59
+ }, {
61
60
  commit: {
62
61
  sha: string;
63
62
  created?: unknown;
64
63
  };
64
+ name: string;
65
65
  }>, "many">;
@@ -30,41 +30,41 @@ export declare const HexRelease: z.ZodEffects<z.ZodObject<{
30
30
  message: z.ZodNullable<z.ZodString>;
31
31
  reason: z.ZodString;
32
32
  }, "strip", z.ZodTypeAny, {
33
- reason: string;
34
33
  message: string | null;
35
- }, {
36
34
  reason: string;
35
+ }, {
37
36
  message: string | null;
37
+ reason: string;
38
38
  }>>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
+ releases: {
41
+ version: string;
42
+ inserted_at: import("../../../util/timestamp").Timestamp | null;
43
+ }[];
40
44
  meta: {
41
45
  links: {
42
46
  github: string;
43
47
  };
44
48
  } | null;
45
- releases: {
46
- version: string;
47
- inserted_at: import("../../../util/timestamp").Timestamp | null;
48
- }[];
49
49
  html_url?: string | undefined;
50
50
  retirements?: Record<string, {
51
- reason: string;
52
51
  message: string | null;
52
+ reason: string;
53
53
  }> | undefined;
54
54
  }, {
55
55
  releases: any[];
56
- meta?: unknown;
57
56
  html_url?: string | undefined;
57
+ meta?: unknown;
58
58
  retirements?: Record<string, {
59
- reason: string;
60
59
  message: string | null;
60
+ reason: string;
61
61
  }> | undefined;
62
62
  }>, ReleaseResult, {
63
63
  releases: any[];
64
- meta?: unknown;
65
64
  html_url?: string | undefined;
65
+ meta?: unknown;
66
66
  retirements?: Record<string, {
67
- reason: string;
68
67
  message: string | null;
68
+ reason: string;
69
69
  }> | undefined;
70
70
  }>;
@@ -22,52 +22,52 @@ export declare const ComposerRelease: z.ZodObject<{
22
22
  }>>>;
23
23
  }, "strip", z.ZodTypeAny, {
24
24
  time: import("../../../util/timestamp").Timestamp | null;
25
+ version: string;
25
26
  source: {
26
27
  url: string;
27
28
  } | null;
29
+ homepage: string | null;
28
30
  require: {
29
31
  php: string;
30
32
  } | null;
31
- version: string;
32
- homepage: string | null;
33
33
  }, {
34
34
  version: string;
35
35
  time?: unknown;
36
36
  source?: unknown;
37
- require?: unknown;
38
37
  homepage?: unknown;
38
+ require?: unknown;
39
39
  }>;
40
40
  export type ComposerRelease = z.infer<typeof ComposerRelease>;
41
41
  export declare const ComposerReleases: z.ZodCatch<z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">, Record<string, unknown>[], Record<string, unknown>[]>, z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
42
42
  time: import("../../../util/timestamp").Timestamp | null;
43
+ version: string;
43
44
  source: {
44
45
  url: string;
45
46
  } | null;
47
+ homepage: string | null;
46
48
  require: {
47
49
  php: string;
48
50
  } | null;
49
- version: string;
50
- homepage: string | null;
51
51
  }[], any[]>>, z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
52
52
  time: import("../../../util/timestamp").Timestamp | null;
53
+ version: string;
53
54
  source: {
54
55
  url: string;
55
56
  } | null;
57
+ homepage: string | null;
56
58
  require: {
57
59
  php: string;
58
60
  } | null;
59
- version: string;
60
- homepage: string | null;
61
61
  }>, Record<string, any>>, {
62
62
  time: import("../../../util/timestamp").Timestamp | null;
63
+ version: string;
63
64
  source: {
64
65
  url: string;
65
66
  } | null;
67
+ homepage: string | null;
66
68
  require: {
67
69
  php: string;
68
70
  } | null;
69
- version: string;
70
- homepage: string | null;
71
71
  }[], Record<string, any>>]>>;
72
72
  export type ComposerReleases = z.infer<typeof ComposerReleases>;
73
73
  export declare const ComposerPackagesResponse: z.ZodEffects<z.ZodEffects<z.ZodObject<{
@@ -96,14 +96,14 @@ export declare const ComposerPackagesResponse: z.ZodEffects<z.ZodEffects<z.ZodOb
96
96
  };
97
97
  }>, {
98
98
  time: import("../../../util/timestamp").Timestamp | null;
99
+ version: string;
99
100
  source: {
100
101
  url: string;
101
102
  } | null;
103
+ homepage: string | null;
102
104
  require: {
103
105
  php: string;
104
106
  } | null;
105
- version: string;
106
- homepage: string | null;
107
107
  }[], {
108
108
  packageName: string;
109
109
  packagesResponse: {
@@ -168,26 +168,26 @@ export type RegistryFile = z.infer<typeof RegistryFile>;
168
168
  export declare const PackagesResponse: z.ZodObject<{
169
169
  packages: z.ZodCatch<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
170
170
  time: import("../../../util/timestamp").Timestamp | null;
171
+ version: string;
171
172
  source: {
172
173
  url: string;
173
174
  } | null;
175
+ homepage: string | null;
174
176
  require: {
175
177
  php: string;
176
178
  } | null;
177
- version: string;
178
- homepage: string | null;
179
179
  }[]>, Record<string, any>>>;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  packages: Record<string, {
182
182
  time: import("../../../util/timestamp").Timestamp | null;
183
+ version: string;
183
184
  source: {
184
185
  url: string;
185
186
  } | null;
187
+ homepage: string | null;
186
188
  require: {
187
189
  php: string;
188
190
  } | null;
189
- version: string;
190
- homepage: string | null;
191
191
  }[]>;
192
192
  }, {
193
193
  packages?: unknown;
@@ -196,14 +196,14 @@ export type PackagesResponse = z.infer<typeof PackagesResponse>;
196
196
  export declare const PackagistFile: z.ZodObject<z.objectUtil.extendShape<{
197
197
  packages: z.ZodCatch<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
198
198
  time: import("../../../util/timestamp").Timestamp | null;
199
+ version: string;
199
200
  source: {
200
201
  url: string;
201
202
  } | null;
203
+ homepage: string | null;
202
204
  require: {
203
205
  php: string;
204
206
  } | null;
205
- version: string;
206
- homepage: string | null;
207
207
  }[]>, Record<string, any>>>;
208
208
  }, {
209
209
  providers: z.ZodCatch<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
@@ -216,14 +216,14 @@ export declare const PackagistFile: z.ZodObject<z.objectUtil.extendShape<{
216
216
  }>, "strip", z.ZodTypeAny, {
217
217
  packages: Record<string, {
218
218
  time: import("../../../util/timestamp").Timestamp | null;
219
+ version: string;
219
220
  source: {
220
221
  url: string;
221
222
  } | null;
223
+ homepage: string | null;
222
224
  require: {
223
225
  php: string;
224
226
  } | null;
225
- version: string;
226
- homepage: string | null;
227
227
  }[]>;
228
228
  providers: {
229
229
  [k: string]: string | null;
@@ -236,14 +236,14 @@ export type PackagistFile = z.infer<typeof PackagistFile>;
236
236
  export declare const RegistryMeta: z.ZodEffects<z.ZodPipeline<z.ZodCatch<z.ZodRecord<z.ZodString, z.ZodUnknown>>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
237
237
  packages: z.ZodCatch<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
238
238
  time: import("../../../util/timestamp").Timestamp | null;
239
+ version: string;
239
240
  source: {
240
241
  url: string;
241
242
  } | null;
243
+ homepage: string | null;
242
244
  require: {
243
245
  php: string;
244
246
  } | null;
245
- version: string;
246
- homepage: string | null;
247
247
  }[]>, Record<string, any>>>;
248
248
  }, {
249
249
  providers: z.ZodCatch<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, {
@@ -275,21 +275,21 @@ export declare const RegistryMeta: z.ZodEffects<z.ZodPipeline<z.ZodCatch<z.ZodRe
275
275
  "metadata-url": z.ZodCatch<z.ZodNullable<z.ZodString>>;
276
276
  "available-packages": z.ZodCatch<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
277
277
  }>, "strip", z.ZodTypeAny, {
278
- includes: {
279
- key: string;
280
- hash: string | null;
281
- }[];
282
278
  packages: Record<string, {
283
279
  time: import("../../../util/timestamp").Timestamp | null;
280
+ version: string;
284
281
  source: {
285
282
  url: string;
286
283
  } | null;
284
+ homepage: string | null;
287
285
  require: {
288
286
  php: string;
289
287
  } | null;
290
- version: string;
291
- homepage: string | null;
292
288
  }[]>;
289
+ includes: {
290
+ key: string;
291
+ hash: string | null;
292
+ }[];
293
293
  providers: {
294
294
  [k: string]: string | null;
295
295
  };
@@ -302,8 +302,8 @@ export declare const RegistryMeta: z.ZodEffects<z.ZodPipeline<z.ZodCatch<z.ZodRe
302
302
  "metadata-url": string | null;
303
303
  "available-packages": string[] | null;
304
304
  }, {
305
- includes?: unknown;
306
305
  packages?: unknown;
306
+ includes?: unknown;
307
307
  providers?: unknown;
308
308
  "provider-includes"?: unknown;
309
309
  "providers-lazy-url"?: unknown;
@@ -313,14 +313,14 @@ export declare const RegistryMeta: z.ZodEffects<z.ZodPipeline<z.ZodCatch<z.ZodRe
313
313
  }>>, {
314
314
  packages: Record<string, {
315
315
  time: import("../../../util/timestamp").Timestamp | null;
316
+ version: string;
316
317
  source: {
317
318
  url: string;
318
319
  } | null;
320
+ homepage: string | null;
319
321
  require: {
320
322
  php: string;
321
323
  } | null;
322
- version: string;
323
- homepage: string | null;
324
324
  }[]>;
325
325
  includesFiles: {
326
326
  key: string;