@cascayd/experiment 0.3.20 → 0.3.21
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/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//! SSR: Imports cookie functions that use document.cookie
|
|
2
2
|
import { getOrCreateSession, readVariantChoice } from './cookies.js';
|
|
3
3
|
let API_KEY = '';
|
|
4
|
-
let BASE_URL = 'https://ab-mvp-backend.onrender.com';
|
|
4
|
+
let BASE_URL = 'https://ab-mvp-backend-bnqr.onrender.com';
|
|
5
5
|
const SDK_VERSION = '0.2.0-dev';
|
|
6
6
|
export function initCascayd(opts) {
|
|
7
7
|
API_KEY = opts.apiKey;
|