Files
clarity/package.json
Alaa Megahed 65bcde5fa7 Add DOB to clarity cookie (#380)
* 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>
2023-05-08 21:08:51 -07:00

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"
}
}