@ordanetwork/sdk 2.0.0 → 2.0.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/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # orda TypeScript SDK
2
2
 
3
- [![npm version](https://badge.fury.io/js/@ordanetwork%2Fsdk.svg)](https://www.npmjs.com/package/@ordanetwork/sdk)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![Node.js Version](https://img.shields.io/node/v/@ordanetwork/sdk.svg)](https://nodejs.org)
6
-
7
- Slim TypeScript SDK for the Orda API — cross-chain crypto payments, on/off-ramp, prices, balances, and server-side smart-wallet auto-generation. Zero runtime dependencies.
3
+ TypeScript SDK for the Orda API - cross-chain crypto payments, on/off-ramp, prices, balances, and server-side smart-wallet auto-generation. Zero runtime dependencies.
8
4
 
9
5
  ## Installation
10
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordanetwork/sdk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "TypeScript SDK for orda API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",