@stacksjs/buddy 0.70.23 → 0.70.28
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.
- package/README.md +15 -23
- package/dist/cli.js +3 -1
- package/dist/index.js +449 -1
- package/dist/src/cli.d.ts +1 -0
- package/dist/src/commands/about.d.ts +2 -0
- package/dist/src/commands/auth.d.ts +2 -0
- package/dist/src/commands/build.d.ts +2 -0
- package/dist/src/commands/changelog.d.ts +2 -0
- package/dist/src/commands/clean.d.ts +2 -0
- package/dist/src/commands/cloud.d.ts +2 -0
- package/dist/src/commands/commit.d.ts +2 -0
- package/dist/src/commands/completion.d.ts +2 -0
- package/dist/src/commands/config-migrate.d.ts +26 -0
- package/dist/src/commands/configure.d.ts +2 -0
- package/dist/src/commands/create.d.ts +2 -0
- package/dist/src/commands/deploy.d.ts +2 -0
- package/dist/{dev.d.ts → src/commands/dev.d.ts} +1 -3
- package/dist/src/commands/dns.d.ts +2 -0
- package/dist/src/commands/doctor.d.ts +2 -0
- package/dist/src/commands/domains.d.ts +2 -0
- package/dist/src/commands/email.d.ts +2 -0
- package/dist/src/commands/env.d.ts +2 -0
- package/dist/src/commands/fresh.d.ts +2 -0
- package/dist/src/commands/generate.d.ts +2 -0
- package/dist/src/commands/http.d.ts +2 -0
- package/dist/src/commands/index.d.ts +49 -0
- package/dist/src/commands/install.d.ts +2 -0
- package/dist/src/commands/key.d.ts +2 -0
- package/dist/src/commands/lint.d.ts +2 -0
- package/dist/src/commands/list.d.ts +2 -0
- package/dist/src/commands/mail.d.ts +2 -0
- package/dist/src/commands/make.d.ts +2 -0
- package/dist/src/commands/migrate.d.ts +2 -0
- package/dist/src/commands/outdated.d.ts +2 -0
- package/dist/src/commands/phone.d.ts +2 -0
- package/dist/src/commands/ports.d.ts +2 -0
- package/dist/src/commands/prepublish.d.ts +2 -0
- package/dist/src/commands/projects.d.ts +2 -0
- package/dist/src/commands/publish.d.ts +2 -0
- package/dist/src/commands/queue.d.ts +2 -0
- package/dist/src/commands/release.d.ts +2 -0
- package/dist/src/commands/route.d.ts +2 -0
- package/dist/src/commands/saas.d.ts +2 -0
- package/dist/src/commands/schedule.d.ts +2 -0
- package/dist/src/commands/search.d.ts +2 -0
- package/dist/src/commands/seed.d.ts +2 -0
- package/dist/src/commands/setup.d.ts +12 -0
- package/dist/src/commands/sms.d.ts +2 -0
- package/dist/src/commands/telemetry.d.ts +2 -0
- package/dist/src/commands/test.d.ts +2 -0
- package/dist/src/commands/tinker.d.ts +2 -0
- package/dist/src/commands/types.d.ts +2 -0
- package/dist/src/commands/upgrade.d.ts +2 -0
- package/dist/src/commands/version.d.ts +2 -0
- package/dist/src/index.d.ts +1 -0
- package/package.json +64 -61
- package/dist/add.d.ts +0 -4
- package/dist/build.d.ts +0 -4
- package/dist/changelog.d.ts +0 -3
- package/dist/chunk-1nq7pv3c.js +0 -7
- package/dist/chunk-29k4nndh.js +0 -2
- package/dist/chunk-39dwerh8.js +0 -5
- package/dist/chunk-3zqgxrhy.js +0 -2
- package/dist/chunk-496r9jw6.js +0 -3
- package/dist/chunk-4k60zpwd.js +0 -2
- package/dist/chunk-51tnc6dm.js +0 -2
- package/dist/chunk-5nbczt72.js +0 -2
- package/dist/chunk-6fsr2f40.js +0 -10
- package/dist/chunk-6v69415e.js +0 -2
- package/dist/chunk-7pg49t20.js +0 -2
- package/dist/chunk-8d01gfhw.js +0 -2
- package/dist/chunk-8kjkww7q.js +0 -8
- package/dist/chunk-97pfgxpz.js +0 -15
- package/dist/chunk-a47wfx2k.js +0 -2
- package/dist/chunk-cqrmkpzz.js +0 -8
- package/dist/chunk-ftse0wqn.js +0 -5410
- package/dist/chunk-jffk6kjy.js +0 -2
- package/dist/chunk-kg8bv5wt.js +0 -55
- package/dist/chunk-knytfag6.js +0 -33
- package/dist/chunk-ksjzw2hp.js +0 -2
- package/dist/chunk-mk0bde63.js +0 -2
- package/dist/chunk-qm8eqyn5.js +0 -2
- package/dist/chunk-rdgds02z.js +0 -3
- package/dist/chunk-sk9vc7y5.js +0 -1
- package/dist/chunk-sq3kqg71.js +0 -35
- package/dist/chunk-t2wb516a.js +0 -3
- package/dist/chunk-t4y0mz3y.js +0 -10
- package/dist/chunk-vgn2n3rk.js +0 -2
- package/dist/chunk-wzns1fp3.js +0 -1
- package/dist/chunk-xc6fz0pt.js +0 -2
- package/dist/chunk-xfhw9xck.js +0 -240
- package/dist/chunk-yzwe58rn.js +0 -25
- package/dist/clean.d.ts +0 -3
- package/dist/cli.d.ts +0 -4
- package/dist/cloud.d.ts +0 -3
- package/dist/commit.d.ts +0 -3
- package/dist/configure.d.ts +0 -4
- package/dist/create.d.ts +0 -8
- package/dist/custom-cli.d.ts +0 -1
- package/dist/deploy.d.ts +0 -7
- package/dist/dns.d.ts +0 -18
- package/dist/domains.d.ts +0 -3
- package/dist/env.d.ts +0 -20
- package/dist/fresh.d.ts +0 -3
- package/dist/generate.d.ts +0 -3
- package/dist/http.d.ts +0 -6
- package/dist/index.d.ts +0 -1
- package/dist/install.d.ts +0 -3
- package/dist/key.d.ts +0 -3
- package/dist/lint.d.ts +0 -3
- package/dist/list.d.ts +0 -3
- package/dist/make.d.ts +0 -1
- package/dist/migrate.d.ts +0 -3
- package/dist/outdated.d.ts +0 -3
- package/dist/ports.d.ts +0 -6
- package/dist/prepublish.d.ts +0 -3
- package/dist/projects.d.ts +0 -3
- package/dist/queue.d.ts +0 -3
- package/dist/release.d.ts +0 -9
- package/dist/route.d.ts +0 -3
- package/dist/saas.d.ts +0 -3
- package/dist/schedule.d.ts +0 -3
- package/dist/search.d.ts +0 -3
- package/dist/seed.d.ts +0 -3
- package/dist/setup.d.ts +0 -8
- package/dist/test.d.ts +0 -3
- package/dist/tinker.d.ts +0 -3
- package/dist/types.d.ts +0 -3
- package/dist/upgrade.d.ts +0 -4
- package/dist/version.d.ts +0 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.