Account Compression: add docs link for account compression (#3783)
* ac: add docs link for account compression * ac: bump ts pkg version to 0.1.4
This commit is contained in:
parent
0bc2a02f00
commit
85160e0d51
|
@ -1,6 +1,6 @@
|
|||
# `@solana/spl-account-compression`
|
||||
|
||||
A TypeScript library for interacting with SPL Account Compression and SPL NoOp.
|
||||
A TypeScript library for interacting with SPL Account Compression and SPL NoOp. [Docs here](https://solana-labs.github.io/solana-program-library/account-compression/sdk/docs/).
|
||||
|
||||
## Install
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@solana/spl-account-compression",
|
||||
"description": "SPL Account Compression Program JS API",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"author": "Solana Maintainers <maintainers@solana.foundation>",
|
||||
"repository": {
|
||||
"url": "https://github.com/solana-labs/solana-program-library",
|
||||
|
|
Loading…
Reference in New Issue