Skip to content

Commit

Permalink
update: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 22, 2023
1 parent 64a95cd commit efe8010
Show file tree
Hide file tree
Showing 36 changed files with 43 additions and 31 deletions.
2 changes: 1 addition & 1 deletion dist/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export { getNftsByWalletAddress } from './lib/getNftsByWalletAddress';
export { getNftsByWalletAddressAndCollectionMint } from './lib/getNftsByWalletAddressAndCollectionMint';
export { getStakeAccounts } from './lib/getStakeAccounts';
export { delegateStake } from './lib/delegateStake';
export type { StakeRewardParams, ValidatorStatusParams, NftMetadata, Creator, File, Properties, Attribute, ParsedStakeAccount, } from './solanaUtilsTypes';
export type * from './solanaUtilsTypes';
export { MAGIC_EDEN_ADDRESS } from './lib/getMagicEdenOwner';
export type { DigitalAsset } from '@metaplex-foundation/mpl-token-metadata';
2 changes: 1 addition & 1 deletion dist/src/lib/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "0.2.1";
export declare const VERSION = "0.2.2";
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/functions/delegateStake.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getLastStakingReward.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getMagicEdenOwner.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getNftAttributes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getNftOwnerByTokenMint.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getNftsByWalletAddress.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getSPLTokenBalance.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getSolBalance.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getStakeAccounts.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isValidatorActive.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/solanaTransfer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Attribute.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Creator.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/DigitalAsset.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/File.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/NftMetadata.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/ParsedStakeAccount.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Properties.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeAuthorized.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeDelegation.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeDetails.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeInfo.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeLockup.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/StakeMeta.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/StakeRewardParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ValidatorStatusParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/MAGIC_EDEN_ADDRESS.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/solana-utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "Skeet Framework Plugin - Solana Utils",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.2.1'
export const VERSION = '0.2.2'

0 comments on commit efe8010

Please sign in to comment.