@wenex/sdk 0.0.0 → 0.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 +4 -4
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Wenex SDK
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@wenex/sdk)](https://www.npmjs.com/package/@wenex/sdk)
4
- ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/wenex-org/platform-sdk/sdk)
4
+ ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/wenex-org/platform-sdk)
5
5
  ![npm](https://img.shields.io/npm/dm/@wenex/sdk)
6
- [![Coverage](https://raw.githubusercontent.com/wenex-org/platform-sdk/sdk/main/coverage-badge.svg)](https://htmlpreview.github.io/?https://github.com/wenex-org/platform-sdk/sdk/blob/main/docs/coverage/lcov-report/index.html)
7
- [![GitHub](https://img.shields.io/github/license/wenex-org/platform-sdk/sdk?style=flat)](https://github.com/wenex-org/platform-sdk/sdk/blob/master/LICENSE)
6
+ [![Coverage](https://raw.githubusercontent.com/wenex-org/platform-sdk/main/coverage-badge.svg)](https://htmlpreview.github.io/?https://github.com/wenex-org/platform-sdk/blob/main/docs/coverage/lcov-report/index.html)
7
+ [![GitHub](https://img.shields.io/github/license/wenex-org/platform-sdk?style=flat)](https://github.com/wenex-org/platform-sdk/blob/master/LICENSE)
8
8
  [![documentation](https://img.shields.io/badge/documentation-click_to_read-c27cf4)](https://wenex-org.github.io/@wenex/sdk/)
9
- [![Build, Test and Publish](https://github.com/wenex-org/platform-sdk/sdk/actions/workflows/npm-ci.yml/badge.svg)](https://github.com/wenex-org/platform-sdk/sdk/actions/workflows/npm-ci.yml)
9
+ [![Build, Test and Publish](https://github.com/wenex-org/platform-sdk/actions/workflows/npm-ci.yml/badge.svg)](https://github.com/wenex-org/platform-sdk/actions/workflows/npm-ci.yml)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wenex/sdk",
3
- "version": "0.0.0",
4
- "description": "Wenex platform SDK.",
3
+ "version": "0.0.1",
4
+ "description": "Wenex Platform SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
@@ -27,7 +27,10 @@
27
27
  },
28
28
  "keywords": [
29
29
  "sdk",
30
- "platform-sdk"
30
+ "wenex",
31
+ "wenex-sdk",
32
+ "platform-sdk",
33
+ "wenex-platform-sdk"
31
34
  ],
32
35
  "homepage": "https://github.com/wenex-org/platform-sdk#readme",
33
36
  "dependencies": {