@chargebee/chargebee-apps-libs
Advanced tools
+10
| # @chargebee/chargebee-apps-libs | ||
| ## [1.0.0] - 2026-07-09 | ||
| ### Added | ||
| - Initial public release of Chargebee Apps library implementations used by the CLI. | ||
| - **App templates** — `serverless-node-starter-app` and `serverless-node-starter-app-with-iparams`, including sample handlers, manifest, test data, and iParams examples. | ||
| - **Local development web UI** — Static assets for interactive event testing and iParams editing during `chargebee-apps run`. | ||
| - **Public sandbox execution** — Isolated handler execution for local development. |
+4
-3
| { | ||
| "name": "@chargebee/chargebee-apps-libs", | ||
| "version": "0.0.4", | ||
| "version": "1.0.0", | ||
| "description": "Public library implementations for Chargebee Apps CLI", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
| "LICENSE", | ||
| "SECURITY.md" | ||
| "SECURITY.md", | ||
| "CHANGELOG.md" | ||
| ], | ||
@@ -26,3 +27,3 @@ "scripts": { | ||
| "dependencies": { | ||
| "@chargebee/chargebee-apps-shared": "0.0.4", | ||
| "@chargebee/chargebee-apps-shared": "1.0.0", | ||
| "dotenv": "^16.3.1" | ||
@@ -29,0 +30,0 @@ }, |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
176848
0.32%52
1.96%6
-14.29%7
-12.5%+ Added
- Removed