@isaacthoman/pulpo 0.82.0 → 0.83.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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16426,10 +16426,11 @@ var passkeyListSchema = external_exports.object({
16426
16426
  passkeys: external_exports.array(passkeySummarySchema).max(10),
16427
16427
  requiresSecondFactor: external_exports.boolean()
16428
16428
  });
16429
- var passkeySensitiveChangeSchema = external_exports.object({
16429
+ var sensitiveActionInputSchema = external_exports.object({
16430
16430
  currentPassword: external_exports.string().min(1).max(1024),
16431
16431
  verificationCode: external_exports.string().trim().min(6).max(32).optional()
16432
16432
  });
16433
+ var passkeySensitiveChangeSchema = sensitiveActionInputSchema;
16433
16434
  var beginPasskeyRegistrationInputSchema = passkeySensitiveChangeSchema.extend({
16434
16435
  name: passkeyNameSchema
16435
16436
  });
@@ -18017,7 +18018,7 @@ async function runModelTest(input) {
18017
18018
  }
18018
18019
 
18019
18020
  // src/index.ts
18020
- var CLI_VERSION = true ? "0.82.0" : "0.1.0";
18021
+ var CLI_VERSION = true ? "0.83.0" : "0.1.0";
18021
18022
  var CLI_BUNDLED = true;
18022
18023
  var commandIo = /* @__PURE__ */ new WeakMap();
18023
18024
  var commandClientFactory = /* @__PURE__ */ new WeakMap();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isaacthoman/pulpo",
3
- "version": "0.82.0",
3
+ "version": "0.83.0",
4
4
  "description": "Operator-first command-line client for Pulpo",
5
5
  "type": "module",
6
6
  "bin": {