We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248dea8 commit 3c5db31Copy full SHA for 3c5db31
clients/rwa-token-sdk/package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@bridgesplit/rwa-token-sdk",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "RWA Token SDK for the development of permissioned tokens on SVM blockchains.",
5
"homepage": "https://github.com/bridgesplit/rwa-token#readme",
6
- "main": "dist/src/index",
7
- "types": "dist/src/index",
+ "main": "dist/index",
+ "types": "dist/index",
8
"publishConfig": {
9
"access": "public"
10
},
0 commit comments