pmcf 3.1.0 → 3.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,6 +42,7 @@ const KeaServiceTypeDefinition = {
42
42
  ...default_attribute,
43
43
  type: "number",
44
44
  writable: true,
45
+ mandatory: true,
45
46
  isCommonOption: true,
46
47
  default: 86400
47
48
  },
@@ -622,10 +622,10 @@ export class KeaService extends Service {
622
622
  "valid-lifetime": {
623
623
  type: string;
624
624
  writable: boolean;
625
+ mandatory: boolean;
625
626
  isCommonOption: boolean;
626
627
  default: number;
627
628
  isKey: boolean;
628
- mandatory: boolean;
629
629
  collection: boolean;
630
630
  private?: boolean;
631
631
  depends?: string;