chargebee-init
Advanced tools
+24
| The MIT License | ||
| Copyright (c) Chargebee, Inc. | ||
| Permission is hereby granted, free of charge, to any person | ||
| obtaining a copy of this software and associated documentation | ||
| files (the "Software"), to deal in the Software without | ||
| restriction, including without limitation the rights to use, | ||
| copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the | ||
| Software is furnished to do so, subject to the following | ||
| conditions: | ||
| The above copyright notice and this permission notice shall be | ||
| included in all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
| EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
| OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
| HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
| WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
| OTHER DEALINGS IN THE SOFTWARE. |
@@ -6,3 +6,3 @@ import path from "node:path"; | ||
| packageName: "next", | ||
| minVersion: "15", | ||
| minVersion: ">=15", | ||
| dependencies: ["@chargebee/nextjs:^1.0.0"], | ||
@@ -9,0 +9,0 @@ appDirectories: ["app", path.join("src", "app")], |
+1
-1
| export declare const cliHelpMsg: (version: string, description: string) => string; | ||
| export declare const messages: { | ||
| readonly nextjs: { | ||
| readonly preinit: "\n* --------------------------\n* Chargebee Next.js Adapter\n* --------------------------\n* Integrates with Next.js version 15 \n* Only App Router is supported at the moment\n* Routes will be created under the chargebee directory by default\n"; | ||
| readonly preinit: "\n* --------------------------\n* Chargebee Next.js Adapter\n* --------------------------\n* Integrates with Next.js version 15\n* Only App Router is supported at the moment\n* Routes will be created under the chargebee directory by default\n"; | ||
| readonly postinit: "\nPlease complete the following steps before you test out the Chargebee integration:\n\n* Define the required process.env.* variables either by adding them to your .env file or replacing them at build time:\n\n\tCHARGEBEE_SITE=\"site-name\"\n\tCHARGEBEE_API_KEY=\"\"\n\tCHARGEBEE_WEBHOOK_AUTH=\"username:password\"\n\n* Run npm|pnpm|bun install to grab the required packages\n\n* Configure the webhook URL in the Chargebee dashboard with basic auth set to the username and password defined in CHARGEBEE_WEBHOOK_AUTH\n\n* Review the routes created under the chargebee/ directory and make necessary changes\n"; | ||
@@ -6,0 +6,0 @@ }; |
+1
-1
@@ -32,3 +32,3 @@ export const cliHelpMsg = (version, description) => ` | ||
| * -------------------------- | ||
| * Integrates with Next.js version 15 | ||
| * Integrates with Next.js version 15 | ||
| * Only App Router is supported at the moment | ||
@@ -35,0 +35,0 @@ * Routes will be created under the chargebee directory by default |
+2
-1
| { | ||
| "name": "chargebee-init", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "author": { | ||
@@ -9,2 +9,3 @@ "name": "Chargebee", | ||
| "description": "A CLI to help integrate Chargebee services with your existing app", | ||
| "repository": "https://github.com/chargebee/js-framework-adapters", | ||
| "type": "module", | ||
@@ -11,0 +12,0 @@ "exports": "./dist/cli.js", |
+4
-0
@@ -55,1 +55,5 @@ # chargebee-init | ||
| ``` | ||
| ## Feedback | ||
| If you find any bugs or have any questions / feedback, open an issue in this repository or reach out to us on dx@chargebee.com |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
31027
4.31%29
3.57%58
5.45%1
Infinity%