@undercurrent-technologies/messina-sdk 0.10.8 → 0.10.9

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 +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
- ## Deprecation Notice
1
+ <p align="center">
2
+ <a href="https://messina.gitbook.io/messina-sdk">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://messina.one/images/messina-logo-light.jpg">
5
+ <img src="https://messina.one/images/messina-logo-dark.jpg" height="128">
6
+ </picture>
7
+ <h1 align="center">Messina SDK</h1>
8
+ </a>
9
+ </p>
2
10
 
3
- :warning: **This package is deprecated and no longer maintained.**
11
+ ## Getting Started
4
12
 
5
- It has been **moved to**: `https://www.npmjs.com/package/@undercurrent-technologies/messina-sdk`. This package may receive no further updates or security fixes.
13
+ Visit <a aria-label="Messina SDK" href="https://messina.gitbook.io/messina-sdk">https://messina.gitbook.io/messina-sdk</a> to get started with Messina SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undercurrent-technologies/messina-sdk",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "description": "The official SDK for Messina Bridge.",
5
5
  "homepage": "https://messina.one",
6
6
  "main": "./lib/cjs/index.js",