@commet/next 1.1.1 → 1.1.3

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
@@ -455,7 +455,7 @@ var Webhooks = (config) => {
455
455
  };
456
456
 
457
457
  // src/index.ts
458
- (0, import_node4.registerIntegration)("@commet/next", "1.1.1");
458
+ (0, import_node4.registerIntegration)("@commet/next", "1.1.3");
459
459
  // Annotate the CommonJS export names for ESM import in node:
460
460
  0 && (module.exports = {
461
461
  CustomerPortal,
package/dist/index.mjs CHANGED
@@ -429,7 +429,7 @@ var Webhooks = (config) => {
429
429
  };
430
430
 
431
431
  // src/index.ts
432
- registerIntegration("@commet/next", "1.1.1");
432
+ registerIntegration("@commet/next", "1.1.3");
433
433
  export {
434
434
  CustomerPortal,
435
435
  PricingMarkdown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commet/next",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
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": "7.4.0"
29
+ "@commet/node": "7.6.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "24.13.1",