commet 1.1.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.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/dist/index.js +487 -432
  3. package/package.json +1 -1
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