codify-plugin-lib 1.0.138 → 1.0.140

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.
@@ -53,6 +53,9 @@ export class Plugin {
53
53
  importAndDestroy: {
54
54
  requiredParameters: requiredPropertyNames,
55
55
  },
56
+ import: {
57
+ requiredParameters: requiredPropertyNames,
58
+ },
56
59
  allowMultiple
57
60
  };
58
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-plugin-lib",
3
- "version": "1.0.138",
3
+ "version": "1.0.140",
4
4
  "description": "Library plugin library",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "ajv": "^8.12.0",
18
18
  "ajv-formats": "^2.1.1",
19
- "codify-schemas": "1.0.64",
19
+ "codify-schemas": "1.0.66",
20
20
  "@npmcli/promise-spawn": "^7.0.1",
21
21
  "@homebridge/node-pty-prebuilt-multiarch": "^0.12.0-beta.5",
22
22
  "uuid": "^10.0.0",
@@ -86,6 +86,9 @@ export class Plugin {
86
86
  importAndDestroy: {
87
87
  requiredParameters: requiredPropertyNames,
88
88
  },
89
+ import: {
90
+ requiredParameters: requiredPropertyNames,
91
+ },
89
92
  allowMultiple
90
93
  }
91
94
  }