@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowripple/sdk",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "FlowRipple SDK",
5
5
  "repository": {
6
6
  "type": "git",