mirror of
https://github.com/chenasraf/clarity.git
synced 2026-05-18 01:48:58 +00:00
* Add dob to clarity cookie. * Use UTC date. * Update version. * Send DOB as a dimension not an envelope field. * Set dob by the server. * Only add DOB to the cookie if it's not null. --------- Co-authored-by: alaamegahed <alaamegahed@microsoft.com> Co-authored-by: Sarvesh Nagpal <sarveshnagpal@gmail.com>
30 lines
777 B
JSON
30 lines
777 B
JSON
{
|
|
"name": "clarity",
|
|
"private": true,
|
|
"version": "0.7.8",
|
|
"repository": "https://github.com/microsoft/clarity.git",
|
|
"author": "Sarvesh Nagpal <sarveshn@microsoft.com>",
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"version": "npx lerna version",
|
|
"build": "npx lerna run build --stream",
|
|
"build:js": "yarn workspace clarity-js build",
|
|
"build:decode": "yarn workspace clarity-decode build",
|
|
"build:visualize": "yarn workspace clarity-visualize build",
|
|
"build:devtools": "yarn workspace clarity-devtools build",
|
|
"test": "yarn workspace clarity-js test"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^6.4.1",
|
|
"parse-url": "^8.1.0"
|
|
},
|
|
"resolutions": {
|
|
"parse-url": "^8.1.0"
|
|
}
|
|
}
|