commet 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -574,6 +574,10 @@ declare module '@commet/node' {
574
574
  seatType: ${seatTypeUnion};
575
575
  }
576
576
  }
577
+
578
+ // This export is required for TypeScript to treat this file as a module
579
+ // and apply the module augmentation above
580
+ export {};
577
581
  `;
578
582
  }
579
583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commet",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Commet CLI - Manage your billing platform from the command line",
5
5
  "bin": {
6
6
  "commet": "./bin/commet"