Skip to content

Commit 42b3e68

Browse files
anagstefnikosdouvlis
authored andcommitted
fix(shared): Fix package.json issue with shared package (#4475)
Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
1 parent 7fb590e commit 42b3e68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/wild-cycles-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': patch
3+
---
4+
5+
Correctly publish shim for `@clerk/shared/object` module as it is required by the metro bundler

packages/shared/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"pathToRegexp",
101101
"utils",
102102
"workerTimers",
103-
"devBrowser"
103+
"devBrowser",
104+
"object"
104105
],
105106
"scripts": {
106107
"build": "tsup",

0 commit comments

Comments
 (0)