diff --git a/.changeset/heavy-falcons-help.md b/.changeset/heavy-falcons-help.md new file mode 100644 index 00000000000..5ebdc9554f7 --- /dev/null +++ b/.changeset/heavy-falcons-help.md @@ -0,0 +1,5 @@ +--- +"@clerk/shared": patch +--- + +Add missing `telemetry` entry to `files` array in `package.json` diff --git a/packages/shared/package.json b/packages/shared/package.json index c3c79ceb8e2..617e0c1b8f2 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -67,7 +67,8 @@ "react", "constants", "apiUrlFromPublishableKey", - "scripts" + "scripts", + "telemetry" ], "scripts": { "build": "tsup",