rn-prodeeplinks 0.0.9 → 0.1.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/lib/api.js +1 -1
- package/package.json +1 -1
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 BASE_API_URL = 'https://api.
|
|
10
|
+
const BASE_API_URL = 'https://api.prodeeplinks.com';
|
|
11
11
|
const ANALYTICS_ENDPOINT = `${BASE_API_URL}/custom-deep-link/track/event`;
|
|
12
12
|
/**
|
|
13
13
|
* Call API to get deep link URL
|
package/package.json
CHANGED