squarefi-bff-api-module 1.17.13 → 1.17.14

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
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.17.14] - 2025-04-25
9
+
10
+ ### Changed
11
+
12
+ - Updated package.json with repository information
13
+ - Enhanced README with additional documentation links
14
+
8
15
  ## [1.17.13] - 2025-04-24
9
16
 
10
17
  ### Changed
package/README.md CHANGED
@@ -165,24 +165,16 @@ The module implements industry-standard security practices:
165
165
 
166
166
  ### Peer Dependencies
167
167
 
168
- - react: ^18.x.x
169
-
170
- ## 📚 API Documentation
171
-
172
- Each module provides a set of type-safe methods for interacting with specific API endpoints. For detailed API documentation, please refer to our [API Documentation](link-to-your-docs).
173
-
174
- ## 🆘 Support
175
-
176
- For support and questions, please [open an issue](link-to-issues) or contact our support team.
177
-
178
- ## 🤝 Contributing
179
-
180
- We welcome contributions! Please see our [Contributing Guide](link-to-contributing) for details.
168
+ - react: >=18.x.x
181
169
 
182
170
  ## 📝 Changelog
183
171
 
184
- See [CHANGELOG.md](CHANGELOG.md) for a list of changes and updates.
172
+ See [CHANGELOG.md](https://github.com/squarefi-tech/bff-api-module-npm/blob/main/CHANGELOG.md) for a list of changes and updates.
185
173
 
186
174
  ## 📄 License
187
175
 
188
176
  MIT
177
+
178
+ ## 🔗 Repository
179
+
180
+ This package is available on [GitHub](https://github.com/squarefi-tech/bff-api-module-npm) and [npm](https://www.npmjs.com/package/squarefi-bff-api-module).
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.17.13",
3
+ "version": "1.17.14",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/squarefi-tech/bff-api-module-npm.git"
10
+ },
7
11
  "scripts": {
8
12
  "build": "tsc",
9
13
  "prepare": "npm run build",