commet 1.2.0 → 1.2.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/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  <p>CLI for Commet billing platform</p>
9
9
 
10
10
  <a href="https://www.npmjs.com/package/commet"><img alt="NPM version" src="https://img.shields.io/npm/v/commet.svg?style=for-the-badge&labelColor=000000"></a>
11
- <a href="https://commet.co/docs/library/cli/overview"><img alt="Documentation" src="https://img.shields.io/badge/docs-CLI-blue.svg?style=for-the-badge&labelColor=000000"></a>
11
+ <a href="https://commet.co/docs"><img alt="Documentation" src="https://img.shields.io/badge/docs-CLI-blue.svg?style=for-the-badge&labelColor=000000"></a>
12
12
  </div>
13
13
 
14
14
  <br/>
@@ -68,7 +68,7 @@ commet list plans # List plans
68
68
 
69
69
  ## Documentation
70
70
 
71
- Visit [commet.co/docs/library/cli/overview](https://commet.co/docs/library/cli/overview) for:
71
+ Visit [commet.co/docs](https://commet.co/docs) for:
72
72
 
73
73
  - Complete command reference
74
74
  - Configuration guide
@@ -77,8 +77,8 @@ Visit [commet.co/docs/library/cli/overview](https://commet.co/docs/library/cli/o
77
77
 
78
78
  ## Resources
79
79
 
80
- - [CLI Documentation](https://commet.co/docs/library/cli/overview)
81
- - [SDK Reference](https://commet.co/docs/library/quickstart)
80
+ - [CLI Documentation](https://commet.co/docs)
81
+ - [SDK Reference](https://commet.co/docs)
82
82
  - [GitHub](https://github.com/commet-labs/commet)
83
83
  - [Issues](https://github.com/commet-labs/commet/issues)
84
84
 
package/dist/index.js CHANGED
@@ -30,16 +30,12 @@ var import_commander11 = require("commander");
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "commet",
33
- version: "1.2.0",
33
+ version: "1.2.1",
34
34
  description: "Commet CLI - Manage your billing platform from the command line",
35
35
  bin: {
36
36
  commet: "./bin/commet"
37
37
  },
38
- files: [
39
- "dist",
40
- "bin",
41
- "README.md"
42
- ],
38
+ files: ["dist", "bin", "README.md"],
43
39
  scripts: {
44
40
  build: "tsup",
45
41
  dev: "tsup --watch",
@@ -47,12 +43,7 @@ var package_default = {
47
43
  "lint:fix": "biome lint --write src/",
48
44
  typecheck: "tsc --noEmit"
49
45
  },
50
- keywords: [
51
- "billing",
52
- "cli",
53
- "typescript",
54
- "commet"
55
- ],
46
+ keywords: ["billing", "cli", "typescript", "commet"],
56
47
  author: "Commet Team",
57
48
  license: "MIT",
58
49
  dependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commet",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Commet CLI - Manage your billing platform from the command line",
5
5
  "bin": {
6
6
  "commet": "./bin/commet"