biometry-sdk 2.3.3 → 2.3.4

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -233,7 +233,7 @@ Always wrap calls in try/catch and provide user-friendly messages or fallback lo
233
233
 
234
234
  ### Header Retrieval
235
235
  In addition to the response body, all SDK calls also return response headers.
236
- This is useful for retrieving metadata such as request IDs, rate limits, or debugging information.
236
+ This is useful for retrieving metadata such as request and session IDs, or debugging information.
237
237
 
238
238
  Each API call returns an object of type:
239
239
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biometry-sdk",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "type": "module",
5
5
  "main": "dist/sdk.js",
6
6
  "module": "dist/sdk.js",