Skip to content

Commit

Permalink
Separating client components to separate export
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkalachev committed Oct 26, 2024
1 parent 5f0a7af commit c25b17d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/@weresk/maket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weresk/maket

## 0.1.6

### Patch Changes

- Separating client components to separate export

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@weresk/maket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weresk/maket",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@weresk/maket/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig([
entry: {
index: "./src/index.ts",
tailwindcss: "./src/tailwindcss/index.js",
client: "./src/client/index.js"
client: "./src/client/index.ts"
},
format: ["esm", "cjs"],
target: "es2022",
Expand Down

0 comments on commit c25b17d

Please sign in to comment.