pmcf 3.7.5 → 3.7.7

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.7.5",
3
+ "version": "3.7.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "ip-utilties": "^1.4.7",
54
- "npm-pkgbuild": "^18.2.18",
54
+ "npm-pkgbuild": "^18.2.23",
55
55
  "pacc": "^4.6.0",
56
56
  "package-directory": "^8.1.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^24.2.0",
59
+ "@types/node": "^24.2.1",
60
60
  "ava": "^6.4.1",
61
61
  "c8": "^10.1.3",
62
62
  "documentation": "^14.0.3",
@@ -48,7 +48,7 @@ const KeaServiceTypeDefinition = {
48
48
  ...string_attribute,
49
49
  writable: true,
50
50
  isCommonOption: true
51
- //values: ["check-exists-with-dhcid"]
51
+ //values: ["check-exists-with-dhcid","no-check-with-dhcid"]
52
52
  }
53
53
  },
54
54
  service: {
@@ -126,7 +126,7 @@ const KeaServiceTypeDefinition = {
126
126
  }
127
127
  };
128
128
 
129
- const keaVersion = 3.1;
129
+ const keaVersion = 3.0;
130
130
  export const fetureHasHTTPEndpoints = keaVersion >= 3.0;
131
131
 
132
132
  export class KeaService extends Service {