@balena/open-balena-api 30.2.5 → 30.2.6-build-v6-v7-device-name-64bdad36ef9cef1ac7cc051bf5e15b36d902f8fe-2

Sign up to get free protection for your applications and to get access to all the features.
@@ -531,7 +531,7 @@ Fact type: device has uuid
531
531
  Fact type: device has local id
532
532
  Necessity: each device has at most one local id.
533
533
  Fact type: device has device name
534
- Necessity: each device has at most one device name.
534
+ Necessity: each device has exactly one device name.
535
535
  Fact type: device has note
536
536
  Necessity: each device has at most one note.
537
537
  Fact type: device is of device type
@@ -525,7 +525,7 @@ Fact type: device has uuid
525
525
  Fact type: device has local id
526
526
  Necessity: each device has at most one local id.
527
527
  Fact type: device has device name
528
- Necessity: each device has at most one device name.
528
+ Necessity: each device has exactly one device name.
529
529
  Fact type: device has note
530
530
  Necessity: each device has at most one note.
531
531
  Fact type: device is of device type
@@ -881,4 +881,3 @@ Rule: It is necessary that each release that should operate a device that is of
881
881
  Rule: It is necessary that each release that should manage a device, has a status that is equal to "success" and has a semver major that is greater than 0 or has a semver minor that is greater than 0 or has a semver patch that is greater than 0.
882
882
  -- The first part of this rule is meant to prevent accidentally setting a host extension as a supervisor (i.e., another public + non-host app)
883
883
  Rule: It is necessary that each release that should manage a device that is of a device type1, belongs to an application that is public and is not host and has a slug that is equal to "balena_os/aarch64-supervisor" or "balena_os/amd64-supervisor" or "balena_os/armv7hf-supervisor" or "balena_os/i386-supervisor" or "balena_os/i386-nlp-supervisor" or "balena_os/rpi-supervisor" and is for a device type2 that is of a cpu architecture that is supported by the device type1.
884
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@balena/open-balena-api",
3
3
  "description": "Internet of things, Made Simple",
4
- "version": "30.2.5",
4
+ "version": "30.2.6-build-v6-v7-device-name-64bdad36ef9cef1ac7cc051bf5e15b36d902f8fe-2",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -167,6 +167,6 @@
167
167
  "loader": "ts-node/esm/transpile-only"
168
168
  },
169
169
  "versionist": {
170
- "publishedAt": "2024-10-28T17:10:11.792Z"
170
+ "publishedAt": "2024-10-28T17:36:27.757Z"
171
171
  }
172
172
  }