@commet/next 0.5.5 → 0.5.6

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/index.js CHANGED
@@ -420,7 +420,7 @@ var Webhooks = (config) => {
420
420
  };
421
421
 
422
422
  // src/index.ts
423
- (0, import_node4.registerIntegration)("@commet/next", "0.5.5");
423
+ (0, import_node4.registerIntegration)("@commet/next", "0.5.6");
424
424
  // Annotate the CommonJS export names for ESM import in node:
425
425
  0 && (module.exports = {
426
426
  CustomerPortal,
package/dist/index.mjs CHANGED
@@ -394,7 +394,7 @@ var Webhooks = (config) => {
394
394
  };
395
395
 
396
396
  // src/index.ts
397
- registerIntegration("@commet/next", "0.5.5");
397
+ registerIntegration("@commet/next", "0.5.6");
398
398
  export {
399
399
  CustomerPortal,
400
400
  PricingMarkdown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commet/next",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Next.js integration for Commet billing platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -26,7 +26,7 @@
26
26
  "author": "Commet Team",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@commet/node": "4.4.0"
29
+ "@commet/node": "4.4.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "24.12.4",