@betterstart/cli 0.1.64 → 0.1.65
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/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -15633,6 +15633,8 @@ var TEMPLATE_REGISTRY = {
|
|
|
15633
15633
|
validation: { relPath: "utils/validation.ts", content: validationUtilTemplate },
|
|
15634
15634
|
webhook: { relPath: "utils/webhook.ts", content: webhookUtilTemplate },
|
|
15635
15635
|
mailchimp: { relPath: "utils/mailchimp.ts", content: mailchimpUtilTemplate },
|
|
15636
|
+
// Auth
|
|
15637
|
+
"auth-middleware": { relPath: "lib/auth/middleware.ts", content: authMiddlewareTemplate },
|
|
15636
15638
|
// Lib
|
|
15637
15639
|
r2: { relPath: "lib/r2.ts", content: r2ClientTemplate },
|
|
15638
15640
|
"form-settings-action": { relPath: "lib/actions/form-settings.ts", content: formSettingsActionTemplate },
|