@zixt/host 0.0.139 → 0.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  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.139",
31
+ version: "0.0.140",
32
32
  type: "module",
33
33
  exports: {
34
34
  ".": "./src/client.ts",
@@ -15324,6 +15324,9 @@ var RoutineTemplateCadence = external_exports.discriminatedUnion("kind", [
15324
15324
  })
15325
15325
  ]);
15326
15326
  var RoutinePresetId = external_exports.enum([
15327
+ "developer-weekly-initiative",
15328
+ "marketing-weekly-initiative",
15329
+ "sales-weekly-initiative",
15327
15330
  "developer-weekly-architecture-review",
15328
15331
  "developer-weekly-dependency-review",
15329
15332
  "developer-weekly-release-review",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.139",
3
+ "version": "0.0.140",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",