@orth/cli 0.2.32 → 0.2.33

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/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -226,11 +226,10 @@ Credentials from `orth login` are stored in your OS user-config directory (manag
226
226
 
227
227
  ## Programmatic Use
228
228
 
229
- Building an application instead of scripting the terminal? Use the official TypeScript SDK, [`@orth/sdk`](https://www.npmjs.com/package/@orth/sdk):
229
+ Building an application instead of scripting the terminal? Use one of the official SDKs:
230
230
 
231
- ```bash
232
- npm install @orth/sdk
233
- ```
231
+ - **[`@orth/sdk`](https://www.npmjs.com/package/@orth/sdk)** — TypeScript/JavaScript (`npm install @orth/sdk`)
232
+ - **[`orth`](https://pypi.org/project/orth/)** — Python (`pip install orth`)
234
233
 
235
234
  ## Development
236
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orth/cli",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "description": "CLI to access all APIs and skills on the Orthogonal platform",
5
5
  "main": "dist/index.js",
6
6
  "bin": {