@scaleway/sdk-registry 2.6.2 → 2.6.3

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.
@@ -28,7 +28,7 @@ export interface Image {
28
28
  */
29
29
  statusMessage?: string;
30
30
  /**
31
- * Set to `public` to allow the image to be pulled without authentication. Else, set to `private`. Set to `inherit` to keep the same visibility configuration as the namespace.
31
+ * Set to `public` to allow the image to be pulled without authentication. Else, set to `private`. Set to `inherit` to keep the same visibility configuration as the namespace.
32
32
  */
33
33
  visibility: ImageVisibility;
34
34
  /**
@@ -360,7 +360,7 @@ export type UpdateImageRequest = {
360
360
  */
361
361
  imageId: string;
362
362
  /**
363
- * Set to `public` to allow the image to be pulled without authentication. Else, set to `private`. Set to `inherit` to keep the same visibility configuration as the namespace.
363
+ * Set to `public` to allow the image to be pulled without authentication. Else, set to `private`. Set to `inherit` to keep the same visibility configuration as the namespace.
364
364
  */
365
365
  visibility?: ImageVisibility;
366
366
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-registry",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "Scaleway SDK registry",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "@scaleway/sdk-std": "2.4.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@scaleway/sdk-client": "^2.4.0",
39
- "@repo/configs": "^0.1.1"
38
+ "@repo/configs": "^0.1.1",
39
+ "@scaleway/sdk-client": "^2.4.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@scaleway/sdk-client": "^2.4.0"