@commet/next 1.0.10 → 1.0.11

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
@@ -448,7 +448,7 @@ var Webhooks = (config) => {
448
448
  };
449
449
 
450
450
  // src/index.ts
451
- (0, import_node4.registerIntegration)("@commet/next", "1.0.10");
451
+ (0, import_node4.registerIntegration)("@commet/next", "1.0.11");
452
452
  // Annotate the CommonJS export names for ESM import in node:
453
453
  0 && (module.exports = {
454
454
  CustomerPortal,
package/dist/index.mjs CHANGED
@@ -422,7 +422,7 @@ var Webhooks = (config) => {
422
422
  };
423
423
 
424
424
  // src/index.ts
425
- registerIntegration("@commet/next", "1.0.10");
425
+ registerIntegration("@commet/next", "1.0.11");
426
426
  export {
427
427
  CustomerPortal,
428
428
  PricingMarkdown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commet/next",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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.2.0"
29
+ "@commet/node": "7.3.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "24.13.1",