@cuemath/web-utils 0.0.2-beta.1 → 0.0.2-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "0.0.2-beta.1",
3
+ "version": "0.0.2-beta.2",
4
4
  "description": "Shareable utils package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -10,7 +10,7 @@ import type {
10
10
 
11
11
  import { createCookie, getCookie } from '../cookie';
12
12
 
13
- const SOURCE_DETAILS_COOKIE = 'source_details_v1';
13
+ const SOURCE_DETAILS_COOKIE = 'source_details';
14
14
  const UTM_PARAMS: UTMParamsKeys[] = [
15
15
  'utm_source',
16
16
  'utm_medium',