rn-prodeeplinks 0.0.5 → 0.0.6

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 (3) hide show
  1. package/README.md +1 -1
  2. package/lib/api.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  > ⚠️ **License Required**: This package requires a valid license key purchased from our portal. Without a license key, the package will not function.
6
6
 
7
- > ℹ️ **Versioning**: Current version is 0.0.5 (in-progress). It will move to 1.x after stable.
7
+ > ℹ️ **Versioning**: Current version is 0.0.6 (in-progress). It will move to 1.x after stable.
8
8
 
9
9
  ## Features
10
10
 
package/lib/api.js CHANGED
@@ -7,7 +7,7 @@ exports.validateLicenseInit = validateLicenseInit;
7
7
  exports.matchFingerprintCustom = matchFingerprintCustom;
8
8
  exports.trackCustomDeepLinkEvent = trackCustomDeepLinkEvent;
9
9
  const license_1 = require("./license");
10
- const DEFAULT_API_ENDPOINT = 'https://api.prodeeplink.com/v1/deeplink';
10
+ const DEFAULT_API_ENDPOINT = 'https://api.prodeeplink.com';
11
11
  const ANALYTICS_ENDPOINT = `${DEFAULT_API_ENDPOINT}/custom-deep-link/track/event`;
12
12
  /**
13
13
  * Call API to get deep link URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-prodeeplinks",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Secure deep linking package with license key validation and device fingerprinting for React Native",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",