@botparty/nextjs 0.0.48 → 0.0.50

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/cli.js +3 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -630,7 +630,9 @@ ${Object.keys(d).map(a=>` ${a}`).join(`
630
630
  Domain: https://${m}`:""}
631
631
  Status: ${S.data.status} (check logs for build progress)
632
632
 
633
- View logs:
633
+ View build logs:
634
+ npx -y botparty@latest deploy logs --projectName ${o} --source build
635
+ View runtime logs:
634
636
  npx -y botparty@latest deploy logs --projectName ${o}
635
637
  `)}function zr(e){let t=e.slice(2),r=t[0]??"help",n={},s=[];for(let o=1;o<t.length;o++){let i=t[o];if(i.startsWith("--")){let l=i.slice(2),d=t[o+1];d&&!d.startsWith("--")?(n[l]=d,o++):n[l]=!0}else s.push(i)}return{command:r,positional:s,flags:n}}function Me(){console.log(`
636
638
  @botparty/nextjs CLI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botparty/nextjs",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "description": "Next.js SDK for BotParty auth — middleware, server auth(), route handlers, SSR provider",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -63,7 +63,7 @@
63
63
  "dev": "tsc --watch"
64
64
  },
65
65
  "dependencies": {
66
- "@botparty/react": "0.0.48",
66
+ "@botparty/react": "0.0.50",
67
67
  "@botparty/sdk": "0.0.47",
68
68
  "jose": "^6.1.2"
69
69
  },