@veridia/node-sdk 1.0.6 → 1.0.7

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/README.md CHANGED
@@ -111,8 +111,8 @@ console.log(segments); // ['617090ac-a1f6-4c70-a79e-40830a367324', '67f2c139-850
111
111
  ```
112
112
 
113
113
  | Parameter | Type | Default | Description |
114
- | ------------------- | ---------- | --------- | --------------------------------------------------- | ------------------------ |
115
- | `identifierType` | `"userId"` | `"email"` | — | Type of user identifier. |
114
+ | ------------------- | ---------- | --------- | --------------------------------------------------- |
115
+ | `identifierType` | `"userId"` | `"email"` | Type of user identifier. |
116
116
  | `identifierId` | `string` | — | Unique user ID or email. |
117
117
  | `noSegmentsOnError` | `boolean` | `true` | If true, returns `[]` instead of throwing an error. |
118
118
 
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.6";
1
+ export declare const SDK_VERSION = "1.0.7";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = '1.0.6';
4
+ exports.SDK_VERSION = '1.0.7';
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.6";
1
+ export declare const SDK_VERSION = "1.0.7";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = '1.0.6';
4
+ exports.SDK_VERSION = '1.0.7';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veridia/node-sdk",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",