@flowripple/sdk 0.1.0 → 1.0.0
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# @flowripple/sdk
|
2
|
+
|
3
|
+
## 1.0.0
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- e9bc79c: Initial release of the @flowripple/sdk package featuring:
|
8
|
+
|
9
|
+
- Core FlowrippleClient class for event capture
|
10
|
+
- Secure API authentication with HMAC signatures
|
11
|
+
- Configurable base URL and API versioning
|
12
|
+
- Silent mode for error handling
|
13
|
+
- Comprehensive test coverage with both mock and actual API tests
|
14
|
+
- TypeScript support with full type definitions
|