@isaacthoman/pulpo 0.128.0 → 0.129.0

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16483,6 +16483,7 @@ var mobileConfigSchema = external_exports.object({
16483
16483
  publicSharing: external_exports.literal(true),
16484
16484
  attachments: external_exports.literal(true),
16485
16485
  folders: external_exports.literal(true),
16486
+ dictation: external_exports.boolean().optional().default(false),
16486
16487
  twoFactorAuth: external_exports.boolean().optional().default(false),
16487
16488
  passkeys: external_exports.boolean().optional().default(false)
16488
16489
  })
@@ -18423,7 +18424,7 @@ async function runModelTest(input) {
18423
18424
  }
18424
18425
 
18425
18426
  // src/index.ts
18426
- var CLI_VERSION = true ? "0.128.0" : "0.1.0";
18427
+ var CLI_VERSION = true ? "0.129.0" : "0.1.0";
18427
18428
  var CLI_BUNDLED = true;
18428
18429
  var commandIo = /* @__PURE__ */ new WeakMap();
18429
18430
  var commandClientFactory = /* @__PURE__ */ new WeakMap();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isaacthoman/pulpo",
3
- "version": "0.128.0",
3
+ "version": "0.129.0",
4
4
  "description": "Operator-first command-line client for Pulpo",
5
5
  "type": "module",
6
6
  "bin": {