pmcf 2.53.5 → 2.53.6

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/README.md CHANGED
@@ -69,7 +69,7 @@ Type: ([string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Glob
69
69
  * `options.endpoints` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)?** filter for endpoints
70
70
  * `options.select` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)?** mapper from Endpoint into result
71
71
  * `options.limit` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** upper limit of # result items
72
- * `options.join` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** jount result into a string
72
+ * `options.join` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** join result(s) into a string
73
73
 
74
74
  Returns **([string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | any)** 
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.53.5",
3
+ "version": "2.53.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -215,7 +215,7 @@ export class DHCPService extends Service {
215
215
  },
216
216
  "renew-timer": 900,
217
217
  "rebind-timer": 1800,
218
- "valid-lifetime": 3600,
218
+ "valid-lifetime": 86400,
219
219
  "hooks-libraries": [
220
220
  {
221
221
  library: "/usr/lib/kea/hooks/libdhcp_lease_cmds.so"