@sota-io/sdk 1.0.1 → 1.0.3

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  TypeScript SDK for the [sota.io](https://sota.io) deployment platform.
4
4
  Deploy web apps, manage projects, and control deployments programmatically.
5
5
 
6
- [![npm](https://img.shields.io/npm/v/@sota-io/sdk)](https://www.npmjs.com/package/@sota-io/sdk)
6
+ [![npm version](https://img.shields.io/npm/v/@sota-io/sdk)](https://www.npmjs.com/package/@sota-io/sdk)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@sota-io/sdk)](https://www.npmjs.com/package/@sota-io/sdk)
7
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
8
9
 
9
10
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sota-io/sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "TypeScript SDK for the sota.io deployment platform API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",