commet 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ var import_commander11 = require("commander");
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "commet",
33
- version: "3.1.0",
33
+ version: "3.1.1",
34
34
  description: "Commet CLI - Manage your billing platform from the command line",
35
35
  bin: {
36
36
  commet: "./bin/commet"
@@ -163,7 +163,7 @@ function clearProjectConfig() {
163
163
  }
164
164
 
165
165
  // src/utils/telemetry.ts
166
- var CLI_VERSION = true ? "3.1.0" : "0.0.0";
166
+ var CLI_VERSION = true ? "3.1.1" : "0.0.0";
167
167
  var TELEMETRY_URL = "https://commet.co/api/cli/telemetry";
168
168
  function detectRuntime() {
169
169
  if ("Bun" in globalThis) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commet",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Commet CLI - Manage your billing platform from the command line",
5
5
  "bin": {
6
6
  "commet": "./bin/commet"
@@ -28,7 +28,7 @@
28
28
  "open": "11.0.0",
29
29
  "ora": "9.4.0",
30
30
  "tar": "^7.5.13",
31
- "@commet/node": "7.2.0"
31
+ "@commet/node": "7.3.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "24.13.1",