@argos-ci/core 5.2.1-alpha.2 → 5.2.1

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 (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -151,7 +151,7 @@ type FinalizeParameters = {
151
151
  declare function finalize(params: FinalizeParameters): Promise<{
152
152
  builds: {
153
153
  id: string;
154
- number: number;
154
+ number: unknown;
155
155
  head: {
156
156
  sha: string;
157
157
  branch: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@argos-ci/core",
3
3
  "description": "Node.js SDK for visual testing with Argos.",
4
- "version": "5.2.1-alpha.2+3431e7d",
4
+ "version": "5.2.1",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -39,8 +39,8 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@argos-ci/api-client": "0.17.1-alpha.2+3431e7d",
43
- "@argos-ci/util": "3.4.1-alpha.4+3431e7d",
42
+ "@argos-ci/api-client": "0.18.0",
43
+ "@argos-ci/util": "3.4.0",
44
44
  "convict": "^6.2.5",
45
45
  "debug": "^4.4.3",
46
46
  "fast-glob": "^3.3.3",
@@ -67,5 +67,5 @@
67
67
  "lint": "eslint .",
68
68
  "test": "vitest"
69
69
  },
70
- "gitHead": "3431e7d43acf6b1f043b55e53dec32318cabcd4c"
70
+ "gitHead": "906c65c34de9cadf237cee1bf14a925dd960b6c6"
71
71
  }