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.
- package/README.md +1 -1
- package/lib/api.js +1 -1
- 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.
|
|
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
|
|
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