@ember-finance/sdk 0.0.1 → 1.0.0

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A comprehensive TypeScript SDK for interacting with the Ember Protocol on the Su
4
4
  blockchain. This SDK provides a complete set of tools for managing vaults, handling user
5
5
  operations, and administering the protocol.
6
6
 
7
- [![npm version](https://badge.fury.io/js/@ember-protocol%2Fsdk.svg)](https://www.npmjs.com/package/@ember-protocol/sdk)
7
+ [![npm version](https://badge.fury.io/js/@ember-finance%2Fsdk.svg)](https://www.npmjs.com/package/@ember-finance/sdk)
8
8
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
9
9
 
10
10
  ## Overview
@@ -28,13 +28,13 @@ The SDK is built around several key classes:
28
28
  ## Installation
29
29
 
30
30
  ```bash
31
- npm install @ember-protocol/sdk
31
+ npm install @ember-finance/sdk
32
32
  ```
33
33
 
34
34
  or
35
35
 
36
36
  ```bash
37
- yarn add @ember-protocol/sdk
37
+ yarn add @ember-finance/sdk
38
38
  ```
39
39
 
40
40
  ## Core Components
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-finance/sdk",
3
3
  "description": "Ember Protocol SDK",
4
- "version": "0.0.1",
4
+ "version": "1.0.0",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",