We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9f4b4 commit aea9794Copy full SHA for aea9794
1 file changed
packages/shared/package.json
@@ -82,11 +82,21 @@
82
"import": "./dist/runtime-env.js",
83
"default": "./dist/runtime-env.js"
84
},
85
+ "./brand": {
86
+ "types": "./dist/brand/index.d.ts",
87
+ "import": "./dist/brand/index.js",
88
+ "default": "./dist/brand/index.js"
89
+ },
90
"./brand-classic": {
91
"types": "./dist/brand-classic/index.d.ts",
92
"import": "./dist/brand-classic/index.js",
93
"default": "./dist/brand-classic/index.js"
94
95
+ "./steward-session-client": {
96
+ "types": "./dist/steward-session-client/index.d.ts",
97
+ "import": "./dist/steward-session-client/index.js",
98
+ "default": "./dist/steward-session-client/index.js"
99
100
"./*.css": "./dist/*.css",
101
"./*": {
102
"types": "./dist/*.d.ts",
0 commit comments