@isaacthoman/pulpo 0.90.7 → 0.92.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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16320,11 +16320,13 @@ var signupInputSchema = external_exports.object({
16320
16320
  email: external_exports.email(),
16321
16321
  password: external_exports.string().min(8).max(1024)
16322
16322
  });
16323
+ var setupInputSchema = signupInputSchema;
16323
16324
  var nativeDeviceSchema = external_exports.object({
16324
16325
  deviceLabel: external_exports.string().trim().min(1).max(120)
16325
16326
  });
16326
16327
  var nativeLoginInputSchema = loginInputSchema.and(nativeDeviceSchema);
16327
16328
  var nativeSignupInputSchema = signupInputSchema.and(nativeDeviceSchema);
16329
+ var nativeSetupInputSchema = setupInputSchema.and(nativeDeviceSchema);
16328
16330
  var nativeSessionSchema = external_exports.object({
16329
16331
  token: external_exports.string().min(32),
16330
16332
  expiresAt: isoDateSchema
@@ -18082,7 +18084,7 @@ async function runModelTest(input) {
18082
18084
  }
18083
18085
 
18084
18086
  // src/index.ts
18085
- var CLI_VERSION = true ? "0.90.7" : "0.1.0";
18087
+ var CLI_VERSION = true ? "0.92.0" : "0.1.0";
18086
18088
  var CLI_BUNDLED = true;
18087
18089
  var commandIo = /* @__PURE__ */ new WeakMap();
18088
18090
  var commandClientFactory = /* @__PURE__ */ new WeakMap();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isaacthoman/pulpo",
3
- "version": "0.90.7",
3
+ "version": "0.92.0",
4
4
  "description": "Operator-first command-line client for Pulpo",
5
5
  "type": "module",
6
6
  "bin": {