@zixt/host 0.0.129 → 0.0.130
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/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import { homedir as homedir4 } from "node:os";
|
|
|
28
28
|
// package.json
|
|
29
29
|
var package_default = {
|
|
30
30
|
name: "@zixt/host",
|
|
31
|
-
version: "0.0.
|
|
31
|
+
version: "0.0.130",
|
|
32
32
|
type: "module",
|
|
33
33
|
exports: {
|
|
34
34
|
".": "./src/client.ts",
|
|
@@ -21003,7 +21003,8 @@ var AttentionItem = external_exports.object({
|
|
|
21003
21003
|
"task",
|
|
21004
21004
|
"readiness",
|
|
21005
21005
|
"integration",
|
|
21006
|
-
"schedule"
|
|
21006
|
+
"schedule",
|
|
21007
|
+
"manager_questionnaire"
|
|
21007
21008
|
]),
|
|
21008
21009
|
id: external_exports.string().min(1),
|
|
21009
21010
|
version: external_exports.string().min(1)
|