@commet/next 0.5.0 → 0.5.1

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
@@ -419,7 +419,7 @@ var Webhooks = (config) => {
419
419
  };
420
420
 
421
421
  // src/index.ts
422
- (0, import_node4.registerIntegration)("@commet/next", "0.5.0");
422
+ (0, import_node4.registerIntegration)("@commet/next", "0.5.1");
423
423
  // Annotate the CommonJS export names for ESM import in node:
424
424
  0 && (module.exports = {
425
425
  CustomerPortal,
package/dist/index.mjs CHANGED
@@ -393,7 +393,7 @@ var Webhooks = (config) => {
393
393
  };
394
394
 
395
395
  // src/index.ts
396
- registerIntegration("@commet/next", "0.5.0");
396
+ registerIntegration("@commet/next", "0.5.1");
397
397
  export {
398
398
  CustomerPortal,
399
399
  PricingMarkdown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commet/next",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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": "3.2.0"
29
+ "@commet/node": "4.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "24.10.1",