@zemyth/raise-sdk 0.1.1 → 0.1.2
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.
- package/README.md +2 -2
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -747,8 +747,8 @@ npm run clean
|
|
|
747
747
|
|
|
748
748
|
## Links
|
|
749
749
|
|
|
750
|
-
- [GitHub Repository](https://github.com/zemyth/raise)
|
|
751
|
-
- [Issue Tracker](https://github.com/zemyth/raise/issues)
|
|
750
|
+
- [GitHub Repository](https://github.com/zemyth-app/raise)
|
|
751
|
+
- [Issue Tracker](https://github.com/zemyth-app/raise/issues)
|
|
752
752
|
- [npm Package](https://www.npmjs.com/package/@zemyth/raise-sdk)
|
|
753
753
|
|
|
754
754
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zemyth/raise-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "TypeScript SDK for the Raise Solana program - decentralized venture funding platform",
|
|
5
5
|
"author": "Raise Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -119,11 +119,12 @@
|
|
|
119
119
|
],
|
|
120
120
|
"repository": {
|
|
121
121
|
"type": "git",
|
|
122
|
-
"url": "https://github.com/zemyth/raise"
|
|
122
|
+
"url": "https://github.com/zemyth-app/raise"
|
|
123
123
|
},
|
|
124
124
|
"bugs": {
|
|
125
|
-
"url": "https://github.com/zemyth/raise/issues"
|
|
125
|
+
"url": "https://github.com/zemyth-app/raise/issues"
|
|
126
126
|
},
|
|
127
|
+
"homepage": "https://github.com/zemyth-app/raise#readme",
|
|
127
128
|
"engines": {
|
|
128
129
|
"node": ">=18"
|
|
129
130
|
}
|