genlayer-js 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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
 
3
+ ## 0.1.2 (2024-10-03)
4
+
3
5
  ## 0.1.1 (2024-10-03)
4
6
 
5
7
  ## 0.1.0 (2024-10-01)
package/README.md CHANGED
@@ -85,7 +85,7 @@ _* under development_
85
85
 
86
86
  ## 📖 Documentation
87
87
 
88
- For detailed information on how to use GenLayerJS SDK, please refer to our [documentation](https://docs.genlayer.io/).
88
+ For detailed information on how to use GenLayerJS SDK, please refer to our [documentation](https://docs.genlayer.com/).
89
89
 
90
90
 
91
91
 
@@ -95,4 +95,4 @@ We welcome contributions to GenLayerJS SDK! Whether it's new features, improved
95
95
 
96
96
  ## License
97
97
 
98
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
98
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "genlayer-js",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "GenLayer JavaScript SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",