@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.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascayd/experiment",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "description": "A lightweight A/B testing SDK for React applications with server-side analytics integration",
5
5
  "keywords": [
6
6
  "ab-testing",