@fingerprint/node-sdk 7.0.0-test.1 → 7.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/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Fingerprint Server Node.js SDK v7.0.0-test.1 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
2
+ * Fingerprint Server Node.js SDK v7.0.0 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
3
3
  * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
4
4
  */
5
5
 
@@ -17,7 +17,7 @@ exports.Region = void 0;
17
17
  Region["Global"] = "Global";
18
18
  })(exports.Region || (exports.Region = {}));
19
19
 
20
- var version = "7.0.0-test.1";
20
+ var version = "7.0.0";
21
21
 
22
22
  const apiVersion = 'v4';
23
23
  const euRegionUrl = 'https://eu.api.fpjs.io/';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Fingerprint Server Node.js SDK v7.0.0-test.1 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
2
+ * Fingerprint Server Node.js SDK v7.0.0 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
3
3
  * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
4
4
  */
5
5
 
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Fingerprint Server Node.js SDK v7.0.0-test.1 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
2
+ * Fingerprint Server Node.js SDK v7.0.0 - Copyright (c) FingerprintJS, Inc, 2026 (https://fingerprint.com)
3
3
  * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
4
4
  */
5
5
 
@@ -15,7 +15,7 @@ var Region;
15
15
  Region["Global"] = "Global";
16
16
  })(Region || (Region = {}));
17
17
 
18
- var version = "7.0.0-test.1";
18
+ var version = "7.0.0";
19
19
 
20
20
  const apiVersion = 'v4';
21
21
  const euRegionUrl = 'https://eu.api.fpjs.io/';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fingerprint/node-sdk",
3
- "version": "7.0.0-test.1",
3
+ "version": "7.0.0",
4
4
  "description": "Node.js wrapper for Fingerprint Server API",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",